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

java.lang.Object
  |
  +--org.apache.xerces.impl.xpath.XPathMatcher
        |
        +--org.apache.xerces.impl.validation.identity.Selector.Matcher
Enclosing class:
Selector

protected class Selector.Matcher
extends XPathMatcher

Selector matcher.

Author:
Andy Clark, IBM

Inner classes inherited from class org.apache.xerces.impl.xpath.XPathMatcher
XPathMatcher.IntegerStack
 
Constructor Summary
Selector.Matcher(Selector.XPath xpath, FieldActivator activator)
          Constructs a selector matcher.
 
Method Summary
 void startElement(org.apache.xerces.xni.QName element, org.apache.xerces.xni.XMLAttributes attributes)
          The start of an element.
 
Methods inherited from class org.apache.xerces.impl.xpath.XPathMatcher
characters, comment, endCDATA, endDocumentFragment, endElement, endEntity, endPrefixMapping, getMatchedString, getRecognizedFeatures, getRecognizedProperties, ignorableWhitespace, isMatched, main, matched, processingInstruction, reset, setFeature, setProperty, startCDATA, startDocumentFragment, startEntity, startPrefixMapping, textDecl, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Selector.Matcher

public Selector.Matcher(Selector.XPath xpath,
                        FieldActivator activator)
Constructs a selector matcher.
Method Detail

startElement

public void startElement(org.apache.xerces.xni.QName element,
                         org.apache.xerces.xni.XMLAttributes attributes)
                  throws org.apache.xerces.xni.XNIException
The start of an element. If the document specifies the start element by using an empty tag, then the startElement method will immediately be followed by the endElement method, with no intervening methods.
Overrides:
startElement in class XPathMatcher
Parameters:
element - The name of the element.
attributes - The element attributes.
Throws:
org.apache.xerces.xni.XNIException - Thrown by handler to signal an error.


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