Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.chiba.tools.schemabuilder
Interface WrapperElementsBuilder  view WrapperElementsBuilder download WrapperElementsBuilder.java

All Known Implementing Classes:
BaseWrapperElementsBuilder, XHTMLWrapperElementsBuilder

public interface WrapperElementsBuilder

This interface provides methods to create the "wrappers" elements that will contain the XForms document. These elements can be: - the first "enveloppe" element - other elements specific to a destination language or platform (ex: XHTML tags)


Method Summary
 org.w3c.dom.Element createControlsWrapper(org.w3c.dom.Element controlElement)
          create the wrapper element of the different controls
 org.w3c.dom.Element createEnvelope(org.w3c.dom.Document xForm)
          creates the global enveloppe of the resulting document, and puts it in the document
 org.w3c.dom.Element createGroupContentWrapper(org.w3c.dom.Element groupElement)
          create the element that will contain the content of the group (or repeat) element
 org.w3c.dom.Element createModelWrapper(org.w3c.dom.Element modelElement)
          create the wrapper element of the xforms:model element
 

Method Detail

createEnvelope

public org.w3c.dom.Element createEnvelope(org.w3c.dom.Document xForm)
creates the global enveloppe of the resulting document, and puts it in the document


createModelWrapper

public org.w3c.dom.Element createModelWrapper(org.w3c.dom.Element modelElement)
create the wrapper element of the xforms:model element


createControlsWrapper

public org.w3c.dom.Element createControlsWrapper(org.w3c.dom.Element controlElement)
create the wrapper element of the different controls


createGroupContentWrapper

public org.w3c.dom.Element createGroupContentWrapper(org.w3c.dom.Element groupElement)
create the element that will contain the content of the group (or repeat) element