Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V 

A

accept(Visitor<T>) - Method in interface org.apache.sling.commons.html.HtmlElement
Accepts a Visitor to visit
accept(HtmlElement) - Method in class org.apache.sling.commons.html.util.HtmlSAXSupport
 
addEscapes(String) - Static method in error org.apache.sling.commons.html.impl.parser.TokenMgrError
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
adjustBeginLineColumn(int, int) - Method in class org.apache.sling.commons.html.impl.parser.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
ATTR_EQ - Static variable in interface org.apache.sling.commons.html.impl.parser.TagParserConstants
RegularExpression Id.
ATTR_IDENTIFIER - Static variable in interface org.apache.sling.commons.html.impl.parser.TagParserConstants
RegularExpression Id.
ATTR_NAME - Static variable in interface org.apache.sling.commons.html.impl.parser.TagParserConstants
RegularExpression Id.
ATTR_VAL - Static variable in interface org.apache.sling.commons.html.impl.parser.TagParserConstants
RegularExpression Id.
ATTR_VALUE - Static variable in interface org.apache.sling.commons.html.impl.parser.TagParserConstants
Lexical state.
attribute(Map<String, AttrValue>) - Method in class org.apache.sling.commons.html.impl.parser.TagParser
 
attributeList() - Method in class org.apache.sling.commons.html.impl.parser.TagParser
 
AttrValue - Class in org.apache.sling.commons.html
 
AttrValue() - Constructor for class org.apache.sling.commons.html.AttrValue
 
AttrValue(String) - Constructor for class org.apache.sling.commons.html.AttrValue
 

B

backup(int) - Method in class org.apache.sling.commons.html.impl.parser.SimpleCharStream
Backup a number of characters.
beginColumn - Variable in class org.apache.sling.commons.html.impl.parser.Token
The column number of the first character of this Token.
beginLine - Variable in class org.apache.sling.commons.html.impl.parser.Token
The line number of the first character of this Token.
BeginToken() - Method in class org.apache.sling.commons.html.impl.parser.SimpleCharStream
Start.
bufcolumn - Variable in class org.apache.sling.commons.html.impl.parser.SimpleCharStream
 
buffer - Variable in class org.apache.sling.commons.html.impl.parser.SimpleCharStream
 
bufline - Variable in class org.apache.sling.commons.html.impl.parser.SimpleCharStream
 
bufpos - Variable in class org.apache.sling.commons.html.impl.parser.SimpleCharStream
Position in buffer.

C

characters(char[], int, int) - Method in class org.apache.sling.commons.html.internal.DOMBuilder
 
charAt(int) - Method in class org.apache.sling.commons.html.AttrValue
 
column - Variable in class org.apache.sling.commons.html.impl.parser.SimpleCharStream
 
COMMENT - Static variable in interface org.apache.sling.commons.html.impl.parser.TagParserConstants
Lexical state.
Comment - Class in org.apache.sling.commons.html.impl.tag
 
Comment(String) - Constructor for class org.apache.sling.commons.html.impl.tag.Comment
 
comment(char[], int, int) - Method in class org.apache.sling.commons.html.internal.DOMBuilder
 
COMMENT_END - Static variable in interface org.apache.sling.commons.html.impl.parser.TagParserConstants
RegularExpression Id.
COMMENT_START - Static variable in interface org.apache.sling.commons.html.impl.parser.TagParserConstants
RegularExpression Id.
COMMENT_WORD - Static variable in interface org.apache.sling.commons.html.impl.parser.TagParserConstants
RegularExpression Id.
commentHtmlElement() - Method in class org.apache.sling.commons.html.impl.parser.TagParser
 
containsAttribute(String) - Method in interface org.apache.sling.commons.html.HtmlElement
 
convert(Map<String, AttrValue>) - Static method in class org.apache.sling.commons.html.util.HtmlSAXSupport
 
curChar - Variable in class org.apache.sling.commons.html.impl.parser.TagParserTokenManager
 
currentToken - Variable in exception org.apache.sling.commons.html.impl.parser.ParseException
This is the last token that has been consumed successfully.

D

