|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.saxon.pattern.NodeTest com.saxonica.validate.SchemaAttributeTest
public class SchemaAttributeTest
A NodeTest of the form schema-attribute(attribute-name)
Constructor Summary | |
---|---|
SchemaAttributeTest(AttributeDecl element)
Constructor |
Method Summary | |
---|---|
boolean |
equals(Object other)
|
SchemaType |
getContentType()
Get the content type allowed by this NodeTest (that is, the type annotation of the matched nodes). |
double |
getDefaultPriority()
Determine the default priority of this node test when used on its own as a Pattern |
int |
getNodeKindMask()
Get a mask indicating which kinds of nodes this NodeTest can match. |
int |
getPrimitiveType()
Determine the types of nodes to which this pattern applies. |
IntSet |
getRequiredNodeNames()
Get the set of node names allowed by this NodeTest. |
int |
hashCode()
Returns a hash code value for the object. |
boolean |
matches(int nodeKind,
NodeName name,
int annotation)
Test whether this node test is satisfied by a given node. |
boolean |
matches(NodeInfo node)
Test whether this node test is satisfied by a given node. |
boolean |
matches(TinyTree tree,
int nodeNr)
Test whether this node test is satisfied by a given node on a TinyTree. |
String |
toString()
|
String |
toString(NamePool pool)
Display the type descriptor for diagnostics |
void |
visitNamedSchemaComponents(SchemaComponentVisitor visitor)
Visit all the schema components used in this ItemType definition |
Methods inherited from class net.sf.saxon.pattern.NodeTest |
---|
getAtomizedItemType, getFingerprint, getPrimitiveItemType, getSuperType, isAtomicType, isAtomizable, isNillable, isPlainType, matches, matchesItem |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SchemaAttributeTest(AttributeDecl element)
element
- The element declaration of the named elementMethod Detail |
---|
public boolean matches(int nodeKind, NodeName name, int annotation)
matches
in class NodeTest
nodeKind
- The kind of node to be matchedname
- identifies the expanded name of the node to be matched.
The value should be null for a node with no name.annotation
- The actual content type of the nodepublic boolean matches(TinyTree tree, int nodeNr)
matches
in class NodeTest
tree
- the TinyTree containing the nodenodeNr
- the number of the node within the TinyTree
public boolean matches(NodeInfo node)
matches
in class NodeTest
node
- the node to be matchedpublic final double getDefaultPriority()
getDefaultPriority
in interface ItemType
public int getPrimitiveType()
getPrimitiveType
in interface ItemType
getPrimitiveType
in class NodeTest
public int getNodeKindMask()
getNodeKindMask
in class NodeTest
public IntSet getRequiredNodeNames()
getRequiredNodeNames
in class NodeTest
public SchemaType getContentType()
getContentType
in class NodeTest
public void visitNamedSchemaComponents(SchemaComponentVisitor visitor) throws XPathException
visitNamedSchemaComponents
in interface ItemType
visitNamedSchemaComponents
in class NodeTest
visitor
- the visitor class to be called when each component is visited
XPathException
- if an error occurspublic String toString()
toString
in class Object
public String toString(NamePool pool)
NodeTest
toString
in interface ItemType
toString
in class NodeTest
pool
- the name pool
public int hashCode()
hashCode
in class Object
public boolean equals(Object other)
equals
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |