|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SourceBuilder
Interface encapsulating a strategy to transform an AXIOM tree into a
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().
| Method Summary | |
|---|---|
Source |
getSource(OMElement node)
Get a Source implementation for the given AXIOM tree. |
void |
release()
Release any resources associated with this object. |
| Method Detail |
|---|
Source getSource(OMElement node)
Source implementation for the given AXIOM tree.
node - the root node of the AXIOM tree
void release()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||