Uses of Class
org.apache.jackrabbit.spi.commons.query.xpath.SimpleCharStream
-
Packages that use SimpleCharStream Package Description org.apache.jackrabbit.spi.commons.query.xpath -
-
Uses of SimpleCharStream in org.apache.jackrabbit.spi.commons.query.xpath
Fields in org.apache.jackrabbit.spi.commons.query.xpath declared as SimpleCharStream Modifier and Type Field Description protected SimpleCharStream
XPathTokenManager. input_stream
Methods in org.apache.jackrabbit.spi.commons.query.xpath with parameters of type SimpleCharStream Modifier and Type Method Description void
XPathTokenManager. ReInit(SimpleCharStream stream)
void
XPathTokenManager. ReInit(SimpleCharStream stream, int lexState)
Constructors in org.apache.jackrabbit.spi.commons.query.xpath with parameters of type SimpleCharStream Constructor Description XPathTokenManager(SimpleCharStream stream)
XPathTokenManager(SimpleCharStream stream, int lexState)
-