debugStream - Variable in class org.apache.sling.commons.html.impl.parser.TagParserTokenManager
Debug output.
DECL_ATTR - Static variable in interface org.apache.sling.commons.html.impl.parser.TagParserConstants
RegularExpression Id.
DECL_END - Static variable in interface org.apache.sling.commons.html.impl.parser.TagParserConstants
RegularExpression Id.
DECL_START - Static variable in interface org.apache.sling.commons.html.impl.parser.TagParserConstants
RegularExpression Id.
DECL_TAG - Static variable in interface org.apache.sling.commons.html.impl.parser.TagParserConstants
RegularExpression Id.
DECLARATION - Static variable in interface org.apache.sling.commons.html.impl.parser.TagParserConstants
Lexical state.
decltag() - Method in class org.apache.sling.commons.html.impl.parser.TagParser
 
DEFAULT - Static variable in interface org.apache.sling.commons.html.impl.parser.TagParserConstants
Lexical state.
disable_tracing() - Method in class org.apache.sling.commons.html.impl.parser.TagParser
Disable tracing.
DocType - Class in org.apache.sling.commons.html.impl.tag
 
DocType(String, Map<String, AttrValue>) - Constructor for class org.apache.sling.commons.html.impl.tag.DocType
 
DOMBuilder - Class in org.apache.sling.commons.html.internal
The DOMBuilder is a utility class that will generate a W3C DOM Document from SAX events.
DOMBuilder() - Constructor for class org.apache.sling.commons.html.internal.DOMBuilder
Construct a new instance of this DOMBuilder.
Done() - Method in class org.apache.sling.commons.html.impl.parser.SimpleCharStream
Reset buffer when finished.
DQUOTE - Static variable in interface org.apache.sling.commons.html.impl.parser.TagParserConstants
RegularExpression Id.

E

element() - Method in class org.apache.sling.commons.html.impl.parser.TagParser
 
enable_tracing() - Method in class org.apache.sling.commons.html.impl.parser.TagParser
Enable tracing.
END_OF_TAG - Static variable in interface org.apache.sling.commons.html.impl.parser.TagParserConstants
RegularExpression Id.
endCDATA() - Method in class org.apache.sling.commons.html.internal.DOMBuilder
 
endColumn - Variable in class org.apache.sling.commons.html.impl.parser.Token
The column number of the last character of this Token.
endDocument() - Method in class org.apache.sling.commons.html.internal.DOMBuilder
 
endDTD() - Method in class org.apache.sling.commons.html.internal.DOMBuilder
 
endElement(String, String, String) - Method in class org.apache.sling.commons.html.internal.DOMBuilder
 
endEntity(String) - Method in class org.apache.sling.commons.html.internal.DOMBuilder
 
endHtmlElement() - Method in class org.apache.sling.commons.html.impl.parser.TagParser
 
endLine - Variable in class org.apache.sling.commons.html.impl.parser.Token
The line number of the last character of this Token.
EndOfFile - Class in org.apache.sling.commons.html.impl.tag
 
EndOfFile() - Constructor for class org.apache.sling.commons.html.impl.tag.EndOfFile
 
endPrefixMapping(String) - Method in class org.apache.sling.commons.html.internal.DOMBuilder
 
EndTag - Class in org.apache.sling.commons.html.impl.tag
 
EndTag(String) - Constructor for class org.apache.sling.commons.html.impl.tag.EndTag
 
ENDTAG_START - Static variable in interface org.apache.sling.commons.html.impl.parser.TagParserConstants
RegularExpression Id.
EOF - Static variable in interface org.apache.sling.commons.html.impl.parser.TagParserConstants
End of File.
eol - Variable in exception org.apache.sling.commons.html.impl.parser.ParseException
The end of line string for this machine.
ERROR - Static variable in interface org.apache.sling.commons.html.impl.parser.TagParserConstants
RegularExpression Id.
ExpandBuff(boolean) - Method in class org.apache.sling.commons.html.impl.parser.SimpleCharStream
 
expectedTokenSequences - Variable in exception org.apache.sling.commons.html.impl.parser.ParseException
Each entry in this array is an array of integers.

F

FillBuff() - Method in class org.apache.sling.commons.html.impl.parser.SimpleCharStream
 

G

generateParseException() - Method in class org.apache.sling.commons.html.impl.parser.TagParser
Generate ParseException.
getAttributes() - Method in interface org.apache.sling.commons.html.HtmlElement
 
