This documentation is part of the Link Checker Library project.

de.tw.html.lexer
Class HTMLLexer

java.lang.Object
  |
  +--antlr.CharScanner
        |
        +--de.tw.html.lexer.HTMLLexer
All Implemented Interfaces:
HTMLTokenTypes, antlr.TokenStream

public class HTMLLexer
extends antlr.CharScanner
implements HTMLTokenTypes, antlr.TokenStream


Field Summary
static antlr.collections.impl.BitSet _tokenSet_0
           
static antlr.collections.impl.BitSet _tokenSet_1
           
static antlr.collections.impl.BitSet _tokenSet_10
           
static antlr.collections.impl.BitSet _tokenSet_11
           
static antlr.collections.impl.BitSet _tokenSet_12
           
static antlr.collections.impl.BitSet _tokenSet_2
           
static antlr.collections.impl.BitSet _tokenSet_3
           
static antlr.collections.impl.BitSet _tokenSet_4
           
static antlr.collections.impl.BitSet _tokenSet_5
           
static antlr.collections.impl.BitSet _tokenSet_6
           
static antlr.collections.impl.BitSet _tokenSet_7
           
static antlr.collections.impl.BitSet _tokenSet_8
           
static antlr.collections.impl.BitSet _tokenSet_9
           
 java.lang.String currentTagName
           
 HTMLAttribute openTagAttribute
           
 HTMLAttributes openTagAttributes
           
 boolean openTagIsClosed
           
 
Fields inherited from class antlr.CharScanner
_returnToken, caseSensitive, caseSensitiveLiterals, commitToPath, EOF_CHAR, hashString, inputState, literals, saveConsumedInput, text, tokenObjectClass, traceDepth
 
Fields inherited from interface de.tw.html.lexer.HTMLTokenTypes
ATTRIBUTE, ATTRIBUTENAME, ATTRIBUTEVALUE, CLOSETAG, COMMENT, COMMENT_DATA, EOF, NULL_TREE_LOOKAHEAD, OPENTAG, QUOTED_ATTRIBUTENAME, QUOTED_ATTRIBUTEVALUE, TAGNAME, TEXT, UNQUOTED_ATTRIBUTENAME, UNQUOTED_ATTRIBUTEVALUE, WS
 
Constructor Summary
HTMLLexer(antlr.InputBuffer ib)
           
HTMLLexer(java.io.InputStream in)
           
HTMLLexer(antlr.LexerSharedInputState state)
           
HTMLLexer(java.io.Reader in)
           
 
Method Summary
protected  void mATTRIBUTE(boolean _createToken)
           
protected  void mATTRIBUTENAME(boolean _createToken)
           
protected  void mATTRIBUTEVALUE(boolean _createToken)
           
 void mCLOSETAG(boolean _createToken)
           
protected  void mCOMMENT_DATA(boolean _createToken)
           
 void mCOMMENT(boolean _createToken)
           
 void mOPENTAG(boolean _createToken)
           
protected  void mQUOTED_ATTRIBUTENAME(boolean _createToken)
           
protected  void mQUOTED_ATTRIBUTEVALUE(boolean _createToken)
           
protected  void mTAGNAME(boolean _createToken)
           
 void mTEXT(boolean _createToken)
           
protected  void mUNQUOTED_ATTRIBUTENAME(boolean _createToken)
           
protected  void mUNQUOTED_ATTRIBUTEVALUE(boolean _createToken)
           
protected  void mWS(boolean _createToken)
           
 antlr.Token nextToken()
           
 
Methods inherited from class antlr.CharScanner
append, append, commit, consume, consumeUntil, consumeUntil, getCaseSensitive, getCaseSensitiveLiterals, getColumn, getCommitToPath, getFilename, getInputBuffer, getInputState, getLine, getText, getTokenObject, LA, makeToken, mark, match, match, match, matchNot, matchRange, newline, panic, panic, reportError, reportError, reportWarning, resetText, rewind, setCaseSensitive, setColumn, setCommitToPath, setFilename, setInputState, setLine, setText, setTokenObjectClass, tab, testLiteralsTable, testLiteralsTable, toLower, traceIn, traceIndent, traceOut, uponEOF
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

openTagAttributes

public HTMLAttributes openTagAttributes

openTagAttribute

public HTMLAttribute openTagAttribute

openTagIsClosed

public boolean openTagIsClosed

currentTagName

public java.lang.String currentTagName

_tokenSet_0

public static final antlr.collections.impl.BitSet _tokenSet_0

_tokenSet_1

