Package com.xmlcalabash.parsers.xpath31
Class XPathExpressionParser.FindRefs
-
- All Implemented Interfaces:
-
com.xmlcalabash.parsers.XPath31.EventHandler
public final class XPathExpressionParser.FindRefs implements XPath31.EventHandler
-
-
Constructor Summary
Constructors Constructor Description XPathExpressionParser.FindRefs(Boolean trace)
-
Method Summary
Modifier and Type Method Description final NamespaceMap
getNsmap()
final Unit
setNsmap(NamespaceMap nsmap)
final Boolean
getTrace()
final Unit
initialize()
Unit
reset(CharSequence string)
Unit
startNonterminal(String name, Integer begin)
Unit
endNonterminal(String name, Integer end)
Unit
terminal(String name, Integer begin, Integer end)
Unit
whitespace(Integer begin, Integer end)
final String
walkTree()
-
-
Constructor Detail
-
XPathExpressionParser.FindRefs
XPathExpressionParser.FindRefs(Boolean trace)
-
-
Method Detail
-
getNsmap
final NamespaceMap getNsmap()
-
initialize
final Unit initialize()
-
reset
Unit reset(CharSequence string)
-
startNonterminal
Unit startNonterminal(String name, Integer begin)
-
endNonterminal
Unit endNonterminal(String name, Integer end)
-
whitespace
Unit whitespace(Integer begin, Integer end)
-
-
-
-