|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.xml.transform.sax.SAXResult
org.apache.axiom.om.impl.jaxp.OMResult
public class OMResult
Implementation of Result for AXIOM.
The implementation is based on SAXResult and transforms the stream
of SAX events to an AXIOM tree using SAXOMBuilder.
Note that building OMDocType nodes from DTD information is
not supported.
| Field Summary |
|---|
| Fields inherited from class javax.xml.transform.sax.SAXResult |
|---|
FEATURE |
| Fields inherited from interface javax.xml.transform.Result |
|---|
PI_DISABLE_OUTPUT_ESCAPING, PI_ENABLE_OUTPUT_ESCAPING |
| Constructor Summary | |
|---|---|
OMResult()
|
|
OMResult(OMFactory omFactory)
|
|
| Method Summary | |
|---|---|
OMDocument |
getDocument()
|
OMElement |
getRootElement()
|
| Methods inherited from class javax.xml.transform.sax.SAXResult |
|---|
getHandler, getLexicalHandler, getSystemId, setHandler, setLexicalHandler, setSystemId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OMResult(OMFactory omFactory)
public OMResult()
| Method Detail |
|---|
public OMDocument getDocument()
public OMElement getRootElement()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||