getAttributes() - Method in class org.apache.sling.commons.html.impl.tag.Comment
 
getAttributes() - Method in class org.apache.sling.commons.html.impl.tag.DocType
 
getAttributes() - Method in class org.apache.sling.commons.html.impl.tag.EndOfFile
 
getAttributes() - Method in class org.apache.sling.commons.html.impl.tag.EndTag
 
getAttributes() - Method in class org.apache.sling.commons.html.impl.tag.StartTag
 
getAttributes() - Method in class org.apache.sling.commons.html.impl.tag.TextData
 
getAttributeValue(String) - Method in interface org.apache.sling.commons.html.HtmlElement
 
getBeginColumn() - Method in class org.apache.sling.commons.html.impl.parser.SimpleCharStream
Get token beginning column number.
getBeginLine() - Method in class org.apache.sling.commons.html.impl.parser.SimpleCharStream
Get token beginning line number.
getColumn() - Method in class org.apache.sling.commons.html.impl.parser.SimpleCharStream
Deprecated.
getDocument() - Method in class org.apache.sling.commons.html.internal.DOMBuilder
 
getEndColumn() - Method in class org.apache.sling.commons.html.impl.parser.SimpleCharStream
Get token end column number.
getEndLine() - Method in class org.apache.sling.commons.html.impl.parser.SimpleCharStream
Get token end line number.
GetImage() - Method in class org.apache.sling.commons.html.impl.parser.SimpleCharStream
Get token literal value.
getLine() - Method in class org.apache.sling.commons.html.impl.parser.SimpleCharStream
Deprecated.
getMessage() - Method in error org.apache.sling.commons.html.impl.parser.TokenMgrError
You can also modify the body of this method to customize your error messages.
getNextToken() - Method in class org.apache.sling.commons.html.impl.parser.TagParser
Get the next Token.
getNextToken() - Method in class org.apache.sling.commons.html.impl.parser.TagParserTokenManager
Get the next Token.
getQuoted(char) - Method in class org.apache.sling.commons.html.AttrValue
 
GetSuffix(int) - Method in class org.apache.sling.commons.html.impl.parser.SimpleCharStream
Get the suffix.
getTabSize(int) - Method in class org.apache.sling.commons.html.impl.parser.SimpleCharStream
 
getToken(int) - Method in class org.apache.sling.commons.html.impl.parser.TagParser
Get the specific Token.
getType() - Method in interface org.apache.sling.commons.html.HtmlElement
Retrieve the associated ElementType
getType() - Method in class org.apache.sling.commons.html.impl.tag.Comment
 
getType() - Method in class org.apache.sling.commons.html.impl.tag.DocType
 
getType() - Method in class org.apache.sling.commons.html.impl.tag.EndOfFile
 
getType() - Method in class org.apache.sling.commons.html.impl.tag.EndTag
 
getType() - Method in class org.apache.sling.commons.html.impl.tag.StartTag
 
getType() - Method in class org.apache.sling.commons.html.impl.tag.TextData
 
getValue() - Method in class org.apache.sling.commons.html.AttrValue
 
getValue() - Method in interface org.apache.sling.commons.html.HtmlElement
The String value that best represents what this element is.
getValue() - Method in class org.apache.sling.commons.html.impl.parser.Token
An optional attribute value of the Token.
getValue() - Method in class org.apache.sling.commons.html.impl.tag.Comment
 
getValue() - Method in class org.apache.sling.commons.html.impl.tag.DocType
 
getValue() - Method in class org.apache.sling.commons.html.impl.tag.EndOfFile
 
getValue() - Method in class org.apache.sling.commons.html.impl.tag.EndTag
 
getValue() - Method in class org.apache.sling.commons.html.impl.tag.StartTag
 
getValue() - Method in class org.apache.sling.commons.html.impl.tag.TextData
 
getVoidTag() - Method in interface org.apache.sling.commons.html.HtmlElement
Whether this element contains Attributes
getVoidTag() - Method in class org.apache.sling.commons.html.impl.tag.StartTag
 

H

hasAttributes() - Method in interface org.apache.sling.commons.html.HtmlElement
 
