public class AXIOMSourceBuilder extends Object implements SourceBuilder
SourceBuilder implementation that transforms the AXIOM tree to SAX
using OMSource.| Constructor and Description |
|---|
AXIOMSourceBuilder() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.axiom.om.impl.jaxp.OMSource |
getSource(org.apache.axiom.om.OMElement node)
Get a
Source implementation for the given AXIOM tree. |
void |
release()
Release any resources associated with this object.
|
public org.apache.axiom.om.impl.jaxp.OMSource getSource(org.apache.axiom.om.OMElement node)
SourceBuilderSource implementation for the given AXIOM tree.getSource in interface SourceBuildernode - the root node of the AXIOM treepublic void release()
SourceBuilderrelease in interface SourceBuilderCopyright © 2005–2024 Apache Software Foundation. All rights reserved.