Alphabetical Index

A B C D E F G H I K L M N O P Q R S T U V W X

A

A - static field in class org.cyberneko.html.HTMLElements
ABBR - static field in class org.cyberneko.html.HTMLElements
acceptElement(String,String[]) - method in class org.cyberneko.html.filters.ElementRemover
Specifies that the given element should be accepted and, optionally, which attributes of that element should be kept.
ACRONYM - static field in class org.cyberneko.html.HTMLElements
Adds a component.
Adds an element to list, resizing if necessary.
Adds location augmentations to the specified attribute.
ADDRESS - static field in class org.cyberneko.html.HTMLElements
APPLET - static field in class org.cyberneko.html.HTMLElements
AREA - static field in class org.cyberneko.html.HTMLElements
attributes - field in class org.cyberneko.html.HTMLTagBalancer.Info
The element attributes.
AUGMENTATIONS - static field in class org.cyberneko.html.HTMLConfiguration
Include infoset augmentations.
AUGMENTATIONS - static field in class org.cyberneko.html.HTMLScanner
Include infoset augmentations.
AUGMENTATIONS - static field in class org.cyberneko.html.HTMLTagBalancer
Include infoset augmentations.
AUGMENTATIONS - static field in class org.cyberneko.html.filters.Identity
Augmentations feature identifier.
AUGMENTATIONS - static field in class org.cyberneko.html.filters.Purifier
Include infoset augmentations.
AUGMENTATIONS - static field in class org.cyberneko.html.filters.Writer
Augmentations feature identifier.

B

B - static field in class org.cyberneko.html.HTMLElements
BALANCE_TAGS - static field in class org.cyberneko.html.HTMLConfiguration
Balance tags.
BASE - static field in class org.cyberneko.html.HTMLElements
BASEFONT - static field in class org.cyberneko.html.HTMLElements
baseSystemId - field in class org.cyberneko.html.HTMLScanner.CurrentEntity
Base system identifier.
BDO - static field in class org.cyberneko.html.HTMLElements
BGSOUND - static field in class org.cyberneko.html.HTMLElements
BIG - static field in class org.cyberneko.html.HTMLElements
bindNamespaces(QName,XMLAttributes) - method in class org.cyberneko.html.filters.NamespaceBinder
Binds namespaces.
BLINK - static field in class org.cyberneko.html.HTMLElements
BLOCK - static field in class org.cyberneko.html.HTMLElements.Element
Block element.
BLOCKQUOTE - static field in class org.cyberneko.html.HTMLElements
BODY - static field in class org.cyberneko.html.HTMLElements
bounds - field in class org.cyberneko.html.HTMLElements.Element
The bounding element code.
BR - static field in class org.cyberneko.html.HTMLElements
buffer - field in class org.cyberneko.html.HTMLScanner.CurrentEntity
Character buffer.
builtinXmlRef(String) - static method in class org.cyberneko.html.HTMLScanner
Returns true if the name is a built-in XML general entity reference.
BUTTON - static field in class org.cyberneko.html.HTMLElements

C

callEndElement(QName,Augmentations) - method in class org.cyberneko.html.HTMLTagBalancer
Call document handler end element.
Call document handler start element.
CAPTION - static field in class org.cyberneko.html.HTMLElements
CDATA_SECTIONS - static field in class org.cyberneko.html.HTMLScanner
Scan CDATA sections.
CENTER - static field in class org.cyberneko.html.HTMLElements
characters(XMLString,Augmentations) - method in class org.cyberneko.html.filters.DefaultFilter
Characters.
characters(XMLString,Augmentations) - method in class org.cyberneko.html.parsers.DOMFragmentParser
Characters.
characters(XMLString,Augmentations) - method in class org.cyberneko.html.filters.ElementRemover
Characters.
characters(XMLString,Augmentations) - method in class org.cyberneko.html.HTMLTagBalancer
Characters.
characters(XMLString,Augmentations) - method in class org.cyberneko.html.filters.Purifier
Characters.
characters(XMLString,Augmentations) - method in class org.cyberneko.html.filters.Writer
Characters.
CITE - static field in class org.cyberneko.html.HTMLElements
cleanup() - method in class org.cyberneko.html.HTMLConfiguration
If the application decides to terminate parsing before the xml document is fully parsed, the application should call this method to free any resource allocated during parsing.
cleanup(boolean) - method in class org.cyberneko.html.HTMLScanner
Cleans up used resources.
clear() - method in class org.cyberneko.html.HTMLAugmentations
Removes all of the elements in this augmentations object.
clear() - method in class org.cyberneko.html.HTMLScanner.PlaybackInputStream
Clears the buffer.
closes - field in class org.cyberneko.html.HTMLElements.Element
List of elements this element can close.
closes(short) - method in class org.cyberneko.html.HTMLElements.Element
Returns true if this element can close the specified Element.
CODE - static field in class org.cyberneko.html.HTMLElements
code - field in class org.cyberneko.html.HTMLElements.Element
The element code.
COL - static field in class org.cyberneko.html.HTMLElements
COLGROUP - static field in class org.cyberneko.html.HTMLElements
columnNumber - field in class org.cyberneko.html.HTMLScanner.CurrentEntity
Column number.
COMMENT - static field in class org.cyberneko.html.HTMLElements
comment(XMLString,Augmentations) - method in class org.cyberneko.html.filters.DefaultFilter
Comment.
comment(XMLString,Augmentations) - method in class org.cyberneko.html.parsers.DOMFragmentParser
Comment.
comment(XMLString,Augmentations) - method in class org.cyberneko.html.filters.ElementRemover
Comment.
comment(XMLString,Augmentations) - method in class org.cyberneko.html.HTMLTagBalancer
Comment.
comment(XMLString,Augmentations) - method in class org.cyberneko.html.filters.Purifier
Comment.
comment(XMLString,Augmentations) - method in class org.cyberneko.html.filters.Writer
Comment.
CONTAINER - static field in class org.cyberneko.html.HTMLElements.Element
Container element.
The primary HTML document scanner.
Creates parse exception.
CURRENT_ELEMENT_NODE - static field in class org.cyberneko.html.parsers.DOMFragmentParser
Current element node.
Current entity.
Constructs an entity from the specified stream.

D

data - field in class org.cyberneko.html.HTMLElements.ElementList
The data in the list.
data - field in class org.cyberneko.html.HTMLTagBalancer.InfoStack
The stack data.
DD - static field in class org.cyberneko.html.HTMLElements
DEBUG_CALLBACKS - static field in class org.cyberneko.html.HTMLScanner
Set to true to debug callbacks.
declarePrefix(String,String) - method in class org.cyberneko.html.filters.NamespaceBinder.NamespaceSupport
Declare prefix.
DEFAULT_BUFFER_SIZE - static field in class org.cyberneko.html.HTMLScanner
Default buffer size.
DEFAULT_ENCODING - static field in class org.cyberneko.html.HTMLScanner
Default encoding.
DefaultFilter - class org.cyberneko.html.filters.DefaultFilter
This class implements a filter that simply passes document events to the next handler.
DEL - static field in class org.cyberneko.html.HTMLElements
detectEncoding(String[]) - method in class org.cyberneko.html.HTMLScanner.PlaybackInputStream
Detect encoding.
DFN - static field in class org.cyberneko.html.HTMLElements
DIR - static field in class org.cyberneko.html.HTMLElements
DIV - static field in class org.cyberneko.html.HTMLElements
DL - static field in class org.cyberneko.html.HTMLElements
DOCTYPE_PUBID - static field in class org.cyberneko.html.HTMLScanner
Doctype declaration public identifier.
DOCTYPE_SYSID - static field in class org.cyberneko.html.HTMLScanner
Doctype declaration system identifier.
doctypeDecl(String,String,String,Augmentations) - method in class org.cyberneko.html.filters.DefaultFilter
Doctype declaration.
doctypeDecl(String,String,String,Augmentations) - method in class org.cyberneko.html.parsers.DOMFragmentParser
Document type declaration.
doctypeDecl(String,String,String,Augmentations) - method in class org.cyberneko.html.parsers.DOMParser
Doctype declaration.
Doctype declaration.
doctypeDecl(String,String,String,Augmentations) - method in class org.cyberneko.html.filters.Purifier
Doctype declaration.
DOCUMENT_FRAGMENT - static field in class org.cyberneko.html.parsers.DOMFragmentParser
Document fragment balancing only.
DOCUMENT_FRAGMENT - static field in class org.cyberneko.html.HTMLTagBalancer
Document fragment balancing only.
DOCUMENT_FRAGMENT_DEPRECATED - static field in class org.cyberneko.html.HTMLTagBalancer
Document fragment balancing only (deprecated).
DOMFragmentParser - class org.cyberneko.html.parsers.DOMFragmentParser
A DOM parser for HTML fragments.
DOMFragmentParser() - constructor for class org.cyberneko.html.parsers.DOMFragmentParser
Default constructor.
DOMParser - class org.cyberneko.html.parsers.DOMParser
A DOM parser for HTML documents.
DOMParser() - constructor for class org.cyberneko.html.parsers.DOMParser
Default constructor.
DT - static field in class org.cyberneko.html.HTMLElements

E

HTMLElements.Element - class org.cyberneko.html.HTMLElements.Element
Element information.
element - field in class org.cyberneko.html.HTMLTagBalancer.Info
The element.
Element(short,String,int,short,short,short[]) - constructor for class org.cyberneko.html.HTMLElements.Element
Constructs an element object.
Element(short,String,int,short,short[]) - constructor for class org.cyberneko.html.HTMLElements.Element
Constructs an element object.
Constructs an element object.
Element(short,String,int,short[],short[]) - constructor for class org.cyberneko.html.HTMLElements.Element
Constructs an element object.
elementAccepted(String) - method in class org.cyberneko.html.filters.ElementRemover
Returns true if the specified element is accepted.
Unsynchronized list of elements.
elementRemoved(String) - method in class org.cyberneko.html.filters.ElementRemover
Returns true if the specified element should be removed.
ElementRemover - class org.cyberneko.html.filters.ElementRemover
This class is a document filter capable of removing specified elements from the processing stream.
ELEMENTS - static field in class org.cyberneko.html.HTMLElements
Element information as a contiguous list.
ELEMENTS_ARRAY - static field in class org.cyberneko.html.HTMLElements
Element information organized by first letter.
EM - static field in class org.cyberneko.html.HTMLElements
EMBED - static field in class org.cyberneko.html.HTMLElements
EMPTY - static field in class org.cyberneko.html.HTMLElements.Element
Empty element.
emptyAttributes() - method in class org.cyberneko.html.HTMLTagBalancer
Returns a set of empty attributes.
emptyElement(QName,XMLAttributes,Augmentations) - method in class org.cyberneko.html.filters.DefaultFilter
Empty element.
emptyElement(QName,XMLAttributes,Augmentations) - method in class org.cyberneko.html.parsers.DOMFragmentParser
Empty element.
emptyElement(QName,XMLAttributes,Augmentations) - method in class org.cyberneko.html.filters.ElementRemover
Empty element.
Empty element.
emptyElement(QName,XMLAttributes,Augmentations) - method in class org.cyberneko.html.filters.Identity
Empty element.
emptyElement(QName,XMLAttributes,Augmentations) - method in class org.cyberneko.html.filters.NamespaceBinder
Empty element.
emptyElement(QName,XMLAttributes,Augmentations) - method in class org.cyberneko.html.filters.Purifier
Empty element.
emptyElement(QName,XMLAttributes,Augmentations) - method in class org.cyberneko.html.filters.Writer
Empty element.
encoding - field in class org.cyberneko.html.HTMLScanner.CurrentEntity
Encoding.
endCDATA(Augmentations) - method in class org.cyberneko.html.filters.DefaultFilter
End CDATA section.
endCDATA(Augmentations) - method in class org.cyberneko.html.parsers.DOMFragmentParser
End CDATA section.
endCDATA(Augmentations) - method in class org.cyberneko.html.filters.ElementRemover
End CDATA section.
endCDATA(Augmentations) - method in class org.cyberneko.html.HTMLTagBalancer
End CDATA section.
endCDATA(Augmentations) - method in class org.cyberneko.html.filters.Purifier
End CDATA section.
endDocument(Augmentations) - method in class org.cyberneko.html.filters.DefaultFilter
End document.
endDocument(Augmentations) - method in class org.cyberneko.html.parsers.DOMFragmentParser
End document.
endDocument(Augmentations) - method in class org.cyberneko.html.HTMLTagBalancer
End document.
endElement(QName,Augmentations) - method in class org.cyberneko.html.filters.DefaultFilter
End element.
endElement(QName,Augmentations) - method in class org.cyberneko.html.parsers.DOMFragmentParser
End element.
endElement(QName,Augmentations) - method in class org.cyberneko.html.filters.ElementRemover
End element.
endElement(QName,Augmentations) - method in class org.cyberneko.html.HTMLTagBalancer
End element.
endElement(QName,Augmentations) - method in class org.cyberneko.html.filters.Identity
End element.
endElement(QName,Augmentations) - method in class org.cyberneko.html.filters.NamespaceBinder
End element.
endElement(QName,Augmentations) - method in class org.cyberneko.html.filters.Purifier
End element.
endElement(QName,Augmentations) - method in class org.cyberneko.html.filters.Writer
End element.
endGeneralEntity(String,Augmentations) - method in class org.cyberneko.html.filters.DefaultFilter
End general entity.
endGeneralEntity(String,Augmentations) - method in class org.cyberneko.html.parsers.DOMFragmentParser
End general entity.
endGeneralEntity(String,Augmentations) - method in class org.cyberneko.html.filters.ElementRemover
End general entity.
endGeneralEntity(String,Augmentations) - method in class org.cyberneko.html.HTMLTagBalancer
End entity.
endGeneralEntity(String,Augmentations) - method in class org.cyberneko.html.filters.Writer
End general entity.
endPrefixMapping(String,Augmentations) - method in class org.cyberneko.html.filters.DefaultFilter
End prefix mapping.
endPrefixMapping(String,Augmentations) - method in class org.cyberneko.html.parsers.DOMFragmentParser
End prefix mapping.
endPrefixMapping(String,Augmentations) - method in class org.cyberneko.html.filters.ElementRemover
End prefix mapping.
endPrefixMapping(String,Augmentations) - method in class org.cyberneko.html.HTMLTagBalancer
End prefix mapping.
ENTITIES - static field in class org.cyberneko.html.HTMLEntities
Entities.
equals(Object) - method in class org.cyberneko.html.HTMLElements.Element
Returns true if the objects are equal.
ERROR_DOMAIN - static field in class org.cyberneko.html.HTMLConfiguration
Error domain.
ERROR_HANDLER - static field in class org.cyberneko.html.parsers.DOMFragmentParser
Property identifier: error handler.
ERROR_REPORTER - static field in class org.cyberneko.html.HTMLConfiguration
Error reporter.
ERROR_REPORTER - static field in class org.cyberneko.html.HTMLScanner
Error reporter.
ERROR_REPORTER - static field in class org.cyberneko.html.HTMLTagBalancer
Error reporter.
Defines an error reporter for reporting HTML errors.
expandedSystemId - field in class org.cyberneko.html.HTMLScanner.CurrentEntity
Expanded system identifier.
expandSystemId(String,String) - static method in class org.cyberneko.html.HTMLScanner
Expands a system id and returns the system id as a URI, if it can be expanded.

F

fAcceptedElements - field in class org.cyberneko.html.filters.ElementRemover
Accepted elements.
fAugmentations - field in class org.cyberneko.html.HTMLScanner
Augmentations.
fAugmentations - field in class org.cyberneko.html.HTMLTagBalancer
Include infoset augmentations.
fAugmentations - field in class org.cyberneko.html.filters.Purifier
Augmentations.
fBeginColumnNumber - field in class org.cyberneko.html.HTMLScanner
Beginning column number.
fBeginColumnNumber - field in class org.cyberneko.html.HTMLScanner.LocationItem
Beginning column number.
fBeginLineNumber - field in class org.cyberneko.html.HTMLScanner
Beginning line number.
fBeginLineNumber - field in class org.cyberneko.html.HTMLScanner.LocationItem
Beginning line number.
fByteBuffer - field in class org.cyberneko.html.HTMLScanner.PlaybackInputStream
Byte buffer.
fByteLength - field in class org.cyberneko.html.HTMLScanner.PlaybackInputStream
Length of bytes read into byte buffer.
fByteOffset - field in class org.cyberneko.html.HTMLScanner.PlaybackInputStream
Offset into byte buffer during playback.
fByteStream - field in class org.cyberneko.html.HTMLScanner
The playback byte stream.
fCDATASections - field in class org.cyberneko.html.HTMLScanner
CDATA sections.
fCleared - field in class org.cyberneko.html.HTMLScanner.PlaybackInputStream
Buffer cleared.
fCloseStream - field in class org.cyberneko.html.HTMLConfiguration
Stream opened by parser.
fContentScanner - field in class org.cyberneko.html.HTMLScanner
Content scanner.
fCurrentEntity - field in class org.cyberneko.html.HTMLScanner
Current entity.
fCurrentEntityStack - field in class org.cyberneko.html.HTMLScanner
The current entity stack.
fCurrentNode - field in class org.cyberneko.html.parsers.DOMFragmentParser
Current node.
fDefaultIANAEncoding - field in class org.cyberneko.html.HTMLScanner
Default encoding.
fDetected - field in class org.cyberneko.html.HTMLScanner.PlaybackInputStream
Encoding detected.
fDoctypePubid - field in class org.cyberneko.html.HTMLScanner
Doctype declaration public identifier.
fDoctypeSysid - field in class org.cyberneko.html.HTMLScanner
Doctype declaration system identifier.
fDocument - field in class org.cyberneko.html.parsers.DOMFragmentParser
Document.
fDocumentFragment - field in class org.cyberneko.html.parsers.DOMFragmentParser
DOM document fragment.
fDocumentFragment - field in class org.cyberneko.html.HTMLTagBalancer
Document fragment balancing only.
fDocumentHandler - field in class org.cyberneko.html.filters.DefaultFilter
Document handler.
fDocumentHandler - field in class org.cyberneko.html.HTMLConfiguration
Document handler.
fDocumentHandler - field in class org.cyberneko.html.HTMLScanner
The document handler.
fDocumentHandler - field in class org.cyberneko.html.HTMLTagBalancer
The document handler.
fDocumentScanner - field in class org.cyberneko.html.HTMLConfiguration
Document scanner.
fDocumentSource - field in class org.cyberneko.html.filters.DefaultFilter
Document source.
fDocumentSource - field in class org.cyberneko.html.parsers.DOMFragmentParser
Document source.
fDocumentSource - field in class org.cyberneko.html.HTMLTagBalancer
The document source.
fDTDContentModelHandler - field in class org.cyberneko.html.HTMLConfiguration
DTD content model handler.
fDTDHandler - field in class org.cyberneko.html.HTMLConfiguration
DTD handler.
fElementCount - field in class org.cyberneko.html.HTMLScanner
Element count.
fElementDepth - field in class org.cyberneko.html.filters.ElementRemover
The element depth.
fElementDepth - field in class org.cyberneko.html.HTMLScanner
Element depth.
fElementDepth - field in class org.cyberneko.html.filters.Writer
Element depth.
fElementName - field in class org.cyberneko.html.HTMLScanner.SpecialScanner
Name of element whose content needs to be scanned as text.
fElementStack - field in class org.cyberneko.html.HTMLTagBalancer
The element stack.
fEncoding - field in class org.cyberneko.html.filters.Writer
The encoding.
fEndColumnNumber - field in class org.cyberneko.html.HTMLScanner
Ending column number.
fEndColumnNumber - field in class org.cyberneko.html.HTMLScanner.LocationItem
Ending column number.
fEndLineNumber - field in class org.cyberneko.html.HTMLScanner
Ending line number.
fEndLineNumber - field in class org.cyberneko.html.HTMLScanner.LocationItem
Ending line number.
fEntityResolver - field in class org.cyberneko.html.HTMLConfiguration
Entity resolver.
fEntries - field in class org.cyberneko.html.filters.NamespaceBinder.NamespaceSupport
The entries.
fErrorHandler - field in class org.cyberneko.html.HTMLConfiguration
Error handler.
fErrorMessages - field in class org.cyberneko.html.HTMLConfiguration.ErrorReporter
Error messages.
fErrorReporter - field in class org.cyberneko.html.HTMLConfiguration
Error reporter.
fErrorReporter - field in class org.cyberneko.html.HTMLScanner
Error reporter.
fErrorReporter - field in class org.cyberneko.html.HTMLTagBalancer
Error reporter.
fFixWindowsCharRefs - field in class org.cyberneko.html.HTMLScanner
Fix Microsoft Windows® character entity references.
fHTMLComponents - field in class org.cyberneko.html.HTMLConfiguration
Components.
fIANAEncoding - field in class org.cyberneko.html.HTMLScanner
Auto-detected IANA encoding.
FIELDSET - static field in class org.cyberneko.html.HTMLElements
fIgnoreOutsideContent - field in class org.cyberneko.html.HTMLTagBalancer
Ignore outside content.
fIgnoreSpecifiedCharset - field in class org.cyberneko.html.HTMLScanner
Ignore specified character set.
FILTERS - static field in class org.cyberneko.html.HTMLConfiguration
Pipeline filters.
FILTERS - static field in class org.cyberneko.html.filters.Identity
Filters property identifier.
FILTERS - static field in class org.cyberneko.html.filters.Writer
Filters property identifier.
fInCDATASection - field in class org.cyberneko.html.parsers.DOMFragmentParser
True if within a CDATA section.
fInCDATASection - field in class org.cyberneko.html.filters.Purifier
True if inside a CDATA section.
fInlineStack - field in class org.cyberneko.html.HTMLTagBalancer
The inline stack.
fInsertDoctype - field in class org.cyberneko.html.HTMLScanner
Insert document type declaration.
fInsertNamespaces - field in class org.cyberneko.html.filters.NamespaceBinder
Insert namespaces.
fIso8859Encoding - field in class org.cyberneko.html.HTMLScanner
True if the encoding matches "ISO-8859-*".
fItems - field in class org.cyberneko.html.HTMLAugmentations
Augmentation items.
FIX_MSWINDOWS_REFS - static field in class org.cyberneko.html.HTMLScanner
Fix Microsoft Windows® character entity references.
fixURI(String) - static method in class org.cyberneko.html.HTMLScanner
Fixes a platform dependent filename to standard URI form.
fixWindowsCharacter(int) - method in class org.cyberneko.html.HTMLScanner
Fixes Microsoft Windows® specific characters.
fJavaEncoding - field in class org.cyberneko.html.HTMLScanner
Auto-detected Java encoding.
flags - field in class org.cyberneko.html.HTMLElements.Element
Informational flags.
fLastLocale - field in class org.cyberneko.html.HTMLConfiguration.ErrorReporter
Last locale.
fLevels - field in class org.cyberneko.html.filters.NamespaceBinder.NamespaceSupport
The levels of the entries.
fLocale - field in class org.cyberneko.html.HTMLConfiguration
Locale.
fNamesAttrs - field in class org.cyberneko.html.HTMLScanner
Modify HTML attribute names.
fNamesAttrs - field in class org.cyberneko.html.HTMLTagBalancer
Modify HTML attribute names.
fNamesAttrs - field in class org.cyberneko.html.filters.NamespaceBinder
Modify HTML attribute names.
fNamesElems - field in class org.cyberneko.html.HTMLScanner
Modify HTML element names.
fNamesElems - field in class org.cyberneko.html.HTMLTagBalancer
Modify HTML element names.
fNamesElems - field in class org.cyberneko.html.filters.NamespaceBinder
Modify HTML element names.
fNamespaceBinder - field in class org.cyberneko.html.HTMLConfiguration
Namespace binder.
fNamespaceContext - field in class org.cyberneko.html.filters.NamespaceBinder
Namespace context.
fNamespaceContext - field in class org.cyberneko.html.filters.Purifier
Namespace information.
fNamespacePrefixes - field in class org.cyberneko.html.filters.NamespaceBinder
Namespace prefixes.
fNamespaces - field in class org.cyberneko.html.HTMLTagBalancer
Namespaces.
fNamespaces - field in class org.cyberneko.html.filters.NamespaceBinder
Namespaces.
fNamespaces - field in class org.cyberneko.html.filters.Purifier
Namespaces.
fNamespacesURI - field in class org.cyberneko.html.filters.NamespaceBinder
Namespaces URI.
fNormalize - field in class org.cyberneko.html.filters.Writer
Normalize character content.
fNotifyCharRefs - field in class org.cyberneko.html.HTMLScanner
Notify character entity references.
fNotifyHtmlBuiltinRefs - field in class org.cyberneko.html.HTMLScanner
Notify HTML built-in general entity references.
fNotifyXmlBuiltinRefs - field in class org.cyberneko.html.HTMLScanner
Notify XML built-in general entity references.
FONT - static field in class org.cyberneko.html.HTMLElements
FORM - static field in class org.cyberneko.html.HTMLElements
Format message without reporting error.
formatMessage(String,Object[]) - method in class org.cyberneko.html.HTMLErrorReporter
Format message without reporting error.
Format simple message.
fOverrideDoctype - field in class org.cyberneko.html.HTMLScanner
Override doctype declaration public and system identifiers.
fOverrideNamespaces - field in class org.cyberneko.html.filters.NamespaceBinder
Override namespaces.
fParserConfiguration - field in class org.cyberneko.html.parsers.DOMFragmentParser
Parser configuration.
fPlayback - field in class org.cyberneko.html.HTMLScanner.PlaybackInputStream
Playback mode.
fPrintChars - field in class org.cyberneko.html.filters.Writer
Print characters.
fPrinter - field in class org.cyberneko.html.filters.Writer
The print writer used for serializing the document with the appropriate character encoding.
fPublicId - field in class org.cyberneko.html.filters.Purifier
Public identifier of doctype declaration.
fPushbackLength - field in class org.cyberneko.html.HTMLScanner.PlaybackInputStream
Pushback length.
fPushbackOffset - field in class org.cyberneko.html.HTMLScanner.PlaybackInputStream
Pushback offset.
FRAME - static field in class org.cyberneko.html.HTMLElements
FRAMESET - static field in class org.cyberneko.html.HTMLElements
fRemovalElementDepth - field in class org.cyberneko.html.filters.ElementRemover
The element depth at element removal.
fRemovedElements - field in class org.cyberneko.html.filters.ElementRemover
Removed elements.
fReportErrors - field in class org.cyberneko.html.HTMLScanner
Report errors.
fReportErrors - field in class org.cyberneko.html.HTMLTagBalancer
Report errors.
fScanner - field in class org.cyberneko.html.HTMLScanner
The current scanner.
fScannerState - field in class org.cyberneko.html.HTMLScanner
The current scanner state.
fScript - field in class org.cyberneko.html.HTMLScanner.SpecialScanner
True if <script> element.
fScriptStripCDATADelims - field in class org.cyberneko.html.HTMLScanner
Strip CDATA delimiters from SCRIPT tags.
fScriptStripCommentDelims - field in class org.cyberneko.html.HTMLScanner
Strip comment delimiters from SCRIPT tags.
fSeenAnything - field in class org.cyberneko.html.HTMLTagBalancer
True if seen anything.
fSeenBodyElement - field in class org.cyberneko.html.HTMLTagBalancer
True if seen <body< element.
fSeenDoctype - field in class org.cyberneko.html.HTMLTagBalancer
True if root element has been seen.
fSeenDoctype - field in class org.cyberneko.html.filters.Purifier
True if the doctype declaration was seen.
fSeenHeadElement - field in class org.cyberneko.html.HTMLTagBalancer
True if seen <head< element.
fSeenHttpEquiv - field in class org.cyberneko.html.filters.Writer
Seen http-equiv directive.
fSeenRootElement - field in class org.cyberneko.html.HTMLTagBalancer
True if root element has been seen.
fSeenRootElement - field in class org.cyberneko.html.filters.Purifier
True if root element was seen.
fSeenRootElement - field in class org.cyberneko.html.filters.Writer
Seen root element.
fSeenRootElementEnd - field in class org.cyberneko.html.HTMLTagBalancer
True if seen the end of the document element.
fSpecialScanner - field in class org.cyberneko.html.HTMLScanner
Special scanner used for elements whose content needs to be scanned as plain text, ignoring markup such as elements and entity references.
fString - field in class org.cyberneko.html.HTMLScanner
String.
fStringBuffer - field in class org.cyberneko.html.HTMLScanner
String buffer.
fStyle - field in class org.cyberneko.html.HTMLScanner.SpecialScanner
True if <style> element.
fStyleStripCDATADelims - field in class org.cyberneko.html.HTMLScanner
Strip CDATA delimiters from STYLE tags.
fStyleStripCommentDelims - field in class org.cyberneko.html.HTMLScanner
Strip comment delimiters from STYLE tags.
fSynthesizedNamespaceCount - field in class org.cyberneko.html.filters.Purifier
Synthesized namespace binding count.
fSystemId - field in class org.cyberneko.html.filters.Purifier
System identifier of doctype declaration.
fTagBalancer - field in class org.cyberneko.html.HTMLConfiguration
HTML tag balancer.
fTextarea - field in class org.cyberneko.html.HTMLScanner.SpecialScanner
True if <textarea> element.
fTop - field in class org.cyberneko.html.filters.NamespaceBinder.NamespaceSupport
Top of the levels list.

G

get(int) - static method in class org.cyberneko.html.HTMLEntities
Returns the name associated to the given character or null if the character is not known.
get(String) - static method in class org.cyberneko.html.HTMLEntities
Returns the character associated to the given entity name, or -1 if the name is not known.
getAllPrefixes() - method in class org.cyberneko.html.filters.NamespaceBinder.NamespaceSupport
Get all prefixes.
getBaseSystemId() - method in class org.cyberneko.html.HTMLScanner
Returns the base system identifier.
getBeginColumnNumber() - method in class org.cyberneko.html.HTMLEventInfo
Returns the column number of the beginning of this event.
getBeginColumnNumber() - method in class org.cyberneko.html.HTMLEventInfo.SynthesizedItem
Returns the column number of the beginning of this event.
getBeginColumnNumber() - method in class org.cyberneko.html.HTMLScanner.LocationItem
Returns the column number of the beginning of this event.
getBeginLineNumber() - method in class org.cyberneko.html.HTMLEventInfo
Returns the line number of the beginning of this event.
getBeginLineNumber() - method in class org.cyberneko.html.HTMLEventInfo.SynthesizedItem
Returns the line number of the beginning of this event.
getBeginLineNumber() - method in class org.cyberneko.html.HTMLScanner.LocationItem
Returns the line number of the beginning of this event.
getCharacterOffset() - method in class org.cyberneko.html.HTMLScanner
Returns the current line number.
getColumnNumber() - method in class org.cyberneko.html.HTMLScanner
Returns the current column number.
getDeclaredPrefixAt(int) - method in class org.cyberneko.html.filters.NamespaceBinder.NamespaceSupport
Get declared prefix at.
getDeclaredPrefixCount() - method in class org.cyberneko.html.filters.NamespaceBinder.NamespaceSupport
Get declared prefix count.
getDocumentHandler() - method in class org.cyberneko.html.filters.DefaultFilter
Returns the document handler.
getDocumentHandler() - method in class org.cyberneko.html.HTMLConfiguration
Returns the document handler.
getDocumentHandler() - method in class org.cyberneko.html.HTMLScanner
Returns the document handler.
getDocumentHandler() - method in class org.cyberneko.html.HTMLTagBalancer
Returns the document handler.
getDocumentSource() - method in class org.cyberneko.html.filters.DefaultFilter
Returns the document source.
getDocumentSource() - method in class org.cyberneko.html.parsers.DOMFragmentParser
Returns the document source.
getDocumentSource() - method in class org.cyberneko.html.HTMLTagBalancer
Returns the document source.
getDTDContentModelHandler() - method in class org.cyberneko.html.HTMLConfiguration
Returns the DTD content model handler.
getDTDHandler() - method in class org.cyberneko.html.HTMLConfiguration
Returns the DTD handler.
getElement(short) - static method in class org.cyberneko.html.HTMLElements
Returns the element information for the specified element code.
getElement(String) - static method in class org.cyberneko.html.HTMLElements
Returns the element information for the specified element name.
getElement(String) - method in class org.cyberneko.html.HTMLTagBalancer
Returns an HTML element.
Returns the element information for the specified element name.
Returns the depth of the open tag associated with the specified element name or -1 if no matching element is found.
getEncoding() - method in class org.cyberneko.html.HTMLScanner
Returns the encoding.
getEndColumnNumber() - method in class org.cyberneko.html.HTMLEventInfo
Returns the column number of the end of this event.
getEndColumnNumber() - method in class org.cyberneko.html.HTMLEventInfo.SynthesizedItem
Returns the column number of the end of this event.
getEndColumnNumber() - method in class org.cyberneko.html.HTMLScanner.LocationItem
Returns the column number of the end of this event.
getEndLineNumber() - method in class org.cyberneko.html.HTMLEventInfo
Returns the line number of the end of this event.
getEndLineNumber() - method in class org.cyberneko.html.HTMLEventInfo.SynthesizedItem
Returns the line number of the end of this event.
getEndLineNumber() - method in class org.cyberneko.html.HTMLScanner.LocationItem
Returns the line number of the end of this event.
getEntityResolver() - method in class org.cyberneko.html.HTMLConfiguration
Returns the entity resolver.
getErrorHandler() - method in class org.cyberneko.html.parsers.DOMFragmentParser
Return the current error handler.
getErrorHandler() - method in class org.cyberneko.html.HTMLConfiguration
Returns the error handler.
getExpandedSystemId() - method in class org.cyberneko.html.HTMLScanner
Returns the expanded system identifier.
getFeature(String) - method in class org.cyberneko.html.parsers.DOMFragmentParser
Query the state of a feature.
getFeatureDefault(String) - method in class org.cyberneko.html.filters.DefaultFilter
Returns the default state for a feature, or null if this component does not want to report a default value for this feature.
getFeatureDefault(String) - method in class org.cyberneko.html.HTMLComponent
Returns the default state for a feature, or null if this component does not want to report a default value for this feature.
getFeatureDefault(String) - method in class org.cyberneko.html.HTMLScanner
Returns the default state for a feature.
getFeatureDefault(String) - method in class org.cyberneko.html.HTMLTagBalancer
Returns the default state for a feature.
getFeatureDefault(String) - method in class org.cyberneko.html.filters.NamespaceBinder
Returns the default state for a feature, or null if this component does not want to report a default value for this feature.
getItem(String) - method in class org.cyberneko.html.HTMLAugmentations
Get information identified by a key from the Augmentations structure.
getLineNumber() - method in class org.cyberneko.html.HTMLScanner
Returns the current line number.
getLiteralSystemId() - method in class org.cyberneko.html.HTMLScanner
Returns the literal system identifier.
getLocale() - method in class org.cyberneko.html.HTMLConfiguration
Returns the locale.
getNamesValue(String) - static method in class org.cyberneko.html.HTMLScanner
Converts HTML names string value to constant value.
getNamesValue(String) - static method in class org.cyberneko.html.HTMLTagBalancer
Converts HTML names string value to constant value.
getNamesValue(String) - static method in class org.cyberneko.html.filters.NamespaceBinder
Converts HTML names string value to constant value.
getParentContext() - method in class org.cyberneko.html.filters.NamespaceBinder.NamespaceSupport
Get parent context.
Returns the depth of the open tag associated with the specified element parent names or -1 if no matching element is found.
getPrefix(String) - method in class org.cyberneko.html.filters.NamespaceBinder.NamespaceSupport
Get prefix.
getProperty(String) - method in class org.cyberneko.html.parsers.DOMFragmentParser
Query the value of a property.
getPropertyDefault(String) - method in class org.cyberneko.html.filters.DefaultFilter
Returns the default state for a property, or null if this component does not want to report a default value for this property.
getPropertyDefault(String) - method in class org.cyberneko.html.HTMLComponent
Returns the default state for a property, or null if this component does not want to report a default value for this property.
getPropertyDefault(String) - method in class org.cyberneko.html.HTMLScanner
Returns the default state for a property.
getPropertyDefault(String) - method in class org.cyberneko.html.HTMLTagBalancer
Returns the default state for a property.
getPropertyDefault(String) - method in class org.cyberneko.html.filters.NamespaceBinder
Returns the default value for a property, or null if this component does not want to report a default value for this property.
getPublicId() - method in class org.cyberneko.html.HTMLScanner
Returns the public identifier.
getRecognizedFeatures() - method in class org.cyberneko.html.filters.DefaultFilter
Returns a list of feature identifiers that are recognized by this component.
getRecognizedFeatures() - method in class org.cyberneko.html.HTMLScanner
Returns recognized features.
getRecognizedFeatures() - method in class org.cyberneko.html.HTMLTagBalancer
Returns recognized features.
getRecognizedFeatures() - method in class org.cyberneko.html.filters.NamespaceBinder
Returns a list of feature identifiers that are recognized by this component.
getRecognizedProperties() - method in class org.cyberneko.html.filters.DefaultFilter
Returns a list of property identifiers that are recognized by this component.
getRecognizedProperties() - method in class org.cyberneko.html.HTMLScanner
Returns recognized properties.
getRecognizedProperties() - method in class org.cyberneko.html.HTMLTagBalancer
Returns recognized properties.
getRecognizedProperties() - method in class org.cyberneko.html.filters.NamespaceBinder
Returns a list of property identifiers that are recognized by this component.
getURI(String) - method in class org.cyberneko.html.filters.NamespaceBinder.NamespaceSupport
Get URI.
getValue(XMLAttributes,String) - static method in class org.cyberneko.html.HTMLScanner
Returns the value of the specified attribute, ignoring case.
getXMLVersion() - method in class org.cyberneko.html.HTMLScanner
Returns the xml version.

H

H1 - static field in class org.cyberneko.html.HTMLElements
H2 - static field in class org.cyberneko.html.HTMLElements
H3 - static field in class org.cyberneko.html.HTMLElements
H4 - static field in class org.cyberneko.html.HTMLElements
H5 - static field in class org.cyberneko.html.HTMLElements
H6 - static field in class org.cyberneko.html.HTMLElements
handleOpenTag(QName,XMLAttributes) - method in class org.cyberneko.html.filters.ElementRemover
Handles an open tag.
handleStartDocument() - method in class org.cyberneko.html.filters.Purifier
Handle start document.
handleStartElement(QName,XMLAttributes) - method in class org.cyberneko.html.filters.Purifier
Handle start element.
hashCode() - method in class org.cyberneko.html.HTMLElements.Element
Returns a hash code for this object.
HEAD - static field in class org.cyberneko.html.HTMLElements
HR - static field in class org.cyberneko.html.HTMLElements
HTML - static field in class org.cyberneko.html.HTMLElements
HTML_4_01_FRAMESET_PUBID - static field in class org.cyberneko.html.HTMLScanner
HTML 4.01 frameset public identifier ("-//W3C//DTD HTML 4.01 Frameset//EN").
HTML_4_01_FRAMESET_SYSID - static field in class org.cyberneko.html.HTMLScanner
HTML 4.01 frameset system identifier ("http://www.w3.org/TR/html4/frameset.dtd").
HTML_4_01_STRICT_PUBID - static field in class org.cyberneko.html.HTMLScanner
HTML 4.01 strict public identifier ("-//W3C//DTD HTML 4.01//EN").
HTML_4_01_STRICT_SYSID - static field in class org.cyberneko.html.HTMLScanner
HTML 4.01 strict system identifier ("http://www.w3.org/TR/html4/strict.dtd").
HTML_4_01_TRANSITIONAL_PUBID - static field in class org.cyberneko.html.HTMLScanner
HTML 4.01 transitional public identifier ("-//W3C//DTD HTML 4.01 Transitional//EN").
HTML_4_01_TRANSITIONAL_SYSID - static field in class org.cyberneko.html.HTMLScanner
HTML 4.01 transitional system identifier ("http://www.w3.org/TR/html4/loose.dtd").
HTMLAugmentations - class org.cyberneko.html.HTMLAugmentations
This class is here to overcome the XNI changes to the Augmentations interface.
HTMLComponent - interface org.cyberneko.html.HTMLComponent
This interface extends the XNI XMLComponent interface to add methods that allow the preferred default values for features and properties to be queried.
HTMLConfiguration - class org.cyberneko.html.HTMLConfiguration
An XNI-based parser configuration that can be used to parse HTML documents.
HTMLConfiguration() - constructor for class org.cyberneko.html.HTMLConfiguration
Default constructor.
HTMLElements - class org.cyberneko.html.HTMLElements
Collection of HTML element information.
HTMLEntities - class org.cyberneko.html.HTMLEntities
Pre-defined HTML entities.
HTMLErrorReporter - interface org.cyberneko.html.HTMLErrorReporter
Defines an error reporter for reporting HTML errors.
HTMLEventInfo - interface org.cyberneko.html.HTMLEventInfo
This interface is used to pass augmentated information to the application through the XNI pipeline.
HTMLScanner - class org.cyberneko.html.HTMLScanner
A simple HTML scanner.
HTMLTagBalancer - class org.cyberneko.html.HTMLTagBalancer
Balances tags in an HTML document.

I

I - static field in class org.cyberneko.html.HTMLElements
Identity - class org.cyberneko.html.filters.Identity
This filter performs the identity operation of the original document event stream generated by the HTML scanner by removing events that are synthesized by the tag balancer.
IFRAME - static field in class org.cyberneko.html.HTMLElements
ignorableWhitespace(XMLString,Augmentations) - method in class org.cyberneko.html.filters.DefaultFilter
Ignorable whitespace.
ignorableWhitespace(XMLString,Augmentations) - method in class org.cyberneko.html.parsers.DOMFragmentParser
Ignorable whitespace.
ignorableWhitespace(XMLString,Augmentations) - method in class org.cyberneko.html.filters.ElementRemover
Ignorable whitespace.
Ignorable whitespace.
IGNORE_OUTSIDE_CONTENT - static field in class org.cyberneko.html.HTMLTagBalancer
Ignore outside content.
IGNORE_SPECIFIED_CHARSET - static field in class org.cyberneko.html.HTMLScanner
Ignore specified charset found in the <meta equiv='Content-Type' content='text/html;charset=…'> tag.
ILAYER - static field in class org.cyberneko.html.HTMLElements
IMG - static field in class org.cyberneko.html.HTMLElements
HTMLTagBalancer.Info - class org.cyberneko.html.HTMLTagBalancer.Info
Element info for each start element.
Creates an element information object.
Creates an element information object.
Unsynchronized stack of element information.
INLINE - static field in class org.cyberneko.html.HTMLElements.Element
Inline element.
INPUT - static field in class org.cyberneko.html.HTMLElements
INS - static field in class org.cyberneko.html.HTMLElements
INSERT_DOCTYPE - static field in class org.cyberneko.html.HTMLScanner
Insert document type declaration.
INSERT_NAMESPACES - static field in class org.cyberneko.html.filters.NamespaceBinder
Insert namespace binding URIs.
isBlock() - method in class org.cyberneko.html.HTMLElements.Element
Returns true if this element is a block element.
isContainer() - method in class org.cyberneko.html.HTMLElements.Element
Returns true if this element is a container element.
isEmpty() - method in class org.cyberneko.html.HTMLElements.Element
Returns true if this element is an empty element.
ISINDEX - static field in class org.cyberneko.html.HTMLElements
isInline() - method in class org.cyberneko.html.HTMLElements.Element
Returns true if this element is an inline element.
isSpecial() - method in class org.cyberneko.html.HTMLElements.Element
Returns true if this element is special -- if its content should be parsed ignoring markup.
isSynthesized() - method in class org.cyberneko.html.HTMLEventInfo
Returns true if this corresponding event was synthesized.
isSynthesized() - method in class org.cyberneko.html.HTMLEventInfo.SynthesizedItem
Returns true if this corresponding event was synthesized.
isSynthesized() - method in class org.cyberneko.html.HTMLScanner.LocationItem
Returns true if this corresponding event was synthesized.

K

KBD - static field in class org.cyberneko.html.HTMLElements
KEYGEN - static field in class org.cyberneko.html.HTMLElements
keys() - method in class org.cyberneko.html.HTMLAugmentations
Returns an enumeration of the keys in the Augmentations structure.

L

LABEL - static field in class org.cyberneko.html.HTMLElements
LAYER - static field in class org.cyberneko.html.HTMLElements
LEGEND - static field in class org.cyberneko.html.HTMLElements
length - field in class org.cyberneko.html.HTMLScanner.CurrentEntity
Length of characters read into character buffer.
LI - static field in class org.cyberneko.html.HTMLElements
lineNumber - field in class org.cyberneko.html.HTMLScanner.CurrentEntity
Line number.
LINK - static field in class org.cyberneko.html.HTMLElements
LISTING - static field in class org.cyberneko.html.HTMLElements
literalSystemId - field in class org.cyberneko.html.HTMLScanner.CurrentEntity
Literal system identifier.
load(int) - method in class org.cyberneko.html.HTMLScanner
Loads a new chunk of data into the buffer and returns the number of characters loaded or -1 if no additional characters were loaded.
locationAugs() - method in class org.cyberneko.html.HTMLScanner
Returns an augmentations object with a location item added.
Location infoset item.

M

main(String[]) - static method in class org.cyberneko.html.filters.Writer
Main.
MAP - static field in class org.cyberneko.html.HTMLElements
MARQUEE - static field in class org.cyberneko.html.HTMLElements
MENU - static field in class org.cyberneko.html.HTMLElements
merge(String[],String[]) - static method in class org.cyberneko.html.filters.DefaultFilter
Utility method for merging string arrays for recognized features and recognized properties.
META - static field in class org.cyberneko.html.HTMLElements
modifyName(String,short) - static method in class org.cyberneko.html.HTMLScanner
Modifies the given name based on the specified mode.
modifyName(String,short) - static method in class org.cyberneko.html.HTMLTagBalancer
Modifies the given name based on the specified mode.
modifyName(String,short) - static method in class org.cyberneko.html.filters.NamespaceBinder
Modifies the given name based on the specified mode.
MULTICOL - static field in class org.cyberneko.html.HTMLElements

N

name - field in class org.cyberneko.html.HTMLElements.Element
The element name.
NAMES_ATTRS - static field in class org.cyberneko.html.HTMLConfiguration
Modify HTML attribute names: { "upper", "lower", "default" }.
NAMES_ATTRS - static field in class org.cyberneko.html.HTMLScanner
Modify HTML attribute names: { "upper", "lower", "default" }.
NAMES_ATTRS - static field in class org.cyberneko.html.HTMLTagBalancer
Modify HTML attribute names: { "upper", "lower", "default" }.
NAMES_ATTRS - static field in class org.cyberneko.html.filters.NamespaceBinder
Modify HTML attribute names: { "upper", "lower", "default" }.
NAMES_ELEMS - static field in class org.cyberneko.html.HTMLConfiguration
Modify HTML element names: { "upper", "lower", "default" }.
NAMES_ELEMS - static field in class org.cyberneko.html.HTMLScanner
Modify HTML element names: { "upper", "lower", "default" }.
NAMES_ELEMS - static field in class org.cyberneko.html.HTMLTagBalancer
Modify HTML element names: { "upper", "lower", "default" }.
NAMES_ELEMS - static field in class org.cyberneko.html.filters.NamespaceBinder
Modify HTML element names: { "upper", "lower", "default" }.
NAMES_LOWERCASE - static field in class org.cyberneko.html.HTMLScanner
Lowercase HTML names.
NAMES_LOWERCASE - static field in class org.cyberneko.html.HTMLTagBalancer
Lowercase HTML names.
NAMES_LOWERCASE - static field in class org.cyberneko.html.filters.NamespaceBinder
Lowercase HTML names.
NAMES_MATCH - static field in class org.cyberneko.html.HTMLTagBalancer
Match HTML element names.
NAMES_NO_CHANGE - static field in class org.cyberneko.html.HTMLScanner
Don't modify HTML names.
NAMES_NO_CHANGE - static field in class org.cyberneko.html.HTMLTagBalancer
Don't modify HTML names.
NAMES_NO_CHANGE - static field in class org.cyberneko.html.filters.NamespaceBinder
Don't modify HTML names.
NAMES_UPPERCASE - static field in class org.cyberneko.html.HTMLScanner
Uppercase HTML names.
NAMES_UPPERCASE - static field in class org.cyberneko.html.HTMLTagBalancer
Uppercase HTML names.
NAMES_UPPERCASE - static field in class org.cyberneko.html.filters.NamespaceBinder
Uppercase HTML names.
NamespaceBinder - class org.cyberneko.html.filters.NamespaceBinder
This filter binds namespaces if namespace processing is turned on by setting the feature "http://xml.org/sax/features/namespaces" is set to true.
NAMESPACES - static field in class org.cyberneko.html.HTMLConfiguration
Namespaces.
NAMESPACES - static field in class org.cyberneko.html.HTMLTagBalancer
Namespaces.
NAMESPACES - static field in class org.cyberneko.html.filters.NamespaceBinder
Namespaces.
NAMESPACES - static field in class org.cyberneko.html.filters.Purifier
Namespaces.
NAMESPACES_URI - static field in class org.cyberneko.html.filters.NamespaceBinder
Namespaces URI.
This namespace context object implements the old and new XNI NamespaceContext interface methods so that it can be used across all versions of Xerces2.
NamespaceSupport() - constructor for class org.cyberneko.html.filters.NamespaceBinder.NamespaceSupport
Default constructor.
NEXTID - static field in class org.cyberneko.html.HTMLElements
NO_SUCH_ELEMENT - static field in class org.cyberneko.html.HTMLElements
No such element.
NOBR - static field in class org.cyberneko.html.HTMLElements
NOEMBED - static field in class org.cyberneko.html.HTMLElements
NOFRAMES - static field in class org.cyberneko.html.HTMLElements
NOLAYER - static field in class org.cyberneko.html.HTMLElements
NOSCRIPT - static field in class org.cyberneko.html.HTMLElements
NOTIFY_CHAR_REFS - static field in class org.cyberneko.html.HTMLScanner
Notify character entity references (e.g.
NOTIFY_CHAR_REFS - static field in class org.cyberneko.html.filters.Writer
Notify character entity references.
NOTIFY_HTML_BUILTIN_REFS - static field in class org.cyberneko.html.HTMLScanner
Notify handler of built-in entity references (e.g.
NOTIFY_HTML_BUILTIN_REFS - static field in class org.cyberneko.html.filters.Writer
Notify built-in entity references.
NOTIFY_XML_BUILTIN_REFS - static field in class org.cyberneko.html.HTMLScanner
Notify handler of built-in entity references (e.g.
NULL - static field in class org.cyberneko.html.filters.ElementRemover
A "null" object.

O

OBJECT - static field in class org.cyberneko.html.HTMLElements
offset - field in class org.cyberneko.html.HTMLScanner.CurrentEntity
Offset into character buffer.
OL - static field in class org.cyberneko.html.HTMLElements
OPTGROUP - static field in class org.cyberneko.html.HTMLElements
OPTION - static field in class org.cyberneko.html.HTMLElements
OVERRIDE_DOCTYPE - static field in class org.cyberneko.html.HTMLScanner
Override doctype declaration public and system identifiers.
OVERRIDE_NAMESPACES - static field in class org.cyberneko.html.filters.NamespaceBinder
Override namespace binding URI.

P

P - static field in class org.cyberneko.html.HTMLElements
PARAM - static field in class org.cyberneko.html.HTMLElements
parent - field in class org.cyberneko.html.HTMLElements.Element
Parent elements.
parentCodes - field in class org.cyberneko.html.HTMLElements.Element
Parent elements.
parse(boolean) - method in class org.cyberneko.html.HTMLConfiguration
Parses the document in a pull parsing fashion.
parse(InputSource,DocumentFragment) - method in class org.cyberneko.html.parsers.DOMFragmentParser
Parses a document fragment.
parse(String,DocumentFragment) - method in class org.cyberneko.html.parsers.DOMFragmentParser
Parses a document fragment.
parse(XMLInputSource) - method in class org.cyberneko.html.HTMLConfiguration
Parses a document.
peek() - method in class org.cyberneko.html.HTMLTagBalancer.InfoStack
Peeks at the top of the stack.
PLAINTEXT - static field in class org.cyberneko.html.HTMLElements
playback() - method in class org.cyberneko.html.HTMLScanner.PlaybackInputStream
Playback buffer contents.
A playback input stream.
PlaybackInputStream(InputStream) - constructor for class org.cyberneko.html.HTMLScanner.PlaybackInputStream
Constructor.
pop() - method in class org.cyberneko.html.HTMLTagBalancer.InfoStack
Pops the top item off of the stack.
popContext() - method in class org.cyberneko.html.filters.NamespaceBinder.NamespaceSupport
Pop context.
PRE - static field in class org.cyberneko.html.HTMLElements
printAttributeValue(String) - method in class org.cyberneko.html.filters.Writer
Print attribute value.
printCharacters(XMLString,boolean) - method in class org.cyberneko.html.filters.Writer
Print characters.
printEndElement(QName) - method in class org.cyberneko.html.filters.Writer
Print end element.
printEntity(String) - method in class org.cyberneko.html.filters.Writer
Print entity.
printStartElement(QName,XMLAttributes) - method in class org.cyberneko.html.filters.Writer
Print start element.
processingInstruction(String,XMLString,Augmentations) - method in class org.cyberneko.html.filters.DefaultFilter
Processing instruction.
Processing instruction.
processingInstruction(String,XMLString,Augmentations) - method in class org.cyberneko.html.filters.ElementRemover
Processing instruction.
Processing instruction.
processingInstruction(String,XMLString,Augmentations) - method in class org.cyberneko.html.filters.Purifier
Processing instruction.
publicId - field in class org.cyberneko.html.HTMLScanner.CurrentEntity
Public identifier.
Purifier - class org.cyberneko.html.filters.Purifier
This filter purifies the HTML input to ensure XML well-formedness.
purifyName(String,boolean) - method in class org.cyberneko.html.filters.Purifier
Purify name.
purifyQName(QName) - method in class org.cyberneko.html.filters.Purifier
Purify qualified name.
purifyText(XMLString) - method in class org.cyberneko.html.filters.Purifier
Purify content.
Pushes element information onto the stack.
pushContext() - method in class org.cyberneko.html.filters.NamespaceBinder.NamespaceSupport
Push context.
pushInputSource(XMLInputSource) - method in class org.cyberneko.html.HTMLConfiguration
Pushes an input source onto the current entity stack.
pushInputSource(XMLInputSource) - method in class org.cyberneko.html.HTMLScanner
Pushes an input source onto the current entity stack.
putItem(String,Object) - method in class org.cyberneko.html.HTMLAugmentations
Add additional information identified by a key to the Augmentations structure.

Q

Q - static field in class org.cyberneko.html.HTMLElements
qname - field in class org.cyberneko.html.HTMLTagBalancer.Info
The element qualified name.

R

RB - static field in class org.cyberneko.html.HTMLElements
RBC - static field in class org.cyberneko.html.HTMLElements
read() - method in class org.cyberneko.html.HTMLScanner
Reads a single character.
read() - method in class org.cyberneko.html.HTMLScanner.PlaybackInputStream
Read a byte.
read(byte[]) - method in class org.cyberneko.html.HTMLScanner.PlaybackInputStream
Read an array of bytes.
read(byte[],int,int) - method in class org.cyberneko.html.HTMLScanner.PlaybackInputStream
Read an array of bytes.
RECOGNIZED_FEATURES - static field in class org.cyberneko.html.parsers.DOMFragmentParser
Recognized features.
RECOGNIZED_PROPERTIES - static field in class org.cyberneko.html.parsers.DOMFragmentParser
Recognized properties.
removeAllItems() - method in class org.cyberneko.html.HTMLAugmentations
Removes all of the elements in this augmentations object.
removeElement(String) - method in class org.cyberneko.html.filters.ElementRemover
Specifies that the given element should be completely removed.
removeItem(String) - method in class org.cyberneko.html.HTMLAugmentations
Remove additional info from the Augmentations structure
REPORT_ERRORS - static field in class org.cyberneko.html.HTMLConfiguration
Report errors.
REPORT_ERRORS - static field in class org.cyberneko.html.HTMLScanner
Report errors.
REPORT_ERRORS - static field in class org.cyberneko.html.HTMLTagBalancer
Report errors.
Reports an error.
reportError(String,Object[]) - method in class org.cyberneko.html.HTMLErrorReporter
Reports an error.
Reports a warning.
reportWarning(String,Object[]) - method in class org.cyberneko.html.HTMLErrorReporter
Reports a warning.
reset() - method in class org.cyberneko.html.HTMLConfiguration
Resets the parser configuration.
reset() - method in class org.cyberneko.html.filters.NamespaceBinder.NamespaceSupport
Reset.
reset(XMLComponentManager) - method in class org.cyberneko.html.filters.DefaultFilter
Resets the component.
reset(XMLComponentManager) - method in class org.cyberneko.html.HTMLScanner
Resets the component.
reset(XMLComponentManager) - method in class org.cyberneko.html.HTMLTagBalancer
Resets the component.
reset(XMLComponentManager) - method in class org.cyberneko.html.filters.NamespaceBinder
Resets the component.
reset(XMLComponentManager) - method in class org.cyberneko.html.filters.Purifier
resourceId() - method in class org.cyberneko.html.HTMLScanner
Returns an empty resource identifier.
RP - static field in class org.cyberneko.html.HTMLElements
RT - static field in class org.cyberneko.html.HTMLElements
RTC - static field in class org.cyberneko.html.HTMLElements
RUBY - static field in class org.cyberneko.html.HTMLElements

S

S - static field in class org.cyberneko.html.HTMLElements
SAMP - static field in class org.cyberneko.html.HTMLElements
SAXParser - class org.cyberneko.html.parsers.SAXParser
A SAX parser for HTML documents.
SAXParser() - constructor for class org.cyberneko.html.parsers.SAXParser
Default constructor.
scan(boolean) - method in class org.cyberneko.html.HTMLScanner.ContentScanner
Scan.
scan(boolean) - method in class org.cyberneko.html.HTMLScanner.Scanner
Scans part of the document.
scan(boolean) - method in class org.cyberneko.html.HTMLScanner.SpecialScanner
Scan.
Scans a real attribute.
Scans an attribute, pseudo or real.
scanCDATA() - method in class org.cyberneko.html.HTMLScanner.ContentScanner
Scans a CDATA section.
scanCharacters() - method in class org.cyberneko.html.HTMLScanner.ContentScanner
Scans characters.
Scan characters.
scanComment() - method in class org.cyberneko.html.HTMLScanner.ContentScanner
Scans a comment.
scanDoctype() - method in class org.cyberneko.html.HTMLScanner
Scans a DOCTYPE line.
scanDocument(boolean) - method in class org.cyberneko.html.HTMLScanner
Scans the document.
scanEndElement() - method in class org.cyberneko.html.HTMLScanner.ContentScanner
Scans an end element.
scanEntityRef(XMLStringBuffer,boolean) - method in class org.cyberneko.html.HTMLScanner
Scans an entity reference.
scanLiteral() - method in class org.cyberneko.html.HTMLScanner
Scans a quoted literal.
Scans markup content.
scanName() - method in class org.cyberneko.html.HTMLScanner
Scans a name.
HTMLScanner.Scanner - interface org.cyberneko.html.HTMLScanner.Scanner
Basic scanner interface.
scanPI() - method in class org.cyberneko.html.HTMLScanner.ContentScanner
Scans a processing instruction.
Scans a pseudo attribute.
scanStartElement(boolean[]) - method in class org.cyberneko.html.HTMLScanner.ContentScanner
Scans a start element.
SCRIPT - static field in class org.cyberneko.html.HTMLElements
SCRIPT_STRIP_CDATA_DELIMS - static field in class org.cyberneko.html.HTMLScanner
Strip XHTML CDATA delimiters ("<![CDATA[" and "]]>") from SCRIPT tag contents.
SCRIPT_STRIP_COMMENT_DELIMS - static field in class org.cyberneko.html.HTMLScanner
Strip HTML comment delimiters ("<!−−" and "−−>") from SCRIPT tag contents.
SEITITNE - static field in class org.cyberneko.html.HTMLEntities
Reverse mapping from characters to names.
SELECT - static field in class org.cyberneko.html.HTMLElements
setDocumentHandler(XMLDocumentHandler) - method in class org.cyberneko.html.filters.DefaultFilter
Sets the document handler.
setDocumentHandler(XMLDocumentHandler) - method in class org.cyberneko.html.HTMLConfiguration
Sets the document handler.
setDocumentHandler(XMLDocumentHandler) - method in class org.cyberneko.html.HTMLScanner
Sets the document handler.
setDocumentHandler(XMLDocumentHandler) - method in class org.cyberneko.html.HTMLTagBalancer
Sets the document handler.
setDocumentSource(XMLDocumentSource) - method in class org.cyberneko.html.filters.DefaultFilter
Sets the document source.
setDocumentSource(XMLDocumentSource) - method in class org.cyberneko.html.parsers.DOMFragmentParser
Sets the document source.
setDocumentSource(XMLDocumentSource) - method in class org.cyberneko.html.HTMLTagBalancer
Sets the document source.
Sets the DTD content model handler.
setDTDHandler(XMLDTDHandler) - method in class org.cyberneko.html.HTMLConfiguration
Sets the DTD handler.
setElementName(String) - method in class org.cyberneko.html.HTMLScanner.SpecialScanner
Sets the element name.
setEntityResolver(XMLEntityResolver) - method in class org.cyberneko.html.HTMLConfiguration
Sets the entity resolver.
setErrorHandler(ErrorHandler) - method in class org.cyberneko.html.parsers.DOMFragmentParser
Allow an application to register an error event handler.
setErrorHandler(XMLErrorHandler) - method in class org.cyberneko.html.HTMLConfiguration
Sets the error handler.
setFeature(String,boolean) - method in class org.cyberneko.html.filters.DefaultFilter
Sets the state of a feature.
setFeature(String,boolean) - method in class org.cyberneko.html.parsers.DOMFragmentParser
Set the state of any feature in a SAX2 parser.
setFeature(String,boolean) - method in class org.cyberneko.html.HTMLConfiguration
Sets a feature.
setFeature(String,boolean) - method in class org.cyberneko.html.HTMLScanner
Sets a feature.
setFeature(String,boolean) - method in class org.cyberneko.html.HTMLTagBalancer
Sets a feature.
setInputSource(XMLInputSource) - method in class org.cyberneko.html.HTMLConfiguration
Sets the input source for the document to parse.
setInputSource(XMLInputSource) - method in class org.cyberneko.html.HTMLScanner
Sets the input source.
setLocale(Locale) - method in class org.cyberneko.html.HTMLConfiguration
Sets the locale.
setProperty(String,Object) - method in class org.cyberneko.html.filters.DefaultFilter
Sets the value of a property.
setProperty(String,Object) - method in class org.cyberneko.html.parsers.DOMFragmentParser
Set the value of any property in a SAX2 parser.
setProperty(String,Object) - method in class org.cyberneko.html.HTMLConfiguration
Sets a property.
setProperty(String,Object) - method in class org.cyberneko.html.HTMLScanner
Sets a property.
setProperty(String,Object) - method in class org.cyberneko.html.HTMLTagBalancer
Sets a property.
Sets the scanner.
setScannerState(short) - method in class org.cyberneko.html.HTMLScanner
Sets the scanner state.
setValues(int,int,int,int) - method in class org.cyberneko.html.HTMLScanner.LocationItem
Sets the values of this item.
SIMPLE_ERROR_FORMAT - static field in class org.cyberneko.html.HTMLConfiguration
Simple report format.
size - field in class org.cyberneko.html.HTMLElements.ElementList
The size of the list.
skip(String,boolean) - method in class org.cyberneko.html.HTMLScanner
Returns true if the specified text is present and is skipped.
skipMarkup(boolean) - method in class org.cyberneko.html.HTMLScanner
Skips markup.
skipNewlines() - method in class org.cyberneko.html.HTMLScanner
Skips newlines and returns the number of newlines skipped.
skipNewlines(int) - method in class org.cyberneko.html.HTMLScanner
Skips newlines and returns the number of newlines skipped.
skipSpaces() - method in class org.cyberneko.html.HTMLScanner
Skips whitespace.
SMALL - static field in class org.cyberneko.html.HTMLElements
SOUND - static field in class org.cyberneko.html.HTMLElements
SPACER - static field in class org.cyberneko.html.HTMLElements
SPAN - static field in class org.cyberneko.html.HTMLElements
SPECIAL - static field in class org.cyberneko.html.HTMLElements.Element
Special element.
Special scanner used for elements whose content needs to be scanned as plain text, ignoring markup such as elements and entity references.
splitQName(QName) - static method in class org.cyberneko.html.filters.NamespaceBinder
Splits a qualified name.
startCDATA(Augmentations) - method in class org.cyberneko.html.filters.DefaultFilter
Start CDATA section.
startCDATA(Augmentations) - method in class org.cyberneko.html.parsers.DOMFragmentParser
Start CDATA section.
startCDATA(Augmentations) - method in class org.cyberneko.html.filters.ElementRemover
Start CDATA section.
startCDATA(Augmentations) - method in class org.cyberneko.html.HTMLTagBalancer
Start CDATA section.
startCDATA(Augmentations) - method in class org.cyberneko.html.filters.Purifier
Start CDATA section.
startDocument(XMLLocator,String,Augmentations) - method in class org.cyberneko.html.filters.DefaultFilter
Start document.
startDocument(XMLLocator,String,Augmentations) - method in class org.cyberneko.html.parsers.DOMFragmentParser
Start document.
startDocument(XMLLocator,String,Augmentations) - method in class org.cyberneko.html.filters.ElementRemover
Start document.
Start document.
startDocument(XMLLocator,String,Augmentations) - method in class org.cyberneko.html.filters.Purifier
Start document.
startDocument(XMLLocator,String,Augmentations) - method in class org.cyberneko.html.filters.Writer
Start document.
Start document.
Start document.
Start document.
Start document.
Start document.
Start document.
startDocument(XMLLocator,String,NamespaceContext,Augmentations) - method in class org.cyberneko.html.filters.Writer
Start document.
startElement(QName,XMLAttributes,Augmentations) - method in class org.cyberneko.html.filters.DefaultFilter
Start element.
startElement(QName,XMLAttributes,Augmentations) - method in class org.cyberneko.html.parsers.DOMFragmentParser
Start element.
startElement(QName,XMLAttributes,Augmentations) - method in class org.cyberneko.html.filters.ElementRemover
Start element.
Start element.
startElement(QName,XMLAttributes,Augmentations) - method in class org.cyberneko.html.filters.Identity
Start element.
startElement(QName,XMLAttributes,Augmentations) - method in class org.cyberneko.html.filters.NamespaceBinder
Start element.
startElement(QName,XMLAttributes,Augmentations) - method in class org.cyberneko.html.filters.Purifier
Start element.
startElement(QName,XMLAttributes,Augmentations) - method in class org.cyberneko.html.filters.Writer
Start element.
Start general entity.
Start general entity.
Start general entity.
Start entity.
Start general entity.
startPrefixMapping(String,String,Augmentations) - method in class org.cyberneko.html.filters.DefaultFilter
Start prefix mapping.
startPrefixMapping(String,String,Augmentations) - method in class org.cyberneko.html.parsers.DOMFragmentParser
Start prefix mapping.
startPrefixMapping(String,String,Augmentations) - method in class org.cyberneko.html.filters.ElementRemover
Start prefix mapping.
Start prefix mapping.
STATE_CONTENT - static field in class org.cyberneko.html.HTMLScanner
State: content.
STATE_END_DOCUMENT - static field in class org.cyberneko.html.HTMLScanner
State: end document.
STATE_MARKUP_BRACKET - static field in class org.cyberneko.html.HTMLScanner
State: markup bracket.
STATE_START_DOCUMENT - static field in class org.cyberneko.html.HTMLScanner
State: start document.
stream - field in class org.cyberneko.html.HTMLScanner.CurrentEntity
Character stream.
STRIKE - static field in class org.cyberneko.html.HTMLElements
STRONG - static field in class org.cyberneko.html.HTMLElements
STYLE - static field in class org.cyberneko.html.HTMLElements
STYLE_STRIP_CDATA_DELIMS - static field in class org.cyberneko.html.HTMLScanner
Strip XHTML CDATA delimiters ("<![CDATA[" and "]]>") from STYLE tag contents.
STYLE_STRIP_COMMENT_DELIMS - static field in class org.cyberneko.html.HTMLScanner
Strip HTML comment delimiters ("<!−−" and "−−>") from STYLE tag contents.
SUB - static field in class org.cyberneko.html.HTMLElements
SUP - static field in class org.cyberneko.html.HTMLElements
synthesizeBinding(XMLAttributes,String) - method in class org.cyberneko.html.filters.Purifier
Synthesize namespace binding.
synthesized(Augmentations) - static method in class org.cyberneko.html.filters.Identity
Returns true if the information provided is synthesized.
SYNTHESIZED_ITEM - static field in class org.cyberneko.html.HTMLScanner
Synthesized event info item.
SYNTHESIZED_ITEM - static field in class org.cyberneko.html.HTMLTagBalancer
Synthesized event info item.
SYNTHESIZED_ITEM - static field in class org.cyberneko.html.filters.Purifier
Synthesized event info item.
SYNTHESIZED_NAMESPACE_PREFX - static field in class org.cyberneko.html.filters.Purifier
Synthesized namespace binding prefix.
synthesizedAugs() - method in class org.cyberneko.html.HTMLScanner
Returns an augmentations object with a synthesized item added.
synthesizedAugs() - method in class org.cyberneko.html.HTMLTagBalancer
Returns an augmentations object with a synthesized item added.
synthesizedAugs() - method in class org.cyberneko.html.filters.Purifier
Returns an augmentations object with a synthesized item added.
Synthesized infoset item.

T

TABLE - static field in class org.cyberneko.html.HTMLElements
TBODY - static field in class org.cyberneko.html.HTMLElements
TD - static field in class org.cyberneko.html.HTMLElements
TEXTAREA - static field in class org.cyberneko.html.HTMLElements
textDecl(String,String,Augmentations) - method in class org.cyberneko.html.filters.DefaultFilter
Text declaration.
textDecl(String,String,Augmentations) - method in class org.cyberneko.html.parsers.DOMFragmentParser
Text declaration.
textDecl(String,String,Augmentations) - method in class org.cyberneko.html.filters.ElementRemover
Text declaration.
textDecl(String,String,Augmentations) - method in class org.cyberneko.html.HTMLTagBalancer
Text declaration.
TFOOT - static field in class org.cyberneko.html.HTMLElements
TH - static field in class org.cyberneko.html.HTMLElements
THEAD - static field in class org.cyberneko.html.HTMLElements
TITLE - static field in class org.cyberneko.html.HTMLElements
toHexString(int,int) - static method in class org.cyberneko.html.filters.Purifier
Returns a padded hexadecimal string for the given value.
top - field in class org.cyberneko.html.HTMLTagBalancer.InfoStack
The top of the stack.
toString() - method in class org.cyberneko.html.HTMLEventInfo.SynthesizedItem
Returns a string representation of this object.
toString() - method in class org.cyberneko.html.HTMLScanner.LocationItem
Returns a string representation of this object.
TR - static field in class org.cyberneko.html.HTMLElements
TT - static field in class org.cyberneko.html.HTMLElements

U

U - static field in class org.cyberneko.html.HTMLElements
UL - static field in class org.cyberneko.html.HTMLElements
UNKNOWN - static field in class org.cyberneko.html.HTMLElements

V

VAR - static field in class org.cyberneko.html.HTMLElements

W

WBR - static field in class org.cyberneko.html.HTMLElements
Writer - class org.cyberneko.html.filters.Writer
An HTML writer written as a filter.
Writer() - constructor for class org.cyberneko.html.filters.Writer
Constructs a writer filter that prints to standard out.
Writer(java.io.Writer,String) - constructor for class org.cyberneko.html.filters.Writer
Constructs a writer filter using the specified Java writer and encoding.
Writer(OutputStream,String) - constructor for class org.cyberneko.html.filters.Writer
Constructs a writer filter using the specified output stream and encoding.

X

XERCES_2_0_0 - static field in class org.cyberneko.html.HTMLConfiguration
Parser version is Xerces 2.0.0.
XERCES_2_0_1 - static field in class org.cyberneko.html.HTMLConfiguration
Parser version is Xerces 2.0.1.
XHTML_1_0_URI - static field in class org.cyberneko.html.filters.NamespaceBinder
XHTML 1.0 namespace URI (http://www.w3.org/1999/xhtml).
XML - static field in class org.cyberneko.html.HTMLElements
XML4J_4_0_x - static field in class org.cyberneko.html.HTMLConfiguration
Parser version is XML4J 4.0.x.
XML_URI - static field in class org.cyberneko.html.filters.NamespaceBinder
XML namespace URI (http://www.w3.org/XML/1998/namespace).
xmlDecl(String,String,String,Augmentations) - method in class org.cyberneko.html.filters.DefaultFilter
XML declaration.
xmlDecl(String,String,String,Augmentations) - method in class org.cyberneko.html.parsers.DOMFragmentParser
XML declaration.
XML declaration.
xmlDecl(String,String,String,Augmentations) - method in class org.cyberneko.html.filters.Purifier
XML declaration.
XMLNS_URI - static field in class org.cyberneko.html.filters.NamespaceBinder
XMLNS namespace URI (http://www.w3.org/2000/xmlns/).
XMP - static field in class org.cyberneko.html.HTMLElements

(C) Copyright 2002-2005, Andy Clark. All rights reserved.