|
|||||||||
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.SchemaElementTest
public class SchemaElementTest
A NodeTest of the form schema-element(element-name)
Constructor Summary | |
---|---|
SchemaElementTest(ElementDecl 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 |
ElementDecl |
getElementDeclaration()
Get the element declaration |
int |
getHeadFingerprint()
Get the fingerprint of the head of the substitution group |
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. |
static boolean |
matchesAnnotation(SchemaType required,
SchemaType actual)
Determine whether the type annotation of an element or attribute instances matches the required type of the element or attribute declaration named in a schema-element() or schema-attribute() test |
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 SchemaElementTest(ElementDecl element)
element
- The element declaration of the named elementMethod Detail |
---|
public ElementDecl getElementDeclaration()
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 static boolean matchesAnnotation(SchemaType required, SchemaType actual)
required
- the required type of the declaration named in the schema-element() or schema-attribute testactual
- the actual type annotation of the instance
public 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 int getHeadFingerprint()
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 |