hasNext() - Method in class org.apache.sling.commons.html.HtmlIterator
searches for and indicates whether the next HtmlElement has been found.
Html - Class in org.apache.sling.commons.html
Provides a Stream of HtmlElement tokens
HtmlElement - Interface in org.apache.sling.commons.html
 
HtmlElementType - Enum in org.apache.sling.commons.html
 
HtmlIterator - Class in org.apache.sling.commons.html
Pull based iterator which processes an input stream and converts the stream into a series of HtmlElement Tokens
HtmlIterator(InputStream) - Constructor for class org.apache.sling.commons.html.HtmlIterator
Convert InputStream into a series of HtmlElement tokens, using the systems default character encoding
HtmlIterator(InputStream, String) - Constructor for class org.apache.sling.commons.html.HtmlIterator
Convert InputStream into a series of HtmlElement tokens, using the provided character encoding
HtmlParser - Interface in org.apache.sling.commons.html
The HTML parser is a service to parse HTML and generate SAX events or a Document out of the HTML.
HtmlSAXSupport - Class in org.apache.sling.commons.html.util
 
HtmlSAXSupport(ContentHandler, LexicalHandler) - Constructor for class org.apache.sling.commons.html.util.HtmlSAXSupport
 

I

ignorableWhitespace(char[], int, int) - Method in class org.apache.sling.commons.html.internal.DOMBuilder
 
image - Variable in class org.apache.sling.commons.html.impl.parser.Token
The string image of the token.
IN_DECLARATION - Static variable in interface org.apache.sling.commons.html.impl.parser.TagParserConstants
Lexical state.
IN_TAG - Static variable in interface org.apache.sling.commons.html.impl.parser.TagParserConstants
Lexical state.
inBuf - Variable in class org.apache.sling.commons.html.impl.parser.SimpleCharStream
 
input_stream - Variable in class org.apache.sling.commons.html.impl.parser.TagParserTokenManager
 
inputStream - Variable in class org.apache.sling.commons.html.impl.parser.SimpleCharStream
 
isEmpty() - Method in class org.apache.sling.commons.html.AttrValue
 

J

jj_nt - Variable in class org.apache.sling.commons.html.impl.parser.TagParser
Next token.
jjFillToken() - Method in class org.apache.sling.commons.html.impl.parser.TagParserTokenManager
 
jjnewLexState - Static variable in class org.apache.sling.commons.html.impl.parser.TagParserTokenManager
Lex State array.
jjstrLiteralImages - Static variable in class org.apache.sling.commons.html.impl.parser.TagParserTokenManager
Token literal values.

K

kind - Variable in class org.apache.sling.commons.html.impl.parser.Token
An integer that describes the kind of this token.

L

length() - Method in class org.apache.sling.commons.html.AttrValue
 
LexicalError(boolean, int, int, int, String, char) - Static method in error org.apache.sling.commons.html.impl.parser.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
lexStateNames - Static variable in class org.apache.sling.commons.html.impl.parser.TagParserTokenManager
Lexer state names.
line - Variable in class org.apache.sling.commons.html.impl.parser.SimpleCharStream
 
LIT_ERROR - Static variable in interface org.apache.sling.commons.html.impl.parser.TagParserConstants
RegularExpression Id.
LST_ERROR - Static variable in interface org.apache.sling.commons.html.impl.parser.TagParserConstants
RegularExpression Id.

M

maxNextCharInd - Variable in class org.apache.sling.commons.html.impl.parser.SimpleCharStream
 

N

NAME_IDENTIFIER - Static variable in interface org.apache.sling.commons.html.impl.parser.TagParserConstants
RegularExpression Id.
newToken(int, String) - Static method in class org.apache.sling.commons.html.impl.parser.Token
Returns a new Token object, by default.
newToken(int) - Static method in class org.apache.sling.commons.html.impl.parser.Token
 
next() - Method in class org.apache.sling.commons.html.HtmlIterator
 
next - Variable in class org.apache.sling.commons.html.impl.parser.Token
A reference to the next regular (non-special) token from the input stream.

O

org.apache.sling.commons.html - package org.apache.sling.commons.html
 
org.apache.sling.commons.html.impl.parser - package org.apache.sling.commons.html.impl.parser
 
org.apache.sling.commons.html.impl.tag - package org.apache.sling.commons.html.impl.tag
 
