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 SourceTransformer.toStaxSource(javax.xml.transform.Source source)
          Converts the source instance to a StaxSource 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.Source SourceTransformer.toDOMSource(StaxSource source)
           
 javax.xml.transform.dom.DOMSource SourceTransformer.toDOMSourceFromStax(StaxSource source)
           
 javax.xml.transform.sax.SAXSource SourceTransformer.toSAXSourceFromStax(StaxSource source)
           
 



Copyright © 2005-2012 FuseSource. All Rights Reserved.