|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.ixb.impl.doc.IxbDomElement
wt.ixb.impl.doc.IxbDomDocument
Nested Class Summary |
Nested classes inherited from class wt.ixb.impl.doc.IxbDomElement |
IxbDomElement.IxbDefaultHandler |
Field Summary | |
private Document |
domDoc
|
private static Boolean |
superValidation
|
Fields inherited from class wt.ixb.impl.doc.IxbDomElement |
domElem, ixbDoc, UTF8_INVALID_CHAR, validate |
Constructor Summary | |
IxbDomDocument()
|
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 tag)
Supported API: true |
private static InputStream |
doXmlStreamSuperValidation(InputStream in)
|
String |
getDocumentTag()
|
Document |
getDom()
Supported API: false |
IxbElement |
getRootElement()
Supported API: true |
void |
initialize()
|
void |
initialize(Element domXmlFile)
|
void |
initialize(InputStream xmlFile,
boolean _validate)
|
private static void |
PP(String s)
|
private void |
setDomRootElement(Element el)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 |
Field Detail |
private static Boolean superValidation
private Document domDoc
Constructor Detail |
public IxbDomDocument()
Method Detail |
private void setDomRootElement(Element el)
public void initialize() throws WTException
WTException
private static InputStream doXmlStreamSuperValidation(InputStream in) throws WTException
WTException
public void initialize(InputStream xmlFile, boolean _validate) throws WTException
WTException
public void initialize(Element domXmlFile) throws WTException
WTException
public IxbElement createRootElement(String tag) throws WTException
IxbDocument
createRootElement
in interface IxbDocument
tag
-
WTException
public IxbElement createElement(String tag) throws WTException
IxbDocument
createElement
in interface IxbDocument
tag
-
WTException
public IxbElement createElement(String tag, String value) throws WTException
IxbDocument
createElement
in interface IxbDocument
tag
- value
-
WTException
public IxbElement createCDataSectionElement(String tag, String value) throws WTException
IxbDocument
createCDataSectionElement
in interface IxbDocument
tag
- value
-
WTException
public void addRootElement(IxbElement el) throws WTException
IxbDocument
addRootElement
in interface IxbDocument
el
-
WTException
public IxbElement getRootElement() throws WTException
IxbDocument
getRootElement
in interface IxbDocument
WTException
public Document getDom() throws WTException
IxbDocument
getDom
in interface IxbDocument
WTException
public String getDocumentTag() throws WTException
WTException
private static void PP(String s)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |