Package wt.ixb.impl.jaxb
Class IxbJaxbDocElement
java.lang.Object
wt.ixb.impl.jaxb.IxbJaxbElement
wt.ixb.impl.jaxb.IxbJaxbDocElement
- All Implemented Interfaces:
IxbDocument,IxbElement
This class only extends IxbJaxbElement and implements some function of IxbDocument interface
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionvoidadd the IxbElement as root element
Supported API: truecreateCDataSectionElement(String tag, String value) create CDataSection Element
Supported API: truecreateElement(String tag) create Element by name
Supported API: truecreateElement(String tag, String value) create Element by name and value
Supported API: truecreateRootElement(String tag) create root Element by name
Supported API: trueget root Element
Supported API: trueMethods inherited from class wt.ixb.impl.jaxb.IxbJaxbElement
addAttribute, addCDataSectionValue, addElement, addElement, addForeignElementByCopy, addValue, addValue, addValue, addValue, addValue, getAttribute, getAttributes, getAttributeValuePairs, getBooleanValue, getChildren, getChildrenMap, getDoubleValue, getElement, getElements, getElements, getElementValueMap, getForeignMap, getIntValue, getKeys, getLongValue, getParent, getRootObject, getSchemaType, getSubForeignMap, getTag, getTagQName, getValue, getValue, getValues, isCDATASectionElement, isCommentElement, isMultiple, isNeedSchemaCheck, isTextElement, removeChildElement, setMultiple, setNeedSchemaCheck, setValue, store, store, storeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface wt.facade.ixb.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 Details
-
addRootElement
add the IxbElement as root element
Supported API: true- Specified by:
addRootElementin interfaceIxbDocument- Parameters:
el-- Throws:
WTException
-
createCDataSectionElement
create CDataSection Element
Supported API: true- Specified by:
createCDataSectionElementin interfaceIxbDocument- Parameters:
tag-value-- Returns:
- IxbElement
- Throws:
WTException
-
createElement
create Element by name
Supported API: true- Specified by:
createElementin interfaceIxbDocument- Parameters:
tag-- Returns:
- IxbElement
- Throws:
WTException
-
createElement
create Element by name and value
Supported API: true- Specified by:
createElementin interfaceIxbDocument- Parameters:
tag-value-- Returns:
- IxbElement
- Throws:
WTException
-
createRootElement
create root Element by name
Supported API: true- Specified by:
createRootElementin interfaceIxbDocument- Parameters:
value-- Returns:
- IxbElement
- Throws:
WTException
-
getRootElement
get root Element
Supported API: true- Specified by:
getRootElementin interfaceIxbDocument- Returns:
- IxbElement
- Throws:
WTException
-