org.apache.cocoon.components.xpointer.parser
Class XPointerFrameworkParser

java.lang.Object
  extended byorg.apache.cocoon.components.xpointer.parser.XPointerFrameworkParser
All Implemented Interfaces:
XPointerFrameworkParserConstants

public class XPointerFrameworkParser
extends Object
implements XPointerFrameworkParserConstants


Field Summary
 Token jj_nt
           
 boolean lookingAhead
           
 Token token
           
 XPointerFrameworkParserTokenManager token_source
           
 
Fields inherited from interface org.apache.cocoon.components.xpointer.parser.XPointerFrameworkParserConstants
BaseChar, CIRC_LBRACE, CIRC_RBRACE, CombiningChar, DEFAULT, DOUBLE_CIRC, EOF, Extender, Ideographic, IN_SCHEME, LBRACE, Letter, NCName, NormalChar, QName, RBRACE, tokenImage, UnicodeDigit, WS
 
Constructor Summary
XPointerFrameworkParser(InputStream stream)
           
XPointerFrameworkParser(Reader stream)
           
XPointerFrameworkParser(XPointerFrameworkParserTokenManager tm)
           
 
Method Summary
 void disable_tracing()
           
 void enable_tracing()
           
 String escapedData()
           
 ParseException generateParseException()
           
 Token getNextToken()
           
 Token getToken(int index)
           
 XPointer getXPointer()
           
static void main(String[] args)
           
static XPointer parse(String xpointer)
           
 void pointer()
           
 void pointerPart()
           
 void ReInit(InputStream stream)
           
 void ReInit(Reader stream)
           
 void ReInit(XPointerFrameworkParserTokenManager tm)
           
 void schemeBased()
           
 String schemeData()
           
 void shortHand()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

token_source

public XPointerFrameworkParserTokenManager token_source

token

public Token token

jj_nt

public Token jj_nt

lookingAhead

public boolean lookingAhead
Constructor Detail

XPointerFrameworkParser

public XPointerFrameworkParser(InputStream stream)

XPointerFrameworkParser

public XPointerFrameworkParser(Reader stream)

XPointerFrameworkParser

public XPointerFrameworkParser(XPointerFrameworkParserTokenManager tm)
Method Detail

main

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

parse

public static XPointer parse(String xpointer)
                      throws ParseException
Throws:
ParseException

getXPointer

public XPointer getXPointer()

pointer

public final void pointer()
                   throws ParseException
Throws:
ParseException

shortHand

public final void shortHand()
                     throws ParseException
Throws:
ParseException

schemeBased

public final void schemeBased()
                       throws ParseException
Throws:
ParseException

pointerPart

public final void pointerPart()
                       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(XPointerFrameworkParserTokenManager 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()


Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.