wt.ixb.publicforapps
Interface IxbDocument

All Superinterfaces:
IxbElement

public interface IxbDocument
extends IxbElement

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: true


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

getRootElement

IxbElement getRootElement()
                          throws WTException


Supported API: true

Returns:
IxbElement
Throws:
WTException

addRootElement

void addRootElement(IxbElement el)
                    throws WTException


Supported API: true

Parameters:
el -
Throws:
WTException

createElement

IxbElement createElement(String tag)
                         throws WTException


Supported API: true

Parameters:
tag -
Returns:
IxbElement
Throws:
WTException

createElement

IxbElement createElement(String tag,
                         String value)
                         throws WTException


Supported API: true

Parameters:
tag -
value -
Returns:
IxbElement
Throws:
WTException

createRootElement

IxbElement createRootElement(String value)
                             throws WTException


Supported API: true

Parameters:
value -
Returns:
IxbElement
Throws:
WTException

createCDataSectionElement

IxbElement createCDataSectionElement(String tag,
                                     String value)
                                     throws WTException


Supported API: true

Parameters:
tag -
value -
Returns:
IxbElement
Throws:
WTException