public class OMSource extends SAXSource
Source
for AXIOM.
The implementation is based on SAXSource
and directly transforms an AXIOM
tree into a stream of SAX events using OMXMLReader
.
Note that OMDocType
nodes are not supported and will be
silently skipped.
getInputSource, getSystemId, getXMLReader, setInputSource, setSystemId, setXMLReader, sourceToInputSource
public OMSource(OMElement element)
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.