Package wt.facade.ixb
Interface IxbDocument
- All Superinterfaces:
IxbElement
- All Known Implementing Classes:
IxbDocumentWrapper,IxbJaxbDocElement
This interface represents XML file for export and import
This is a simple wraper for XML DOM representation. DOM is not used explicitely
for the following reasons:
Supported API: true
Extendable: false
- To be able potentially use in future another, not DOM representation (stage table in databae, for example)
- To add some simplified methods that are convinient for export/import process
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Supported API: truecreateCDataSectionElement(String tag, String value)
Supported API: truecreateElement(String tag)
Supported API: truecreateElement(String tag, String value)
Supported API: truecreateRootElement(String value)
Supported API: true
Supported API: trueMethods inherited from interface wt.facade.ixb.IxbElement
addAdvancedDomAttributesOfForeignElement, addAttribute, addCDataSectionValue, addCommentByCopy, addElement, addElement, addForeignElementByAdopt, addForeignElementByCopy, addValue, addValue, addValue, addValue, addValue, getAttribute, getAttributes, getAttributeValuePairs, getBooleanValue, getDoubleValue, getElement, getElements, getElements, getElementsAndComments, getIntValue, getKeys, getLongValue, getParent, getTag, getValue, getValue, getValues, isCDATASectionElement, isCommentElement, isTextElement, removeChildElement, setValue, store, store, store
-
Method Details
-
getRootElement
Supported API: true- Returns:
- IxbElement
- Throws:
WTException
-
addRootElement
Supported API: true- Parameters:
el-- Throws:
WTException
-
createElement
Supported API: true- Parameters:
tag-- Returns:
- IxbElement
- Throws:
WTException
-
createElement
Supported API: true- Parameters:
tag-value-- Returns:
- IxbElement
- Throws:
WTException
-
createRootElement
Supported API: true- Parameters:
value-- Returns:
- IxbElement
- Throws:
WTException
-
createCDataSectionElement
Supported API: true- Parameters:
tag-value-- Returns:
- IxbElement
- Throws:
WTException
-