Uses of Class
org.apache.servicemix.jbi.jaxp.StaxSource

Packages that use StaxSource
org.apache.servicemix.jbi.jaxp JAXP and XML related utility classes 
 

Uses of StaxSource in org.apache.servicemix.jbi.jaxp
 

Methods in org.apache.servicemix.jbi.jaxp that return StaxSource
 StaxSource StAXSourceTransformer.toStaxSource(javax.xml.transform.Source source)
          Converts the source instance to a DOMSource or returns null if the conversion is not supported (making it easy to derive from this class to add new kinds of conversion).
 

Methods in org.apache.servicemix.jbi.jaxp with parameters of type StaxSource
 javax.xml.transform.dom.DOMSource StAXSourceTransformer.toDOMSourceFromStax(StaxSource source)
           
 javax.xml.transform.sax.SAXSource StAXSourceTransformer.toSAXSourceFromStax(StaxSource source)
           
 



Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.