org.apache.sling.commons.html.internal - package org.apache.sling.commons.html.internal
 
org.apache.sling.commons.html.util - package org.apache.sling.commons.html.util
 

P

parse(InputStream, String, ContentHandler) - Method in interface org.apache.sling.commons.html.HtmlParser
Parse HTML and send SAX events.
parse(String, InputStream, String) - Method in interface org.apache.sling.commons.html.HtmlParser
Parse HTML and return a DOM Document.
parse(InputStream, String, ContentHandler) - Method in class org.apache.sling.commons.html.internal.TagsoupHtmlParser
 
parse(String, InputStream, String) - Method in class org.apache.sling.commons.html.internal.TagsoupHtmlParser
 
parse(InputStream, String, ContentHandler) - Method in class org.apache.sling.commons.html.internal.TagstreamHtmlParser
 
parse(String, InputStream, String) - Method in class org.apache.sling.commons.html.internal.TagstreamHtmlParser
 
ParseException - Exception in org.apache.sling.commons.html.impl.parser
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception org.apache.sling.commons.html.impl.parser.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception org.apache.sling.commons.html.impl.parser.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception org.apache.sling.commons.html.impl.parser.ParseException
Constructor with message.
prevCharIsCR - Variable in class org.apache.sling.commons.html.impl.parser.SimpleCharStream
 
prevCharIsLF - Variable in class org.apache.sling.commons.html.impl.parser.SimpleCharStream
 
processingInstruction(String, String) - Method in class org.apache.sling.commons.html.internal.DOMBuilder
 

Q

quoteIfNeeded() - Method in class org.apache.sling.commons.html.AttrValue
 

R

RAWTEXT - Static variable in interface org.apache.sling.commons.html.impl.parser.TagParserConstants
RegularExpression Id.
readChar() - Method in class org.apache.sling.commons.html.impl.parser.SimpleCharStream
Read a character.
ReInit(Reader, int, int, int) - Method in class org.apache.sling.commons.html.impl.parser.SimpleCharStream
Reinitialise.
ReInit(Reader, int, int) - Method in class org.apache.sling.commons.html.impl.parser.SimpleCharStream
Reinitialise.
ReInit(Reader) - Method in class org.apache.sling.commons.html.impl.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int, int) - Method in class org.apache.sling.commons.html.impl.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int, int) - Method in class org.apache.sling.commons.html.impl.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String) - Method in class org.apache.sling.commons.html.impl.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream) - Method in class org.apache.sling.commons.html.impl.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int) - Method in class org.apache.sling.commons.html.impl.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int) - Method in class org.apache.sling.commons.html.impl.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream) - Method in class org.apache.sling.commons.html.impl.parser.TagParser
Reinitialise.
ReInit(InputStream, String) - Method in class org.apache.sling.commons.html.impl.parser.TagParser
Reinitialise.
ReInit(Reader) - Method in class org.apache.sling.commons.html.impl.parser.TagParser
Reinitialise.
ReInit(TagParserTokenManager) - Method in class org.apache.sling.commons.html.impl.parser.TagParser
Reinitialise.
ReInit(SimpleCharStream) - Method in class org.apache.sling.commons.html.impl.parser.TagParserTokenManager
Reinitialise parser.
ReInit(SimpleCharStream, int) - Method in class org.apache.sling.commons.html.impl.parser.TagParserTokenManager
Reinitialise parser.

S

setAttribute(String, String) - Method in interface org.apache.sling.commons.html.HtmlElement
 
setDebugStream(PrintStream) - Method in class org.apache.sling.commons.html.impl.parser.TagParserTokenManager
Set debug output.
setDocumentLocator(Locator) - Method in class org.apache.sling.commons.html.internal.DOMBuilder
 
setTabSize(int) - Method in class org.apache.sling.commons.html.impl.parser.SimpleCharStream
 
setText(String) - Method in class org.apache.sling.commons.html.impl.tag.TextData
 
setValue(String) - Method in class org.apache.sling.commons.html.AttrValue
 
shouldBeQuoted() - Method in class org.apache.sling.commons.html.AttrValue
 
