XBRLAPI

A Java API for XBRL


org.xbrlapi.xpointer
Class PointerGrammar

java.lang.Object
  extended by org.xbrlapi.xpointer.PointerGrammar
All Implemented Interfaces:
PointerGrammarConstants

public class PointerGrammar
extends Object
implements PointerGrammarConstants

DO NOT EDIT THIS FILE. IT IS AUTO GENERATED BY JAVACC


Field Summary
 Token jj_nt
           
 boolean lookingAhead
           
 Token token
           
 PointerGrammarTokenManager token_source
           
 
Fields inherited from interface org.xbrlapi.xpointer.PointerGrammarConstants
BaseChar, CombiningChar, DEFAULT, Digit, EOF, EscapedChar, Extender, Ideographic, LeftBracket, LeftDataBracket, Letter, NCName, NCNameChar, NormalChar, RightBracket, Space, tokenImage, WithinSchemeData
 
Constructor Summary
PointerGrammar(InputStream stream)
           
PointerGrammar(PointerGrammarTokenManager tm)
           
PointerGrammar(Reader stream)
           
 
Method Summary
 void disable_tracing()
           
 void enable_tracing()
           
 String[] EscapedData()
           
 ParseException generateParseException()
           
 Token getNextToken()
           
 Token getToken(int index)
           
static void main(String[] args)
           
 Vector Pointer()
           
 PointerPart PointerScheme()
           
 void QName(PointerPart p)
           
 void ReInit(InputStream stream)
           
 void ReInit(PointerGrammarTokenManager tm)
           
 void ReInit(Reader stream)
           
 Vector SchemeBased()
           
 String[] SchemeData()
           
 void SchemeName(PointerPart p)
           
 PointerPart ShortHand()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

token_source

public PointerGrammarTokenManager token_source

token

public Token token

jj_nt

public Token jj_nt

lookingAhead

public boolean lookingAhead
Constructor Detail

PointerGrammar

public PointerGrammar(InputStream stream)

PointerGrammar

public PointerGrammar(Reader stream)

PointerGrammar

public PointerGrammar(PointerGrammarTokenManager tm)
Method Detail

main

public static void main(String[] args)
                 throws ParseException
Throws:
ParseException

Pointer

public final Vector Pointer()
                     throws ParseException
Throws:
ParseException

ShortHand

public final PointerPart ShortHand()
                            throws ParseException
Throws:
ParseException

SchemeBased

public final Vector SchemeBased()
                         throws ParseException
Throws:
ParseException

PointerScheme

public final PointerPart PointerScheme()
                                throws ParseException
Throws:
ParseException

SchemeName

public final void SchemeName(PointerPart p)
                      throws ParseException
Throws:
ParseException

QName

public final void QName(PointerPart p)
                 throws ParseException
Throws:
ParseException

SchemeData

public final String[] SchemeData()
                          throws ParseException
Throws:
ParseException

EscapedData

public final String[] EscapedData()
                           throws ParseException
Throws:
ParseException

ReInit

public void ReInit(InputStream stream)

ReInit

public void ReInit(Reader stream)

ReInit

public void ReInit(PointerGrammarTokenManager tm)

getNextToken

public final Token getNextToken()

getToken

public final Token getToken(int index)

generateParseException

public ParseException generateParseException()

enable_tracing

public final void enable_tracing()

disable_tracing

public final void disable_tracing()

Get Java XBRL API implementation at SourceForge.net. Fast, secure and Free Open Source software downloads