org.apache.axiom.om.impl.jaxp
Class OMSource

java.lang.Object
  extended by javax.xml.transform.sax.SAXSource
      extended by org.apache.axiom.om.impl.jaxp.OMSource
All Implemented Interfaces:
javax.xml.transform.Source

public class OMSource
extends javax.xml.transform.sax.SAXSource

Implementation of Source for AXIOM. The implementation is based on SAXSource and directly transforms an AXIOM tree into a stream of SAX events using OMXMLReader.


Field Summary
 
Fields inherited from class javax.xml.transform.sax.SAXSource
FEATURE
 
Constructor Summary
OMSource(OMElement element)
           
 
Method Summary
 
Methods inherited from class javax.xml.transform.sax.SAXSource
getInputSource, getSystemId, getXMLReader, setInputSource, setSystemId, setXMLReader, sourceToInputSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OMSource

public OMSource(OMElement element)


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.