SimpleCharStream - Class in org.apache.sling.commons.html.impl.parser
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class org.apache.sling.commons.html.impl.parser.SimpleCharStream
Constructor.
SimpleCharStream(Reader, int, int) - Constructor for class org.apache.sling.commons.html.impl.parser.SimpleCharStream
Constructor.
SimpleCharStream(Reader) - Constructor for class org.apache.sling.commons.html.impl.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.apache.sling.commons.html.impl.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int, int) - Constructor for class org.apache.sling.commons.html.impl.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int) - Constructor for class org.apache.sling.commons.html.impl.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int) - Constructor for class org.apache.sling.commons.html.impl.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String) - Constructor for class org.apache.sling.commons.html.impl.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream) - Constructor for class org.apache.sling.commons.html.impl.parser.SimpleCharStream
Constructor.
skippedEntity(String) - Method in class org.apache.sling.commons.html.internal.DOMBuilder
 
SPACE - Static variable in interface org.apache.sling.commons.html.impl.parser.TagParserConstants
RegularExpression Id.
specialToken - Variable in class org.apache.sling.commons.html.impl.parser.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
SQUOTE - Static variable in interface org.apache.sling.commons.html.impl.parser.TagParserConstants
RegularExpression Id.
START_TAG - Static variable in interface org.apache.sling.commons.html.impl.parser.TagParserConstants
Lexical state.
startCDATA() - Method in class org.apache.sling.commons.html.internal.DOMBuilder
 
startDocument() - Method in class org.apache.sling.commons.html.internal.DOMBuilder
 
startDTD(String, String, String) - Method in class org.apache.sling.commons.html.internal.DOMBuilder
 
startElement(String, String, String, Attributes) - Method in class org.apache.sling.commons.html.internal.DOMBuilder
 
startEntity(String) - Method in class org.apache.sling.commons.html.internal.DOMBuilder
 
startPrefixMapping(String, String) - Method in class org.apache.sling.commons.html.internal.DOMBuilder
 
StartTag - Class in org.apache.sling.commons.html.impl.tag
 
StartTag(String, Map<String, AttrValue>) - Constructor for class org.apache.sling.commons.html.impl.tag.StartTag
 
StartTag(String, Map<String, AttrValue>, boolean) - Constructor for class org.apache.sling.commons.html.impl.tag.StartTag
 
staticFlag - Static variable in class org.apache.sling.commons.html.impl.parser.SimpleCharStream
Whether parser is static.
stream(String) - Static method in class org.apache.sling.commons.html.Html
 
stream(InputStream) - Static method in class org.apache.sling.commons.html.Html
 
stream(InputStream, String) - Static method in class org.apache.sling.commons.html.Html
 
STRING - Static variable in interface org.apache.sling.commons.html.impl.parser.TagParserConstants
RegularExpression Id.
subSequence(int, int) - Method in class org.apache.sling.commons.html.AttrValue
 
supportsAttributes() - Method in interface org.apache.sling.commons.html.HtmlElement
Must be defined as true to allow default methods to work correctly, this method and the getAttributes method are used together to implement attribute support in an element.
supportsAttributes() - Method in class org.apache.sling.commons.html.impl.tag.Comment
 
supportsAttributes() - Method in class org.apache.sling.commons.html.impl.tag.DocType
 
supportsAttributes() - Method in class org.apache.sling.commons.html.impl.tag.EndOfFile
 
supportsAttributes() - Method in class org.apache.sling.commons.html.impl.tag.EndTag
 
supportsAttributes() - Method in class org.apache.sling.commons.html.impl.tag.StartTag
 
supportsAttributes() - Method in class org.apache.sling.commons.html.impl.tag.TextData
 
SwitchTo(int) - Method in class org.apache.sling.commons.html.impl.parser.TagParserTokenManager
Switch to specified lex state.

T

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
 

U

UpdateLineColumn(char) - Method in class org.apache.sling.commons.html.impl.parser.SimpleCharStream
 

V

valueOf(String) - Static method in enum org.apache.sling.commons.html.HtmlElementType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.sling.commons.html.HtmlElementType
Returns an array containing the constants of this enum type, in the order they are declared.
visit(HtmlElement) - Method in interface org.apache.sling.commons.html.util.Visitor
 
Visitor<T> - Interface in org.apache.sling.commons.html.util
 
A B C D E F G H I J K L M N O P Q R S T U V 
Skip navigation links

Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.