org.apache.cocoon.components.xpointer.parser
Class XPointerFrameworkParser
java.lang.Object
org.apache.cocoon.components.xpointer.parser.XPointerFrameworkParser
- All Implemented Interfaces:
- XPointerFrameworkParserConstants
public class XPointerFrameworkParser
- extends Object
- implements XPointerFrameworkParserConstants
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
token_source
public XPointerFrameworkParserTokenManager token_source
token
public Token token
jj_nt
public Token jj_nt
lookingAhead
public boolean lookingAhead
XPointerFrameworkParser
public XPointerFrameworkParser(InputStream stream)
XPointerFrameworkParser
public XPointerFrameworkParser(Reader stream)
XPointerFrameworkParser
public XPointerFrameworkParser(XPointerFrameworkParserTokenManager tm)
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-2010 The Apache Software Foundation. All Rights Reserved.