Class UnionPattern

java.lang.Object
org.apache.xpath.Expression
org.apache.xpath.patterns.UnionPattern
All Implemented Interfaces:
Serializable, SourceLocator, ExpressionNode, XPathVisitable

public class UnionPattern
extends Expression
This class represents a union pattern, which can have multiple individual StepPattern patterns.
See Also:
Serialized Form