|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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:
Method Summary | |
void |
addRootElement(IxbElement el)
Supported API: true |
IxbElement |
createCDataSectionElement(String tag,
String value)
Supported API: true |
IxbElement |
createElement(String tag)
Supported API: true |
IxbElement |
createElement(String tag,
String value)
Supported API: true |
IxbElement |
createRootElement(String value)
Supported API: true |
Document |
getDom()
Deprecated. |
IxbElement |
getRootElement()
Supported API: true |
Methods inherited from interface wt.ixb.publicforhandlers.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 Detail |
public Document getDom() throws WTException
WTException
public IxbElement getRootElement() throws WTException
WTException
public void addRootElement(IxbElement el) throws WTException
el
-
WTException
public IxbElement createElement(String tag) throws WTException
tag
-
WTException
public IxbElement createElement(String tag, String value) throws WTException
tag
- value
-
WTException
public IxbElement createRootElement(String value) throws WTException
value
-
WTException
public IxbElement createCDataSectionElement(String tag, String value) throws WTException
tag
- value
-
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |