|
|||||||||
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.Selector.Matcher
Selector matcher.
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 |
public Selector.Matcher(Selector.XPath xpath, FieldActivator activator)
Method Detail |
public void startElement(org.apache.xerces.xni.QName element, org.apache.xerces.xni.XMLAttributes attributes) throws org.apache.xerces.xni.XNIException
element
- The name of the element.attributes
- The element attributes.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |