org.apache.xerces.impl.validation.identity
Class Selector

java.lang.Object
  |
  +--org.apache.xerces.impl.validation.identity.Selector

public class Selector
extends java.lang.Object

Schema identity constraint selector.

Version:
$Id: Selector.java,v 1.1.2.2 2001/05/09 21:10:53 lehors Exp $
Author:
Andy Clark, IBM

Inner Class Summary
protected  class Selector.Matcher
          Selector matcher.
static class Selector.XPath
          Schema identity constraint selector XPath expression.
 
Constructor Summary
Selector(Selector.XPath xpath, IdentityConstraint identityConstraint)
          Constructs a selector.
 
Method Summary
 XPathMatcher createMatcher(FieldActivator activator)
          Creates a selector matcher.
 IdentityConstraint getIdentityConstraint()
          Returns the identity constraint.
 XPath getXPath()
          Returns the selector XPath.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Selector

public Selector(Selector.XPath xpath,
                IdentityConstraint identityConstraint)
Constructs a selector.
Method Detail

getXPath

public XPath getXPath()
Returns the selector XPath.

getIdentityConstraint

public IdentityConstraint getIdentityConstraint()
Returns the identity constraint.

createMatcher

public XPathMatcher createMatcher(FieldActivator activator)
Creates a selector matcher.


Copyright © 1999-2001 Apache XML Project. All Rights Reserved.