org.enhydra.apache.xerces.validators.schema.identity
Class Field.Matcher
java.lang.Object
|
+--org.enhydra.apache.xerces.validators.schema.identity.XPathMatcher
|
+--org.enhydra.apache.xerces.validators.schema.identity.Field.Matcher
- Enclosing class:
- Field
- protected class Field.Matcher
- extends XPathMatcher
Field matcher.
- Author:
- Andy Clark, IBM
Method Summary |
protected void |
matched(String content,
DatatypeValidator val,
boolean isNil)
This method is called when the XPath handler matches the
XPath expression. |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
fStore
protected ValueStore fStore
- Value store for data values.
Field.Matcher
public Field.Matcher(Field.XPath xpath,
ValueStore store)
- Constructs a field matcher.
matched
protected void matched(String content,
DatatypeValidator val,
boolean isNil)
throws Exception
- This method is called when the XPath handler matches the
XPath expression.
- Overrides:
matched
in class XPathMatcher
Copyright © 1999 The Apache Software Foundation. All Rights reserved.