Uses of Class
org.apache.jackrabbit.spi.commons.query.xpath.SimpleCharStream

Packages that use SimpleCharStream
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
protected  SimpleCharStream XPathTokenManager.input_stream
           
 

Methods in org.apache.jackrabbit.spi.commons.query.xpath with parameters of type SimpleCharStream
 void XPathTokenManager.ReInit(SimpleCharStream stream)
          Reinitialise parser.
 void XPathTokenManager.ReInit(SimpleCharStream stream, int lexState)
          Reinitialise parser.
 

Constructors in org.apache.jackrabbit.spi.commons.query.xpath with parameters of type SimpleCharStream
XPathTokenManager(SimpleCharStream stream)
          Constructor.
XPathTokenManager(SimpleCharStream stream, int lexState)
          Constructor.
 



Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.