org.apache.axiom.om.impl.jaxp
Class OMResult
java.lang.Object
javax.xml.transform.sax.SAXResult
org.apache.axiom.om.impl.jaxp.OMResult
- All Implemented Interfaces:
- Result
public class OMResult
- extends SAXResult
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OMResult
public OMResult(OMFactory omFactory)
OMResult
public OMResult()
getDocument
public OMDocument getDocument()
getRootElement
public OMElement getRootElement()
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.