org.apache.xerces.impl.xs.identity
public class Selector.Matcher extends XPathMatcher
| Field Summary | |
|---|---|
| protected int | fElementDepth Element depth. |
| protected FieldActivator | fFieldActivator Field activator. |
| protected int | fInitialDepth Initial depth in the document at which this matcher was created. |
| protected int | fMatchedDepth Depth at match. |
| Constructor Summary | |
|---|---|
| Matcher(Selector.XPath xpath, FieldActivator activator, int initialDepth) Constructs a selector matcher. | |
| Method Summary | |
|---|---|
| void | endElement(QName element, XSTypeDefinition type, boolean nillable, Object actualValue, short valueType, ShortList itemValueType) |
| IdentityConstraint | getIdentityConstraint() Returns the identity constraint. |
| int | getInitialDepth() get the initial depth at which this selector matched. |
| void | startDocumentFragment() |
| void | startElement(QName element, XMLAttributes attributes)
The start of an element. |
Parameters: element The name of the element. attributes The element attributes.