Uses of Package
org.jaxen.pattern
-
Packages that use org.jaxen.pattern Package Description org.jaxen.pattern Defines XSLT Pattern objects. -
Classes in org.jaxen.pattern used by org.jaxen.pattern Class Description AnyChildNodeTest AnyChildNodeTestmatches any child node.AnyNodeTest AnyNodeTestmatches any node.LocationPathPattern LocationPathPatternmatches any node using a location path such as A/B/C.NodeTest NodeTestis a simple test on a node.NodeTypeTest NodeTypeTestmatches if the node is of a certain type such as element, attribute, comment, text, processing instruction and so forth.NoNodeTest NoNodeTestmatches no nodes.Pattern Patterndefines the behaviour for pattern in the XSLT processing model.TextNodeTest TextNodeTestmatches any text node.