Package net.sf.saxon.trans
Class ComponentTest
- java.lang.Object
-
- net.sf.saxon.trans.ComponentTest
-
public class ComponentTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ComponentTest(int componentKind, QNameTest nameTest, int arity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object other)
int
getArity()
int
getComponentKind()
QNameTest
getQNameTest()
SymbolicName
getSymbolicNameIfExplicit()
int
hashCode()
boolean
isPartialWildcard()
boolean
matches(Actor component)
boolean
matches(SymbolicName sn)
-
-
-
Constructor Detail
-
ComponentTest
public ComponentTest(int componentKind, QNameTest nameTest, int arity)
-
-
Method Detail
-
getComponentKind
public int getComponentKind()
-
getQNameTest
public QNameTest getQNameTest()
-
getArity
public int getArity()
-
isPartialWildcard
public boolean isPartialWildcard()
-
matches
public boolean matches(Actor component)
-
matches
public boolean matches(SymbolicName sn)
-
getSymbolicNameIfExplicit
public SymbolicName getSymbolicNameIfExplicit()
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-