- tabSize - Variable in class org.apache.sling.commons.html.impl.parser.SimpleCharStream
-
- tag() - Method in class org.apache.sling.commons.html.impl.parser.TagParser
-
- TAG_END - Static variable in interface org.apache.sling.commons.html.impl.parser.TagParserConstants
-
RegularExpression Id.
- TAG_NAME - Static variable in interface org.apache.sling.commons.html.impl.parser.TagParserConstants
-
RegularExpression Id.
- TAG_SLASHEND - Static variable in interface org.apache.sling.commons.html.impl.parser.TagParserConstants
-
RegularExpression Id.
- TAG_START - Static variable in interface org.apache.sling.commons.html.impl.parser.TagParserConstants
-
RegularExpression Id.
- TagParser - Class in org.apache.sling.commons.html.impl.parser
-
- TagParser(InputStream) - Constructor for class org.apache.sling.commons.html.impl.parser.TagParser
-
Constructor with InputStream.
- TagParser(InputStream, String) - Constructor for class org.apache.sling.commons.html.impl.parser.TagParser
-
Constructor with InputStream and supplied encoding
- TagParser(Reader) - Constructor for class org.apache.sling.commons.html.impl.parser.TagParser
-
Constructor.
- TagParser(TagParserTokenManager) - Constructor for class org.apache.sling.commons.html.impl.parser.TagParser
-
Constructor with generated Token Manager.
- TagParserConstants - Interface in org.apache.sling.commons.html.impl.parser
-
Token literal values and constants.
- TagParserTokenManager - Class in org.apache.sling.commons.html.impl.parser
-
Token Manager.
- TagParserTokenManager(SimpleCharStream) - Constructor for class org.apache.sling.commons.html.impl.parser.TagParserTokenManager
-
Constructor.
- TagParserTokenManager(SimpleCharStream, int) - Constructor for class org.apache.sling.commons.html.impl.parser.TagParserTokenManager
-
Constructor.
- TagsoupHtmlParser - Class in org.apache.sling.commons.html.internal
-
- TagsoupHtmlParser() - Constructor for class org.apache.sling.commons.html.internal.TagsoupHtmlParser
-
- TagstreamHtmlParser - Class in org.apache.sling.commons.html.internal
-
- TagstreamHtmlParser() - Constructor for class org.apache.sling.commons.html.internal.TagstreamHtmlParser
-
- TextData - Class in org.apache.sling.commons.html.impl.tag
-
Represents the data that is found between tags.
- TextData(String) - Constructor for class org.apache.sling.commons.html.impl.tag.TextData
-
- token - Variable in class org.apache.sling.commons.html.impl.parser.TagParser
-
Current token.
- Token - Class in org.apache.sling.commons.html.impl.parser
-
Describes the input token stream.
- Token() - Constructor for class org.apache.sling.commons.html.impl.parser.Token
-
No-argument constructor
- Token(int) - Constructor for class org.apache.sling.commons.html.impl.parser.Token
-
Constructs a new token for the specified Image.
- Token(int, String) - Constructor for class org.apache.sling.commons.html.impl.parser.Token
-
Constructs a new token for the specified Image and Kind.
- token_source - Variable in class org.apache.sling.commons.html.impl.parser.TagParser
-
Generated Token Manager.
- tokenImage - Variable in exception org.apache.sling.commons.html.impl.parser.ParseException
-
This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred.
- tokenImage - Static variable in interface org.apache.sling.commons.html.impl.parser.TagParserConstants
-
Literal token values.
- TokenMgrError - Error in org.apache.sling.commons.html.impl.parser
-
Token Manager Error.
- TokenMgrError() - Constructor for error org.apache.sling.commons.html.impl.parser.TokenMgrError
-
No arg constructor.
- TokenMgrError(String, int) - Constructor for error org.apache.sling.commons.html.impl.parser.TokenMgrError
-
Constructor with message and reason.
- TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.apache.sling.commons.html.impl.parser.TokenMgrError
-
Full Constructor.
- toString() - Method in class org.apache.sling.commons.html.AttrValue
-
- toString() - Method in class org.apache.sling.commons.html.impl.parser.Token
-
Returns the image.
- toString() - Method in class org.apache.sling.commons.html.impl.tag.TextData
-