| Package | Description |
|---|---|
| org.apache.servicemix.jbi.jaxp |
JAXP and XML related utility classes
|
| Modifier and Type | Method and Description |
|---|---|
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).
|
| Modifier and Type | Method and Description |
|---|---|
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-2014 FuseSource. All Rights Reserved.