|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xerces.impl.xpath.XPathMatcher | +--org.apache.xerces.impl.validation.identity.Field.Matcher
Field matcher.
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 |
protected ValueStore fStore
Constructor Detail |
public Field.Matcher(Field.XPath xpath, ValueStore store)
Method Detail |
protected void matched(java.lang.String content) throws org.apache.xerces.xni.XNIException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |