XBRLAPI

A Java API for XBRL


Uses of Class
org.xbrlapi.xpointer.SimpleCharStream

Packages that use SimpleCharStream
org.xbrlapi.xpointer Defines the XPointer functionality needed by the XLink processor. 
 

Uses of SimpleCharStream in org.xbrlapi.xpointer
 

Fields in org.xbrlapi.xpointer declared as SimpleCharStream
protected  SimpleCharStream PointerGrammarTokenManager.input_stream
           
 

Methods in org.xbrlapi.xpointer with parameters of type SimpleCharStream
 void PointerGrammarTokenManager.ReInit(SimpleCharStream stream)
           
 void PointerGrammarTokenManager.ReInit(SimpleCharStream stream, int lexState)
           
 

Constructors in org.xbrlapi.xpointer with parameters of type SimpleCharStream
PointerGrammarTokenManager(SimpleCharStream stream)
           
PointerGrammarTokenManager(SimpleCharStream stream, int lexState)
           
 


SourceForge Logo