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

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

protected class Field.Matcher
extends XPathMatcher

Field matcher.

Author:
Andy Clark, IBM

Inner classes inherited from class org.apache.xerces.impl.xpath.XPathMatcher
XPathMatcher.IntegerStack
 
Field Summary
protected  ValueStore fStore
          Value store for data values.
 
Constructor Summary
Field.Matcher(Field.XPath xpath, ValueStore store)
          Constructs a field matcher.
 
Method Summary
protected  void matched(java.lang.String content)
          This method is called when the XPath handler matches the XPath expression.
 
Methods inherited from class org.apache.xerces.impl.xpath.XPathMatcher
characters, comment, endCDATA, endDocumentFragment, endElement, endEntity, endPrefixMapping, getMatchedString, getRecognizedFeatures, getRecognizedProperties, ignorableWhitespace, isMatched, main, processingInstruction, reset, setFeature, setProperty, startCDATA, startDocumentFragment, startElement, startEntity, startPrefixMapping, textDecl, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

fStore

protected ValueStore fStore
Value store for data values.
Constructor Detail

Field.Matcher

public Field.Matcher(Field.XPath xpath,
                     ValueStore store)
Constructs a field matcher.
Method Detail

matched

protected void matched(java.lang.String content)
                throws org.apache.xerces.xni.XNIException
This method is called when the XPath handler matches the XPath expression.
Overrides:
matched in class XPathMatcher


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