org.apache.xerces.impl.xs.identity
public class Selector extends Object
Version: $Id: Selector.java,v 1.20 2005/05/09 21:03:33 ankitp Exp $
Nested Class Summary | |
---|---|
class | Selector.Matcher
Selector matcher.
|
static class | Selector.XPath
Schema identity constraint selector XPath expression.
|
Field Summary | |
---|---|
protected IdentityConstraint | fIdentityConstraint Identity constraint. |
protected IdentityConstraint | fIDConstraint |
protected Selector.XPath | fXPath XPath. |
Constructor Summary | |
---|---|
Selector(Selector.XPath xpath, IdentityConstraint identityConstraint) Constructs a selector. |
Method Summary | |
---|---|
XPathMatcher | createMatcher(FieldActivator activator, int initialDepth) Creates a selector matcher. |
IdentityConstraint | getIDConstraint() Returns the identity constraint. |
XPath | getXPath() Returns the selector XPath. |
String | toString() Returns a string representation of this object. |
Parameters: activator The activator for this selector's fields. initialDepth The depth in the document at which this matcher began its life; used in correctly handling recursive elements.