| Interface | Description |
|---|---|
| SaxonProcessorDelegate |
A delegate used to process a Saxon document and create a result tree, notably
used in the
SaxonProcessor facility. |
| Class | Description |
|---|---|
| AbstractSaxonProcessorDelegate |
Base class for
SaxonProcessorDelegate implementations that just throw
UnsupportedOperationException for any event. |
| CopyingSaxonProcessorDelegate |
A processor delegate that merely copies the processed nodes to the result
tree.
|
| DeleteSaxonProcessorDelegate |
A
SaxonProcessorDelegate implementation that deletes all the nodes. |
| MatchSaxonProcessorDelegate |
A processor delegate that dispatches to internal sub-delegates depending on
the evaluation of a predicate on the node.
|
| Saxon |
Utility methods related to Saxon.
|
| SaxonAxis |
Utility methods to retrieve node sequences through axis in Saxon.
|
| SaxonBuilder |
A builder to create new XdmNode documents using a push API.
|
| SaxonBuilders |
Utility methods related to
SaxonBuilder. |
| SaxonFunctions |
Function implementations related to Saxon. |
| SaxonLocation | |
| SaxonMaps |
Utility methods related to
Map and Saxon. |
| SaxonNamespaces |
Utility methods realted to namespaces for Saxon.
|
| SaxonPatternMatcher |
A utility class to evaluate an XSLT Match pattern against nodes.
|
| SaxonPredicates |
Predicate implementations related to Saxon. |
| SaxonProcessor |
A processor that walks over s9api documents and calls a delegate on each
encountered node, possibly returning a result document.
|
| SaxonProcessorDelegates |
Utility and factory methods related to
SaxonProcessorDelegate. |
| SaxonQNames |
Utility methods related to Saxon API
QName. |
| Enum | Description |
|---|---|
| SaxonProcessorDelegate.NextSteps |
An enumeration used to indicate what to do after a delegate
SaxonProcessorDelegate.startElement(XdmNode, SaxonBuilder) method
has been called. |
Copyright © 2009-2012 TranceCode. All Rights Reserved.