|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |