Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- A - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for A (anchor) element.
- ABBR - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for ABBR (abbreviation) element.
- ACRONYM - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for ACRONYM element.
- addAttribute(HTMLQName, String, String) - Method in class org.codelibs.nekohtml.sax.HTMLAttributesImpl
-
Adds an attribute with QName.
- addAttributeWithIndex(String, String, String, String, String) - Method in class org.codelibs.nekohtml.sax.HTMLAttributesImpl
-
Adds an attribute and returns the index.
- addElement(HTMLElements.Element) - Method in class org.codelibs.nekohtml.HTMLElements.ElementList
-
Adds an element to list, resizing if necessary.
- ADDRESS - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for ADDRESS element.
- append(char) - Method in class org.codelibs.nekohtml.sax.HTMLStringBuffer
-
Appends a character to the buffer.
- append(char[], int, int) - Method in class org.codelibs.nekohtml.sax.HTMLStringBuffer
-
Appends characters from an array to the buffer.
- append(String) - Method in class org.codelibs.nekohtml.sax.HTMLStringBuffer
-
Appends a string to the buffer.
- append(HTMLStringBuffer) - Method in class org.codelibs.nekohtml.sax.HTMLStringBuffer
-
Appends another string buffer to this buffer.
- APPLET - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for APPLET element.
- AREA - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for AREA element.
- ARTICLE - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for ARTICLE element.
- ASIDE - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for ASIDE element.
- AUDIO - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for AUDIO element.
- AUGMENTATIONS - Static variable in class org.codelibs.nekohtml.sax.HTMLSAXConfiguration
-
Augmentations feature identifier.
B
- B - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for B (bold) element.
- BALANCE_TAGS - Static variable in class org.codelibs.nekohtml.sax.HTMLSAXConfiguration
-
Balance tags feature identifier.
- BASE - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for BASE element.
- BASEFONT - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for BASEFONT element.
- BDI - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for BDI (bidirectional isolate) element.
- BDO - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for BDO (bidirectional override) element.
- BGSOUND - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for BGSOUND element.
- BIG - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for BIG element.
- BLINK - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for BLINK element.
- BLOCK - Static variable in class org.codelibs.nekohtml.HTMLElements.Element
-
Block element.
- BLOCKQUOTE - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for BLOCKQUOTE element.
- BODY - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for BODY element.
- BODY_ELEMENTS - Static variable in class org.codelibs.nekohtml.sax.HTMLTagBalancerFilter
-
Elements that should close HEAD when they appear.
- bounds - Variable in class org.codelibs.nekohtml.HTMLElements.Element
-
The bounding element code.
- BR - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for BR (line break) element.
- buildPipeline() - Method in class org.codelibs.nekohtml.sax.HTMLSAXConfiguration
-
Builds the SAX filter pipeline.
- BUTTON - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for BUTTON element.
C
- CANVAS - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for CANVAS element.
- CAPTION - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for CAPTION element.
- CENTER - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for CENTER element.
- ch - Variable in class org.codelibs.nekohtml.sax.HTMLStringBuffer
-
The character buffer.
- characters(char[], int, int) - Method in class org.codelibs.nekohtml.sax.HTMLTagBalancerFilter
- characters(HTMLStringBuffer, HTMLAugmentations) - Method in interface org.codelibs.nekohtml.sax.HTMLDocumentHandler
-
Notifies of character data.
- CITE - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for CITE element.
- clear() - Method in class org.codelibs.nekohtml.sax.HTMLQName
-
Clears all values.
- clear() - Method in class org.codelibs.nekohtml.sax.HTMLStringBuffer
-
Clears the buffer.
- closeElement(String) - Method in class org.codelibs.nekohtml.sax.HTMLTagBalancerFilter
-
Closes an element if it's currently open.
- closes - Variable in class org.codelibs.nekohtml.HTMLElements.Element
-
List of elements this element can close.
- closes(short) - Method in class org.codelibs.nekohtml.HTMLElements.Element
-
Returns true if this element can close the specified Element.
- code - Variable in class org.codelibs.nekohtml.HTMLElements.Element
-
The element code.
- CODE - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for CODE element.
- COL - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for COL (column) element.
- COLGROUP - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for COLGROUP (column group) element.
- comment(char[], int, int) - Method in class org.codelibs.nekohtml.sax.HTMLTagBalancerFilter
- comment(HTMLStringBuffer, HTMLAugmentations) - Method in interface org.codelibs.nekohtml.sax.HTMLDocumentHandler
-
Notifies of a comment.
- COMMENT - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for COMMENT element.
- CONTAINER - Static variable in class org.codelibs.nekohtml.HTMLElements.Element
-
Container element.
- containsItem(String) - Method in class org.codelibs.nekohtml.sax.HTMLAugmentations
-
Checks if an augmentation item exists.
- createScanner() - Method in class org.codelibs.nekohtml.sax.HTMLSAXConfiguration
-
Creates the HTML scanner.
D
- data - Variable in class org.codelibs.nekohtml.HTMLElements.ElementList
-
The data in the list.
- DATA - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for DATA element.
- DATALIST - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for DATALIST element.
- DD - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for DD (description definition) element.
- DEL - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for DEL (deleted text) element.
- DETAILS - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for DETAILS element.
- DFN - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for DFN (definition) element.
- DIALOG - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for DIALOG element.
- DIR - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for DIR (directory) element.
- DIV - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for DIV element.
- DL - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for DL (description list) element.
- document - Variable in class org.codelibs.nekohtml.parsers.DOMParser
-
The resulting DOM document.
- documentBuilder - Variable in class org.codelibs.nekohtml.parsers.DOMParser
-
The DOM document builder.
- documentInitialized - Variable in class org.codelibs.nekohtml.sax.HTMLTagBalancerFilter
-
Whether the document structure has been initialized (HTML element started).
- DOMParser - Class in org.codelibs.nekohtml.parsers
-
DOM parser for HTML documents using SAX and standard JAXP.
- DOMParser() - Constructor for class org.codelibs.nekohtml.parsers.DOMParser
-
Default constructor.
- DT - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for DT (description term) element.
E
- Element(short, String, int, short[], short[]) - Constructor for class org.codelibs.nekohtml.HTMLElements.Element
-
Constructs an element object.
- Element(short, String, int, short[], short, short[]) - Constructor for class org.codelibs.nekohtml.HTMLElements.Element
-
Constructs an element object.
- Element(short, String, int, short, short[]) - Constructor for class org.codelibs.nekohtml.HTMLElements.Element
-
Constructs an element object.
- Element(short, String, int, short, short, short[]) - Constructor for class org.codelibs.nekohtml.HTMLElements.Element
-
Constructs an element object.
- ElementList() - Constructor for class org.codelibs.nekohtml.HTMLElements.ElementList
-
Default constructor.
- ELEMENTS - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element information as a contiguous list.
- ELEMENTS_ARRAY - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element information organized by first letter.
- elementStack - Variable in class org.codelibs.nekohtml.sax.HTMLTagBalancerFilter
-
Stack of open elements.
- EM - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for EM (emphasis) element.
- EMBED - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for EMBED element.
- EMPTY - Static variable in class org.codelibs.nekohtml.HTMLElements.Element
-
Empty element.
- emptyElement(HTMLQName, HTMLAttributesImpl, HTMLAugmentations) - Method in interface org.codelibs.nekohtml.sax.HTMLDocumentHandler
-
Notifies of an empty element.
- EncodingMap - Class in org.codelibs.nekohtml.sax
-
Maps IANA encoding names to Java charset names.
- EncodingMap() - Constructor for class org.codelibs.nekohtml.sax.EncodingMap
- endCDATA() - Method in class org.codelibs.nekohtml.sax.HTMLTagBalancerFilter
- endDocument() - Method in class org.codelibs.nekohtml.sax.HTMLTagBalancerFilter
- endDTD() - Method in class org.codelibs.nekohtml.sax.HTMLTagBalancerFilter
- endElement(String, String, String) - Method in class org.codelibs.nekohtml.sax.HTMLTagBalancerFilter
- endEntity(String) - Method in class org.codelibs.nekohtml.sax.HTMLTagBalancerFilter
- endPrefixMapping(String) - Method in class org.codelibs.nekohtml.sax.HTMLTagBalancerFilter
- ensureDocumentInitialized() - Method in class org.codelibs.nekohtml.sax.HTMLTagBalancerFilter
-
Ensures the HTML document structure is initialized.
- ENTITIES - Static variable in class org.codelibs.nekohtml.HTMLEntities
-
Entities.
- equals(Object) - Method in class org.codelibs.nekohtml.HTMLElements.Element
-
Returns true if the objects are equal.
- equals(Object) - Method in class org.codelibs.nekohtml.sax.HTMLQName
- ERROR_REPORTER - Static variable in class org.codelibs.nekohtml.sax.HTMLSAXConfiguration
-
Error reporter property identifier.
F
- fAttributeCase - Variable in class org.codelibs.nekohtml.sax.SimpleHTMLScanner
-
Attribute name case.
- fConfiguration - Variable in class org.codelibs.nekohtml.sax.HTMLSAXParser
-
The SAX configuration.
- fContentHandler - Variable in class org.codelibs.nekohtml.sax.HTMLSAXConfiguration
-
Content handler.
- fContentHandler - Variable in class org.codelibs.nekohtml.sax.SimpleHTMLScanner
-
Content handler.
- fDTDHandler - Variable in class org.codelibs.nekohtml.sax.HTMLSAXConfiguration
-
DTD handler.
- fDTDHandler - Variable in class org.codelibs.nekohtml.sax.SimpleHTMLScanner
-
DTD handler.
- fElementCase - Variable in class org.codelibs.nekohtml.sax.SimpleHTMLScanner
-
Element name case.
- fEntityResolver - Variable in class org.codelibs.nekohtml.sax.HTMLSAXConfiguration
-
Entity resolver.
- fEntityResolver - Variable in class org.codelibs.nekohtml.sax.SimpleHTMLScanner
-
Entity resolver.
- fErrorHandler - Variable in class org.codelibs.nekohtml.sax.HTMLSAXConfiguration
-
Error handler.
- fErrorHandler - Variable in class org.codelibs.nekohtml.sax.SimpleHTMLScanner
-
Error handler.
- fFeatures - Variable in class org.codelibs.nekohtml.sax.HTMLSAXConfiguration
-
Features map.
- FIELDSET - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for FIELDSET element.
- FIGCAPTION - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for FIGCAPTION element.
- FIGURE - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for FIGURE element.
- FILTERS - Static variable in class org.codelibs.nekohtml.sax.HTMLSAXConfiguration
-
Filters property identifier.
- flags - Variable in class org.codelibs.nekohtml.HTMLElements.Element
-
Informational flags.
- fLexicalHandler - Variable in class org.codelibs.nekohtml.sax.HTMLSAXConfiguration
-
Lexical handler.
- fLexicalHandler - Variable in class org.codelibs.nekohtml.sax.HTMLSAXScanner
-
Lexical handler.
- fLexicalHandler - Variable in class org.codelibs.nekohtml.sax.SimpleHTMLScanner
-
Lexical handler.
- fLocale - Variable in class org.codelibs.nekohtml.sax.HTMLSAXConfiguration
-
Locale.
- fNamespaceBinder - Variable in class org.codelibs.nekohtml.sax.HTMLSAXConfiguration
-
Namespace binder filter (optional).
- fNormalizeAttributes - Variable in class org.codelibs.nekohtml.sax.SimpleHTMLScanner
-
Normalize attribute names.
- fNormalizeElements - Variable in class org.codelibs.nekohtml.sax.SimpleHTMLScanner
-
Normalize element names.
- FONT - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for FONT element.
- FOOTER - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for FOOTER element.
- FORM - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for FORM element.
- formatMessage(String, Object[]) - Method in interface org.codelibs.nekohtml.HTMLErrorReporter
-
Formats an error message without reporting the error.
- fPipeline - Variable in class org.codelibs.nekohtml.sax.HTMLSAXConfiguration
-
SAX filter pipeline.
- fProperties - Variable in class org.codelibs.nekohtml.sax.HTMLSAXConfiguration
-
Properties map.
- FRAME - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for FRAME element.
- FRAMESET - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for FRAMESET element.
- fScanner - Variable in class org.codelibs.nekohtml.sax.HTMLSAXConfiguration
-
Scanner (first filter in pipeline).
- fScanner - Variable in class org.codelibs.nekohtml.sax.HTMLSAXScanner
-
The underlying simple scanner.
- fTagBalancer - Variable in class org.codelibs.nekohtml.sax.HTMLSAXConfiguration
-
Tag balancer filter.
G
- get(int) - Static method in class org.codelibs.nekohtml.HTMLEntities
-
Returns the name associated to the given character or null if the character is not known.
- get(String) - Static method in class org.codelibs.nekohtml.HTMLEntities
-
Returns the character associated to the given entity name, or -1 if the name is not known.
- getBeginCharacterOffset() - Method in interface org.codelibs.nekohtml.HTMLEventInfo
-
Returns the character offset of the beginning of this event.
- getBeginCharacterOffset() - Method in class org.codelibs.nekohtml.HTMLEventInfo.SynthesizedItem
-
Returns the character offset of the beginning of this event.
- getBeginColumnNumber() - Method in interface org.codelibs.nekohtml.HTMLEventInfo
-
Returns the column number of the beginning of this event.
- getBeginColumnNumber() - Method in class org.codelibs.nekohtml.HTMLEventInfo.SynthesizedItem
-
Returns the column number of the beginning of this event.
- getBeginLineNumber() - Method in interface org.codelibs.nekohtml.HTMLEventInfo
-
Returns the line number of the beginning of this event.
- getBeginLineNumber() - Method in class org.codelibs.nekohtml.HTMLEventInfo.SynthesizedItem
-
Returns the line number of the beginning of this event.
- getContentHandler() - Method in class org.codelibs.nekohtml.sax.HTMLSAXConfiguration
- getContentHandler() - Method in class org.codelibs.nekohtml.sax.HTMLSAXParser
- getContentHandler() - Method in class org.codelibs.nekohtml.sax.SimpleHTMLScanner
- getDocument() - Method in class org.codelibs.nekohtml.parsers.DOMParser
-
Gets the parsed DOM document.
- getDTDHandler() - Method in class org.codelibs.nekohtml.sax.HTMLSAXConfiguration
- getDTDHandler() - Method in class org.codelibs.nekohtml.sax.HTMLSAXParser
- getDTDHandler() - Method in class org.codelibs.nekohtml.sax.SimpleHTMLScanner
- getElement(short) - Static method in class org.codelibs.nekohtml.HTMLElements
-
Returns the element information for the specified element code.
- getElement(String) - Static method in class org.codelibs.nekohtml.HTMLElements
-
Returns the element information for the specified element name.
- getElement(String, HTMLElements.Element) - Static method in class org.codelibs.nekohtml.HTMLElements
-
Returns the element information for the specified element name.
- getEndCharacterOffset() - Method in interface org.codelibs.nekohtml.HTMLEventInfo
-
Returns the character offset of the end of this event.
- getEndCharacterOffset() - Method in class org.codelibs.nekohtml.HTMLEventInfo.SynthesizedItem
-
Returns the character offset of the end of this event.
- getEndColumnNumber() - Method in interface org.codelibs.nekohtml.HTMLEventInfo
-
Returns the column number of the end of this event.
- getEndColumnNumber() - Method in class org.codelibs.nekohtml.HTMLEventInfo.SynthesizedItem
-
Returns the column number of the end of this event.
- getEndLineNumber() - Method in interface org.codelibs.nekohtml.HTMLEventInfo
-
Returns the line number of the end of this event.
- getEndLineNumber() - Method in class org.codelibs.nekohtml.HTMLEventInfo.SynthesizedItem
-
Returns the line number of the end of this event.
- getEntityResolver() - Method in class org.codelibs.nekohtml.sax.HTMLSAXConfiguration
- getEntityResolver() - Method in class org.codelibs.nekohtml.sax.HTMLSAXParser
- getEntityResolver() - Method in class org.codelibs.nekohtml.sax.SimpleHTMLScanner
- getErrorHandler() - Method in class org.codelibs.nekohtml.sax.HTMLSAXConfiguration
- getErrorHandler() - Method in class org.codelibs.nekohtml.sax.HTMLSAXParser
- getErrorHandler() - Method in class org.codelibs.nekohtml.sax.SimpleHTMLScanner
- getFeature(String) - Method in class org.codelibs.nekohtml.parsers.DOMParser
-
Gets a feature from the underlying SAX parser.
- getFeature(String) - Method in class org.codelibs.nekohtml.sax.HTMLSAXConfiguration
- getFeature(String) - Method in class org.codelibs.nekohtml.sax.HTMLSAXParser
- getFeature(String) - Method in class org.codelibs.nekohtml.sax.HTMLSAXScanner
- getFeature(String) - Method in class org.codelibs.nekohtml.sax.SimpleHTMLScanner
- getIANA2JavaMapping(String) - Static method in class org.codelibs.nekohtml.sax.EncodingMap
-
Gets the Java charset name for an IANA encoding name.
- getItem(String) - Method in class org.codelibs.nekohtml.sax.HTMLAugmentations
-
Gets an augmentation item.
- getLastFilter() - Method in class org.codelibs.nekohtml.sax.HTMLSAXConfiguration
-
Gets the last filter in the pipeline.
- getLexicalHandler() - Method in class org.codelibs.nekohtml.sax.HTMLSAXConfiguration
-
Gets the lexical handler.
- getLexicalHandler() - Method in class org.codelibs.nekohtml.sax.HTMLSAXParser
-
Gets the lexical handler.
- getLexicalHandler() - Method in class org.codelibs.nekohtml.sax.HTMLSAXScanner
-
Gets the lexical handler.
- getLexicalHandler() - Method in class org.codelibs.nekohtml.sax.SimpleHTMLScanner
-
Gets the lexical handler.
- getLocale() - Method in class org.codelibs.nekohtml.sax.HTMLSAXConfiguration
-
Gets the locale.
- getName(int, HTMLQName) - Method in class org.codelibs.nekohtml.sax.HTMLAttributesImpl
-
Gets an attribute's QName.
- getNonNormalizedValue(int) - Method in class org.codelibs.nekohtml.sax.HTMLAttributesImpl
-
Gets the non-normalized value of an attribute.
- getProperty(String) - Method in class org.codelibs.nekohtml.parsers.DOMParser
-
Gets a property from the underlying SAX parser.
- getProperty(String) - Method in class org.codelibs.nekohtml.sax.HTMLSAXConfiguration
- getProperty(String) - Method in class org.codelibs.nekohtml.sax.HTMLSAXParser
- getProperty(String) - Method in class org.codelibs.nekohtml.sax.HTMLSAXScanner
- getProperty(String) - Method in class org.codelibs.nekohtml.sax.SimpleHTMLScanner
H
- H1 - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for H1 (heading level 1) element.
- H2 - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for H2 (heading level 2) element.
- H3 - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for H3 (heading level 3) element.
- H4 - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for H4 (heading level 4) element.
- H5 - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for H5 (heading level 5) element.
- H6 - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for H6 (heading level 6) element.
- hashCode() - Method in class org.codelibs.nekohtml.HTMLElements.Element
-
Returns a hash code for this object.
- hashCode() - Method in class org.codelibs.nekohtml.sax.HTMLQName
- HEAD - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for HEAD element.
- HEAD_ELEMENTS - Static variable in class org.codelibs.nekohtml.sax.HTMLTagBalancerFilter
-
Elements that belong in HEAD.
- HEADER - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for HEADER element.
- HR - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for HR (horizontal rule) element.
- HTML - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for HTML element.
- HTML5_MODE - Static variable in class org.codelibs.nekohtml.sax.HTMLSAXConfiguration
-
HTML5 mode feature identifier.
- HTMLAttributesImpl - Class in org.codelibs.nekohtml.sax
-
SAX-compatible attributes implementation for HTML parsing.
- HTMLAttributesImpl() - Constructor for class org.codelibs.nekohtml.sax.HTMLAttributesImpl
-
Default constructor.
- HTMLAttributesImpl(Attributes) - Constructor for class org.codelibs.nekohtml.sax.HTMLAttributesImpl
-
Copy constructor.
- HTMLAugmentations - Class in org.codelibs.nekohtml.sax
-
Container for additional information about parsing events.
- HTMLAugmentations() - Constructor for class org.codelibs.nekohtml.sax.HTMLAugmentations
-
Default constructor.
- HTMLDocumentHandler - Interface in org.codelibs.nekohtml.sax
-
Extended document handler interface for HTML parsing.
- HTMLElements - Class in org.codelibs.nekohtml
-
Collection of HTML element information.
- HTMLElements() - Constructor for class org.codelibs.nekohtml.HTMLElements
-
Default constructor.
- HTMLElements.Element - Class in org.codelibs.nekohtml
-
Element information.
- HTMLElements.ElementList - Class in org.codelibs.nekohtml
-
Unsynchronized list of elements.
- HTMLEntities - Class in org.codelibs.nekohtml
-
Pre-defined HTML entities.
- HTMLEntities() - Constructor for class org.codelibs.nekohtml.HTMLEntities
-
Default constructor.
- HTMLErrorReporter - Interface in org.codelibs.nekohtml
-
Defines an error reporter for reporting HTML errors.
- HTMLEventInfo - Interface in org.codelibs.nekohtml
-
This interface is used to pass augmentated information to the application through the XNI pipeline.
- HTMLEventInfo.SynthesizedItem - Class in org.codelibs.nekohtml
-
Synthesized infoset item.
- HTMLQName - Class in org.codelibs.nekohtml.sax
-
Represents a qualified name in HTML/XML parsing.
- HTMLQName() - Constructor for class org.codelibs.nekohtml.sax.HTMLQName
-
Default constructor.
- HTMLQName(String) - Constructor for class org.codelibs.nekohtml.sax.HTMLQName
-
Constructs a qualified name with the specified raw name.
- HTMLQName(String, String, String) - Constructor for class org.codelibs.nekohtml.sax.HTMLQName
-
Constructs a qualified name with the specified parts.
- HTMLQName(HTMLQName) - Constructor for class org.codelibs.nekohtml.sax.HTMLQName
-
Copy constructor.
- HTMLSAXConfiguration - Class in org.codelibs.nekohtml.sax
-
Pure SAX-based HTML parser configuration.
- HTMLSAXConfiguration() - Constructor for class org.codelibs.nekohtml.sax.HTMLSAXConfiguration
-
Default constructor.
- HTMLSAXParser - Class in org.codelibs.nekohtml.sax
-
Pure SAX-based HTML parser without Xerces dependencies.
- HTMLSAXParser() - Constructor for class org.codelibs.nekohtml.sax.HTMLSAXParser
-
Default constructor.
- HTMLSAXScanner - Class in org.codelibs.nekohtml.sax
-
SAX-based HTML scanner without Xerces dependencies.
- HTMLSAXScanner() - Constructor for class org.codelibs.nekohtml.sax.HTMLSAXScanner
-
Default constructor.
- HTMLSAXScanner(XMLReader) - Constructor for class org.codelibs.nekohtml.sax.HTMLSAXScanner
-
Constructs a scanner with the specified parent reader.
- HTMLStringBuffer - Class in org.codelibs.nekohtml.sax
-
String buffer for HTML parsing that efficiently manages character data.
- HTMLStringBuffer() - Constructor for class org.codelibs.nekohtml.sax.HTMLStringBuffer
-
Constructs a string buffer with the default size (128 characters).
- HTMLStringBuffer(char[], int, int) - Constructor for class org.codelibs.nekohtml.sax.HTMLStringBuffer
-
Constructs a string buffer initialized with the specified character array.
- HTMLStringBuffer(int) - Constructor for class org.codelibs.nekohtml.sax.HTMLStringBuffer
-
Constructs a string buffer with the specified size.
- HTMLStringBuffer(String) - Constructor for class org.codelibs.nekohtml.sax.HTMLStringBuffer
-
Constructs a string buffer initialized with the specified string.
- HTMLTagBalancerFilter - Class in org.codelibs.nekohtml.sax
-
SAX filter for HTML tag balancing.
- HTMLTagBalancerFilter() - Constructor for class org.codelibs.nekohtml.sax.HTMLTagBalancerFilter
-
Default constructor.
- HTMLTagBalancerFilter(XMLReader) - Constructor for class org.codelibs.nekohtml.sax.HTMLTagBalancerFilter
-
Constructs a tag balancer filter with the specified parent reader.
I
- I - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for I (italic) element.
- IFRAME - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for IFRAME (inline frame) element.
- ignorableWhitespace(char[], int, int) - Method in class org.codelibs.nekohtml.sax.HTMLTagBalancerFilter
- ILAYER - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for ILAYER element.
- IMG - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for IMG (image) element.
- INLINE - Static variable in class org.codelibs.nekohtml.HTMLElements.Element
-
Inline element.
- INPUT - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for INPUT element.
- INS - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for INS (inserted text) element.
- isBlock() - Method in class org.codelibs.nekohtml.HTMLElements.Element
-
Returns true if this element is a block element.
- isContainer() - Method in class org.codelibs.nekohtml.HTMLElements.Element
-
Returns true if this element is a container element.
- isEmpty() - Method in class org.codelibs.nekohtml.HTMLElements.Element
-
Returns true if this element is an empty element.
- ISINDEX - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for ISINDEX element.
- isInline() - Method in class org.codelibs.nekohtml.HTMLElements.Element
-
Returns true if this element is an inline element.
- isInvalid(int) - Static method in class org.codelibs.nekohtml.sax.XMLChar
-
Checks if a character is invalid for XML.
- isName(int) - Static method in class org.codelibs.nekohtml.sax.XMLChar
-
Checks if a character is a valid name character according to XML 1.0.
- isNameStart(int) - Static method in class org.codelibs.nekohtml.sax.XMLChar
-
Checks if a character is a valid name start character according to XML 1.0.
- isParent(HTMLElements.Element) - Method in class org.codelibs.nekohtml.HTMLElements.Element
-
Indicates if the provided element is an accepted parent of current element
- isSpace(int) - Static method in class org.codelibs.nekohtml.sax.XMLChar
-
Checks if a character is whitespace according to XML.
- isSpecial() - Method in class org.codelibs.nekohtml.HTMLElements.Element
-
Returns true if this element is special -- if its content should be parsed ignoring markup.
- isSpecified(int) - Method in class org.codelibs.nekohtml.sax.HTMLAttributesImpl
-
Checks whether an attribute was specified in the document.
- isSupported(String) - Static method in class org.codelibs.nekohtml.sax.EncodingMap
-
Checks if an encoding is supported.
- isSynthesized() - Method in interface org.codelibs.nekohtml.HTMLEventInfo
-
Returns true if this corresponding event was synthesized.
- isSynthesized() - Method in class org.codelibs.nekohtml.HTMLEventInfo.SynthesizedItem
-
Returns true if this corresponding event was synthesized.
- isValid(int) - Static method in class org.codelibs.nekohtml.sax.XMLChar
-
Checks if a character is a valid XML character according to XML 1.0.
- isValidName(String) - Static method in class org.codelibs.nekohtml.sax.XMLChar
-
Checks if a string is a valid XML name.
K
- KBD - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for KBD (keyboard input) element.
- KEYGEN - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for KEYGEN element.
L
- LABEL - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for LABEL element.
- LAYER - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for LAYER element.
- LEGEND - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for LEGEND element.
- length - Variable in class org.codelibs.nekohtml.sax.HTMLStringBuffer
-
The length of the data in the buffer.
- lexicalHandler - Variable in class org.codelibs.nekohtml.sax.HTMLTagBalancerFilter
-
Lexical handler for DTD and CDATA events.
- LI - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for LI (list item) element.
- LINK - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for LINK element.
- LISTING - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for LISTING element.
- localpart - Variable in class org.codelibs.nekohtml.sax.HTMLQName
-
The local part of the qualified name.
M
- MAIN - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for MAIN element.
- MAP - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for MAP element.
- MARK - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for MARK element.
- MARQUEE - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for MARQUEE element.
- MENU - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for MENU element.
- META - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for META element.
- METER - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for METER element.
- MULTICOL - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for MULTICOL element.
N
- name - Variable in class org.codelibs.nekohtml.HTMLElements.Element
-
The element name.
- NAMES_ATTRS - Static variable in class org.codelibs.nekohtml.sax.HTMLSAXConfiguration
-
Normalize attribute names feature identifier.
- NAMES_ELEMS - Static variable in class org.codelibs.nekohtml.sax.HTMLSAXConfiguration
-
Normalize element names feature identifier.
- NAMESPACES - Static variable in class org.codelibs.nekohtml.sax.HTMLSAXConfiguration
-
Namespaces feature identifier.
- NAV - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for NAV (navigation) element.
- NEXTID - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for NEXTID element.
- NO_SUCH_ELEMENT - Static variable in class org.codelibs.nekohtml.HTMLElements
-
No such element.
- NOBR - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for NOBR (no break) element.
- NOEMBED - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for NOEMBED element.
- NOFRAMES - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for NOFRAMES element.
- NOLAYER - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for NOLAYER element.
- normalizeAttributeName(String) - Method in class org.codelibs.nekohtml.sax.SimpleHTMLScanner
-
Normalizes an attribute name.
- normalizeElementName(String) - Method in class org.codelibs.nekohtml.sax.SimpleHTMLScanner
-
Normalizes an element name.
- NOSCRIPT - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for NOSCRIPT element.
O
- OBJECT - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for OBJECT element.
- offset - Variable in class org.codelibs.nekohtml.sax.HTMLStringBuffer
-
The offset into the buffer.
- OL - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for OL (ordered list) element.
- OPTGROUP - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for OPTGROUP (option group) element.
- OPTION - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for OPTION element.
- org.codelibs.nekohtml - module org.codelibs.nekohtml
- org.codelibs.nekohtml - package org.codelibs.nekohtml
- org.codelibs.nekohtml.parsers - package org.codelibs.nekohtml.parsers
- org.codelibs.nekohtml.sax - package org.codelibs.nekohtml.sax
- OUTPUT - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for OUTPUT element.
P
- P - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for P (paragraph) element.
- PARAM - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for PARAM element.
- parent - Variable in class org.codelibs.nekohtml.HTMLElements.Element
-
Parent elements.
- parentCodes - Variable in class org.codelibs.nekohtml.HTMLElements.Element
-
Parent elements.
- parse(String) - Method in class org.codelibs.nekohtml.sax.HTMLSAXConfiguration
- parse(String) - Method in class org.codelibs.nekohtml.sax.HTMLSAXParser
- parse(String) - Method in class org.codelibs.nekohtml.sax.HTMLSAXScanner
- parse(String) - Method in class org.codelibs.nekohtml.sax.SimpleHTMLScanner
- parse(InputSource) - Method in class org.codelibs.nekohtml.parsers.DOMParser
-
Parses an HTML document and builds a DOM tree.
- parse(InputSource) - Method in class org.codelibs.nekohtml.sax.HTMLSAXConfiguration
- parse(InputSource) - Method in class org.codelibs.nekohtml.sax.HTMLSAXParser
- parse(InputSource) - Method in class org.codelibs.nekohtml.sax.HTMLSAXScanner
- parse(InputSource) - Method in class org.codelibs.nekohtml.sax.SimpleHTMLScanner
- parseAttributes(String) - Method in class org.codelibs.nekohtml.sax.SimpleHTMLScanner
-
Parses attributes from a string.
- parseHTML(String) - Method in class org.codelibs.nekohtml.sax.SimpleHTMLScanner
-
Parses HTML content.
- PICTURE - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for PICTURE element.
- PLAINTEXT - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for PLAINTEXT element.
- PRE - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for PRE (preformatted text) element.
- processingInstruction(String, String) - Method in class org.codelibs.nekohtml.sax.HTMLTagBalancerFilter
- PROGRESS - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for PROGRESS element.
- putItem(String, Object) - Method in class org.codelibs.nekohtml.sax.HTMLAugmentations
-
Adds an augmentation item.
Q
- Q - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for Q (quotation) element.
R
- rawname - Variable in class org.codelibs.nekohtml.sax.HTMLQName
-
The raw qualified name (prefix:localpart or just localpart).
- RB - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for RB (ruby base) element.
- RBC - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for RBC (ruby base container) element.
- removeAllAttributes() - Method in class org.codelibs.nekohtml.sax.HTMLAttributesImpl
-
Removes all attributes.
- removeAllItems() - Method in class org.codelibs.nekohtml.sax.HTMLAugmentations
-
Removes all augmentation items.
- removeAttributeAt(int) - Method in class org.codelibs.nekohtml.sax.HTMLAttributesImpl
-
Removes the attribute at the specified index.
- removeItem(String) - Method in class org.codelibs.nekohtml.sax.HTMLAugmentations
-
Removes an augmentation item.
- REPORT_ERRORS - Static variable in class org.codelibs.nekohtml.sax.HTMLSAXConfiguration
-
Report errors feature identifier.
- reportError(String, Object[]) - Method in interface org.codelibs.nekohtml.HTMLErrorReporter
-
Reports an error message.
- reportWarning(String, Object[]) - Method in interface org.codelibs.nekohtml.HTMLErrorReporter
-
Reports a warning message.
- RP - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for RP (ruby parentheses) element.
- RT - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for RT (ruby text) element.
- RTC - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for RTC (ruby text container) element.
- RUBY - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for RUBY element.
S
- S - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for S (strikethrough) element.
- SAMP - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for SAMP (sample output) element.
- saxParser - Variable in class org.codelibs.nekohtml.parsers.DOMParser
-
The SAX parser.
- SAXParser - Class in org.codelibs.nekohtml.parsers
-
A SAX parser for HTML documents.
- SAXParser() - Constructor for class org.codelibs.nekohtml.parsers.SAXParser
-
Default constructor.
- SCRIPT - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for SCRIPT element.
- SECTION - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for SECTION element.
- SEITITNE - Static variable in class org.codelibs.nekohtml.HTMLEntities
-
Reverse mapping from characters to names.
- SELECT - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for SELECT element.
- setContentHandler(ContentHandler) - Method in class org.codelibs.nekohtml.sax.HTMLSAXConfiguration
- setContentHandler(ContentHandler) - Method in class org.codelibs.nekohtml.sax.HTMLSAXParser
- setContentHandler(ContentHandler) - Method in class org.codelibs.nekohtml.sax.HTMLSAXScanner
- setContentHandler(ContentHandler) - Method in class org.codelibs.nekohtml.sax.HTMLTagBalancerFilter
- setContentHandler(ContentHandler) - Method in class org.codelibs.nekohtml.sax.SimpleHTMLScanner
- setDocumentLocator(Locator) - Method in class org.codelibs.nekohtml.sax.HTMLTagBalancerFilter
- setDTDHandler(DTDHandler) - Method in class org.codelibs.nekohtml.sax.HTMLSAXConfiguration
- setDTDHandler(DTDHandler) - Method in class org.codelibs.nekohtml.sax.HTMLSAXParser
- setDTDHandler(DTDHandler) - Method in class org.codelibs.nekohtml.sax.SimpleHTMLScanner
- setEntityResolver(EntityResolver) - Method in class org.codelibs.nekohtml.parsers.DOMParser
-
Sets the entity resolver.
- setEntityResolver(EntityResolver) - Method in class org.codelibs.nekohtml.sax.HTMLSAXConfiguration
- setEntityResolver(EntityResolver) - Method in class org.codelibs.nekohtml.sax.HTMLSAXParser
- setEntityResolver(EntityResolver) - Method in class org.codelibs.nekohtml.sax.SimpleHTMLScanner
- setErrorHandler(ErrorHandler) - Method in class org.codelibs.nekohtml.parsers.DOMParser
-
Sets the error handler.
- setErrorHandler(ErrorHandler) - Method in class org.codelibs.nekohtml.sax.HTMLSAXConfiguration
- setErrorHandler(ErrorHandler) - Method in class org.codelibs.nekohtml.sax.HTMLSAXParser
- setErrorHandler(ErrorHandler) - Method in class org.codelibs.nekohtml.sax.SimpleHTMLScanner
- setFeature(String, boolean) - Method in class org.codelibs.nekohtml.parsers.DOMParser
-
Sets a feature on the underlying SAX parser.
- setFeature(String, boolean) - Method in class org.codelibs.nekohtml.sax.HTMLSAXConfiguration
- setFeature(String, boolean) - Method in class org.codelibs.nekohtml.sax.HTMLSAXParser
- setFeature(String, boolean) - Method in class org.codelibs.nekohtml.sax.HTMLSAXScanner
- setFeature(String, boolean) - Method in class org.codelibs.nekohtml.sax.SimpleHTMLScanner
- setLexicalHandler(LexicalHandler) - Method in class org.codelibs.nekohtml.sax.HTMLSAXConfiguration
-
Sets the lexical handler.
- setLexicalHandler(LexicalHandler) - Method in class org.codelibs.nekohtml.sax.HTMLSAXParser
-
Sets the lexical handler.
- setLexicalHandler(LexicalHandler) - Method in class org.codelibs.nekohtml.sax.HTMLSAXScanner
-
Sets the lexical handler.
- setLexicalHandler(LexicalHandler) - Method in class org.codelibs.nekohtml.sax.HTMLTagBalancerFilter
-
Sets the lexical handler.
- setLexicalHandler(LexicalHandler) - Method in class org.codelibs.nekohtml.sax.SimpleHTMLScanner
-
Sets the lexical handler.
- setLocale(Locale) - Method in class org.codelibs.nekohtml.sax.HTMLSAXConfiguration
-
Sets the locale.
- setName(int, String, String, String) - Method in class org.codelibs.nekohtml.sax.HTMLAttributesImpl
-
Sets the attribute name at the specified index.
- setName(int, HTMLQName) - Method in class org.codelibs.nekohtml.sax.HTMLAttributesImpl
-
Sets the attribute name at the specified index.
- setNonNormalizedValue(int, String) - Method in class org.codelibs.nekohtml.sax.HTMLAttributesImpl
-
Sets the non-normalized value of an attribute.
- setProperty(String, Object) - Method in class org.codelibs.nekohtml.parsers.DOMParser
-
Sets a property on the underlying SAX parser.
- setProperty(String, Object) - Method in class org.codelibs.nekohtml.sax.HTMLSAXConfiguration
- setProperty(String, Object) - Method in class org.codelibs.nekohtml.sax.HTMLSAXParser
- setProperty(String, Object) - Method in class org.codelibs.nekohtml.sax.HTMLSAXScanner
- setProperty(String, Object) - Method in class org.codelibs.nekohtml.sax.SimpleHTMLScanner
- setSpecified(int, boolean) - Method in class org.codelibs.nekohtml.sax.HTMLAttributesImpl
-
Sets whether an attribute was specified in the document.
- setValues(String, String, String) - Method in class org.codelibs.nekohtml.sax.HTMLQName
-
Sets the values of this qualified name.
- setValues(HTMLQName) - Method in class org.codelibs.nekohtml.sax.HTMLQName
-
Sets the values from another qualified name.
- SIMPLE_ERROR_FORMAT - Static variable in class org.codelibs.nekohtml.sax.HTMLSAXConfiguration
-
Simple error format feature identifier.
- SimpleHTMLScanner - Class in org.codelibs.nekohtml.sax
-
Simple HTML scanner implementation that doesn't depend on Xerces.
- SimpleHTMLScanner() - Constructor for class org.codelibs.nekohtml.sax.SimpleHTMLScanner
- size - Variable in class org.codelibs.nekohtml.HTMLElements.ElementList
-
The size of the list.
- skippedEntity(String) - Method in class org.codelibs.nekohtml.sax.HTMLTagBalancerFilter
- SMALL - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for SMALL element.
- SOUND - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for SOUND element.
- SOURCE - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for SOURCE element.
- SPACER - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for SPACER element.
- SPAN - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for SPAN element.
- SPECIAL - Static variable in class org.codelibs.nekohtml.HTMLElements.Element
-
Special element.
- startCDATA() - Method in class org.codelibs.nekohtml.sax.HTMLTagBalancerFilter
- startDocument() - Method in class org.codelibs.nekohtml.sax.HTMLTagBalancerFilter
- startDTD(String, String, String) - Method in class org.codelibs.nekohtml.sax.HTMLTagBalancerFilter
- startElement(String, String, String, Attributes) - Method in class org.codelibs.nekohtml.sax.HTMLTagBalancerFilter
- startEntity(String) - Method in class org.codelibs.nekohtml.sax.HTMLTagBalancerFilter
- startPrefixMapping(String, String) - Method in class org.codelibs.nekohtml.sax.HTMLTagBalancerFilter
- STRIKE - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for STRIKE element.
- STRONG - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for STRONG element.
- STYLE - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for STYLE element.
- SUB - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for SUB (subscript) element.
- SUMMARY - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for SUMMARY element.
- SUP - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for SUP (superscript) element.
- SynthesizedItem() - Constructor for class org.codelibs.nekohtml.HTMLEventInfo.SynthesizedItem
-
Default constructor.
T
- TABLE - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for TABLE element.
- TBODY - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for TBODY (table body) element.
- TD - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for TD (table data cell) element.
- TEMPLATE - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for TEMPLATE element.
- TEXTAREA - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for TEXTAREA element.
- TFOOT - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for TFOOT (table footer) element.
- TH - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for TH (table header cell) element.
- THEAD - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for THEAD (table header) element.
- TIME - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for TIME element.
- TITLE - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for TITLE element.
- toSAXCharacters() - Method in class org.codelibs.nekohtml.sax.HTMLStringBuffer
-
Converts to a character array for SAX ContentHandler.characters().
- toString() - Method in class org.codelibs.nekohtml.HTMLElements.Element
-
Provides a simple representation to make debugging easier
- toString() - Method in class org.codelibs.nekohtml.HTMLEventInfo.SynthesizedItem
-
Returns a string representation of this object.
- toString() - Method in class org.codelibs.nekohtml.sax.HTMLAugmentations
- toString() - Method in class org.codelibs.nekohtml.sax.HTMLQName
- toString() - Method in class org.codelibs.nekohtml.sax.HTMLStringBuffer
-
Returns the buffer contents as a string.
- TR - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for TR (table row) element.
- TRACK - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for TRACK element.
- TT - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for TT (teletype text) element.
U
- U - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for U (underline) element.
- UL - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for UL (unordered list) element.
- UNKNOWN - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for unknown/unrecognized elements.
- uri - Variable in class org.codelibs.nekohtml.sax.HTMLQName
-
The namespace URI.
V
- VAR - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for VAR (variable) element.
- VIDEO - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for VIDEO element.
- VOID_ELEMENTS - Static variable in class org.codelibs.nekohtml.sax.HTMLTagBalancerFilter
-
Self-closing elements (void elements).
W
- WBR - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for WBR (word break opportunity) element.
X
- XML - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for XML element.
- XMLChar - Class in org.codelibs.nekohtml.sax
-
XML character validation utilities based on XML 1.0 specification.
- XMLChar() - Constructor for class org.codelibs.nekohtml.sax.XMLChar
- XMP - Static variable in class org.codelibs.nekohtml.HTMLElements
-
Element code for XMP (example) element.
All Classes and Interfaces|All Packages|Constant Field Values