public static final antlr.collections.impl.BitSet _tokenSet_1

_tokenSet_2

public static final antlr.collections.impl.BitSet _tokenSet_2

_tokenSet_3

public static final antlr.collections.impl.BitSet _tokenSet_3

_tokenSet_4

public static final antlr.collections.impl.BitSet _tokenSet_4

_tokenSet_5

public static final antlr.collections.impl.BitSet _tokenSet_5

_tokenSet_6

public static final antlr.collections.impl.BitSet _tokenSet_6

_tokenSet_7

public static final antlr.collections.impl.BitSet _tokenSet_7

_tokenSet_8

public static final antlr.collections.impl.BitSet _tokenSet_8

_tokenSet_9

public static final antlr.collections.impl.BitSet _tokenSet_9

_tokenSet_10

public static final antlr.collections.impl.BitSet _tokenSet_10

_tokenSet_11

public static final antlr.collections.impl.BitSet _tokenSet_11

_tokenSet_12

public static final antlr.collections.impl.BitSet _tokenSet_12
Constructor Detail

HTMLLexer

public HTMLLexer(java.io.InputStream in)

HTMLLexer

public HTMLLexer(java.io.Reader in)

HTMLLexer

public HTMLLexer(antlr.InputBuffer ib)

HTMLLexer

public HTMLLexer(antlr.LexerSharedInputState state)
Method Detail

nextToken

public antlr.Token nextToken()
                      throws antlr.TokenStreamException
Specified by:
nextToken in interface antlr.TokenStream
Overrides:
nextToken in class antlr.CharScanner

mCOMMENT

public final void mCOMMENT(boolean _createToken)
                    throws antlr.RecognitionException,
                           antlr.CharStreamException,
                           antlr.TokenStreamException

mCOMMENT_DATA

protected final void mCOMMENT_DATA(boolean _createToken)
                            throws antlr.RecognitionException,
                                   antlr.CharStreamException,
                                   antlr.TokenStreamException

mCLOSETAG

public final void mCLOSETAG(boolean _createToken)
                     throws antlr.RecognitionException,
                            antlr.CharStreamException,
                            antlr.TokenStreamException

mTAGNAME

protected final void mTAGNAME(boolean _createToken)
                       throws antlr.RecognitionException,
                              antlr.CharStreamException,
                              antlr.TokenStreamException

mWS

protected final void mWS(boolean _createToken)
                  throws antlr.RecognitionException,
                         antlr.CharStreamException,
                         antlr.TokenStreamException

mOPENTAG

public final void mOPENTAG(boolean _createToken)
                    throws antlr.RecognitionException,
                           antlr.CharStreamException,
                           antlr.TokenStreamException

mATTRIBUTE

protected final void mATTRIBUTE(boolean _createToken)
                         throws antlr.RecognitionException,
                                antlr.CharStreamException,
                                antlr.TokenStreamException

mTEXT

public final void mTEXT(boolean _createToken)
                 throws antlr.RecognitionException,
                        antlr.CharStreamException,
                        antlr.TokenStreamException

mATTRIBUTENAME

protected final void mATTRIBUTENAME(boolean _createToken)
                             throws antlr.RecognitionException,
                                    antlr.CharStreamException,
                                    antlr.TokenStreamException

mATTRIBUTEVALUE

protected final void mATTRIBUTEVALUE(boolean _createToken)
                              throws antlr.RecognitionException,
                                     antlr.CharStreamException,
                                     antlr.TokenStreamException

mQUOTED_ATTRIBUTENAME

protected final void mQUOTED_ATTRIBUTENAME(boolean _createToken)
                                    throws antlr.RecognitionException,
                                           antlr.CharStreamException,
                                           antlr.TokenStreamException

mUNQUOTED_ATTRIBUTENAME

protected final void mUNQUOTED_ATTRIBUTENAME(boolean _createToken)
                                      throws antlr.RecognitionException,
                                             antlr.CharStreamException,
                                             antlr.TokenStreamException

mQUOTED_ATTRIBUTEVALUE

protected final void mQUOTED_ATTRIBUTEVALUE(boolean _createToken)
                                     throws antlr.RecognitionException,
                                            antlr.CharStreamException,
                                            antlr.TokenStreamException

mUNQUOTED_ATTRIBUTEVALUE

protected final void mUNQUOTED_ATTRIBUTEVALUE(boolean _createToken)
                                       throws antlr.RecognitionException,
                                              antlr.CharStreamException,
                                              antlr.TokenStreamException

This documentation is part of the Link Checker Library project.