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)
           
 void XPathTokenManager.ReInit(SimpleCharStream stream, int lexState)
           
 

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



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