See: Description
| Interface | Description |
|---|---|
| AttrVisitor |
Provides a variation of the Visitor pattern for performing operations on
DOM attributes which are part of
Element items. |
| ElementVisitor |
Provides a variation of the Visitor pattern for performing operations on
DOM elements which are part of
Element items. |
| NodeVisitor |
Provides a variation of the Visitor pattern for performing operations on
DOM nodes which are part of
Element items. |
| Class | Description |
|---|---|
| AbstractDOMTraversalStage |
A DOM traversal class using the template method pattern.
|
| AbstractDOMValidationStage<V> |
Base stage to apply a collection of validators to each object from each item.
|
| AbstractElementVisitingStage | |
| AbstractNamespacesStrippingStage |
An abstract stage which removes all evidence of given XML namespaces from each metadata item.
|
| AbstractXSLProcessingStage |
A pipeline stage which applies and XSLT to each element in the
DOMElementItem collection. |
| CRDetectionStage | |
| DOMElementItem | |
| DOMElementSerializer | |
| DOMFilesystemSourceStage |
A stage which reads XML information from the filesystem and places it in the given
DOMElementItem collection. |
| DOMResourceSourceStage |
A pipeline stage which reads an XML document from an
Resource, parses the document, and places the resultant
document (root) element in to the provided DOMElementItem collection. |
| ElementStrippingStage |
A stage which removes all instances of the specified element from DOM metadata.
|
| ElementWhitespaceTrimmingStage |
Stage to trim leading and trailing whitespace from the text content of named elements
within a
DOMElementItem. |
| EmptyContainerStrippingStage |
A stage which removes all empty instances of the named container element from DOM metadata.
|
| MultiOutputXSLTransformationStage |
A pipeline stage which transforms each item in the
DOMElementItem collection via an XSL transform. |
| NamespacesStrippingStage |
A stage which removes all evidence of a given collection of XML namespaces from each metadata item.
|
| NamespaceStrippingStage |
A stage which removes all evidence of a given XML namespace from each metadata item.
|
| WhitespaceTrimmingVisitor |
Node visitor which trims leading and trailing whitespace from the
visited node's text content. |
| XMLSchemaValidationStage |
A pipeline stage that XML schema validates the elements within the
DOMElementItem collection. |
| XMLSignatureSigningStage |
A pipeline stage that creates, and adds, an enveloped signature for each element in the given
DOMElementItem
collection. |
| XMLSignatureValidationStage |
A pipeline stage which validates the XML digital signature found on DOM Elements.
|
| XMLSignatureValidator |
A class that encapsulates the various stages in validation of XML signatures as methods.
|
| XPathFilteringStage |
Pipeline stage which allows filtering of @{link DomElementItem}s according to an XPath expression.
|
| XPathItemSelectionStrategy |
Item selection strategy which selects items on the basis of a boolean XPath expression.
|
| XSLTransformationStage |
A pipeline stage which transforms each item in the
DOMElementItem collection via an XSL transform. |
| XSLValidationStage |
A pipeline which "validates" each element in the
DOMElementItem collection via an XSL stylesheet. |
| Enum | Description |
|---|---|
| XMLSignatureSigningStage.ShaVariant |
The variant of SHA to use in the various signature algorithms.
|
| Exception | Description |
|---|---|
| XMLSignatureValidator.ValidationException |
Exception class representing a failure to validate.
|
Copyright © 1999–2016. All rights reserved.