Modifier and Type | Class and Description |
---|---|
(package private) class |
XPathParser.Attribute
return the attribute value of the current nodes that have the given attribute name
|
(package private) class |
XPathParser.Child
return the children of the current nodes that have the given tagname
|
(package private) class |
XPathParser.Descendant
As efficient as SimpleDescendant when there are no nested elements with the same tagname.
|
(package private) class |
XPathParser.Equals
generate a releasePredicate signal if the content of the input node is equal to text
|
(package private) class |
XPathParser.Materialize
Remove the start/end/releasePredicate events by storing some events in a buffer, when necessary
|
(package private) class |
XPathParser.MRDataHandler
Converts the SAX data stream to MRData
|
(package private) class |
XPathParser.Predicate
propagates all input signals to both next and condition streams but wraps each
top-level element in the next stream with start/end Condition signals
|
(package private) class |
XPathParser.Print
The end of the pipeline: Print the SAX stream to the output
|
(package private) class |
XPathParser.SimpleDescendant
Return the descendants of the current nodes that have the given tagname.
|
Modifier and Type | Field and Description |
---|---|
(package private) XPathParser.XPathHandler |
XPathParser.Predicate.condition |
(package private) XPathParser.XPathHandler |
XPathParser.Predicate.condition |
XPathParser.XPathHandler |
XPathParser.handler |
XPathParser.XPathHandler |
XPathParser.handler |
(package private) XPathParser.XPathHandler |
XPathParser.XPathHandler.next |
(package private) XPathParser.XPathHandler |
XPathParser.XPathHandler.next |
Modifier and Type | Method and Description |
---|---|
XPathParser.XPathHandler |
XPathParser.compile_xpath(Tree xpath,
XPathParser.XPathHandler next,
int cn) |
XPathParser.XPathHandler |
XPathParser.compile_xpath(Tree xpath,
XPathParser.XPathHandler next,
int cn) |
Modifier and Type | Method and Description |
---|---|
XPathParser.XPathHandler |
XPathParser.compile_xpath(Tree xpath,
XPathParser.XPathHandler next,
int cn) |
XPathParser.XPathHandler |
XPathParser.compile_xpath(Tree xpath,
XPathParser.XPathHandler next,
int cn) |
void |
XPathParser.Cache.dump(XPathParser.XPathHandler next)
regenerate the stream from buffer
|
void |
XPathParser.Cache.dump(XPathParser.XPathHandler next)
regenerate the stream from buffer
|
Copyright © 2013 The Apache Software Foundation. All rights reserved.