|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IxbDocument
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 |
IxbElement |
getRootElement()
Supported API: true |
| Methods inherited from interface wt.ixb.publicforhandlers.IxbElement |
|---|
addAttribute, addCDataSectionValue, addElement, addElement, addForeignElementByCopy, addValue, addValue, addValue, addValue, addValue, getAttribute, getAttributes, getAttributeValuePairs, getBooleanValue, getDoubleValue, getElement, getElements, getElements, getIntValue, getKeys, getLongValue, getParent, getTag, getValue, getValue, getValues, isCDATASectionElement, isCommentElement, isTextElement, removeChildElement, setValue, store, store, store |
| Method Detail |
|---|
IxbElement getRootElement()
throws WTException
WTException
void addRootElement(IxbElement el)
throws WTException
el -
WTException
IxbElement createElement(String tag)
throws WTException
tag -
WTException
IxbElement createElement(String tag,
String value)
throws WTException
tag - value -
WTException
IxbElement createRootElement(String value)
throws WTException
value -
WTException
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 | ||||||||