Package jd.xml.xslt.pattern

Contains classes for XSLT template patterns.

See:
          Description

Interface Summary
PatternVisitor  
 

Class Summary
ComposedPathPattern ComposedPath pattern represents the pattern which is composed of two path patterns, either direct (lhs/rhs) or indirect (lhs//rhs).
FilteredStepPattern FilteredStepPattern is a StepPattern with one or more predicate expressions.
IdPattern IdPattern represents the Id pattern.
Key Key represents the key-element.
KeyPattern KeyPattern represents the key pattern.
NodeTypeAllTest Implements the node-test "node()" for patterns.
NumberCountPattern NumberCountPattern is a pattern used by a NumberTemplate.
OrPattern OrPattern represents the or pattern (lhs|rhs).
Pattern Pattern is a base class for XSLT patterns.
PatternClassifier A PatternClassifier classifies which nodes a pattern can match.
PatternClassifier.Match  
PatternWriter A PatternWriter prints a string representation of a pattern.
ProxyPattern ProxyPattern wraps another pattern.
RootPattern RootPattern represents the root path pattern.
StepPattern StepPattern represents a location step pattern consisting of a NodeTest.
 

Package jd.xml.xslt.pattern Description

Contains classes for XSLT template patterns.