|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectto.etc.xml.DOMDecoderBase
to.etc.xml.DOMDecoder
public class DOMDecoder
Helper class to marshal and unmarshal SOAP encoded nodes (using SOAP encoding http://www.w3.org/2001/XMLSchema).
Constructor Summary | |
---|---|
DOMDecoder()
|
|
DOMDecoder(org.w3c.dom.Node root)
|
|
DOMDecoder(org.w3c.dom.Node currentRoot,
java.lang.String defaultNamespace,
java.lang.String encodingNamespace)
|
|
DOMDecoder(java.lang.String encodingNamespace)
|
Method Summary |
---|
Methods inherited from class to.etc.xml.DOMDecoderBase |
---|
dateOnly, dateOnly, dateTime, getChildIterator, getCurrentRoot, getDefaultNamespace, getEncodingNamespace, into, list, list, nodeFind, nodeGet, oneOf, selectNode, setCurrentRoot, setDefaultNamespace, setEncodingNamespace, string, string, string, string, textFrom_untrimmed, textFrom, up, up |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DOMDecoder()
public DOMDecoder(org.w3c.dom.Node currentRoot, java.lang.String defaultNamespace, java.lang.String encodingNamespace)
public DOMDecoder(org.w3c.dom.Node root)
public DOMDecoder(java.lang.String encodingNamespace)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |