public interface SourceBuilder
Source object.
Implementations of this interface should be used in the following way:
SourceBuilderFactory.getSource(OMElement) to get a Source object for
the AXIOM tree.Source object in the invocation the XSL transformer or
schema validator, etc.release().| Modifier and Type | Method and Description |
|---|---|
Source |
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.
|
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.