Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- A - Static variable in class org.htmlunit.cyberneko.HTMLElements
- ABBR - Static variable in class org.htmlunit.cyberneko.HTMLElements
- absolutize(URI) - Method in class org.htmlunit.cyberneko.xerces.util.URI
-
Absolutize URI with given base URI.
- AbstractDOMParser - Class in org.htmlunit.cyberneko.xerces.parsers
-
This is the base class of all DOM parsers.
- AbstractDOMParser(XMLParserConfiguration, Class<? extends DocumentImpl>) - Constructor for class org.htmlunit.cyberneko.xerces.parsers.AbstractDOMParser
- AbstractSAXParser - Class in org.htmlunit.cyberneko.xerces.parsers
-
This is the base class of all SAX parsers.
- AbstractSAXParser(XMLParserConfiguration) - Constructor for class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser
- AbstractSAXParser.AttributesProxy - Class in org.htmlunit.cyberneko.xerces.parsers
- AbstractSAXParser.LocatorProxy - Class in org.htmlunit.cyberneko.xerces.parsers
- AbstractXMLDocumentParser - Class in org.htmlunit.cyberneko.xerces.parsers
-
This is the base class for all XML document parsers.
- AbstractXMLDocumentParser(XMLParserConfiguration) - Constructor for class org.htmlunit.cyberneko.xerces.parsers.AbstractXMLDocumentParser
-
Constructs a document parser using the default symbol table and grammar pool.
- ACRONYM - Static variable in class org.htmlunit.cyberneko.HTMLElements
- actualEncoding_ - Variable in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
Experimental DOM Level 3 feature: Document actualEncoding
- add(int, T) - Method in class org.htmlunit.cyberneko.util.SimpleArrayList
- add(String, String) - Method in class org.htmlunit.cyberneko.HTMLNamedEntitiesParser.State
-
Add a new entity to the pseudo-tree
- add(K) - Method in class org.htmlunit.cyberneko.util.SimpleArrayList.Partition
- add(XMLString, Augmentations) - Method in class org.htmlunit.cyberneko.LostText
-
Adds some text that need to be re-feed later.
- add(HTMLElement, HTMLElement) - Method in class org.htmlunit.cyberneko.html.dom.HTMLSelectElementImpl
- add(T) - Method in class org.htmlunit.cyberneko.util.SimpleArrayList
-
Add an element to the end of the list
- addAll(int, Collection<? extends T>) - Method in class org.htmlunit.cyberneko.util.SimpleArrayList
- addAll(Collection<? extends T>) - Method in class org.htmlunit.cyberneko.util.SimpleArrayList
- addAttribute(QName, String, String) - Method in class org.htmlunit.cyberneko.xerces.util.XMLAttributesImpl
-
Adds an attribute.
- addAttribute(QName, String, String) - Method in interface org.htmlunit.cyberneko.xerces.xni.XMLAttributes
-
Adds an attribute.
- addAttribute(QName, String, String, boolean) - Method in class org.htmlunit.cyberneko.xerces.util.XMLAttributesImpl
-
Adds an attribute.
- addAttribute(QName, String, String, String, boolean) - Method in class org.htmlunit.cyberneko.xerces.util.XMLAttributesImpl
- addBodyIfNeeded(short) - Method in class org.htmlunit.cyberneko.HTMLTagBalancer
- addComponent(HTMLComponent) - Method in class org.htmlunit.cyberneko.HTMLConfiguration
- addEventListener(String, EventListener, boolean) - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
- addEventListener(NodeImpl, String, EventListener, boolean) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
- addItem(Node) - Method in class org.htmlunit.cyberneko.xerces.dom.AttributeMap
- addItem(Node) - Method in class org.htmlunit.cyberneko.xerces.dom.NamedNodeMapImpl
- addRecognizedFeatures(String[]) - Method in class org.htmlunit.cyberneko.xerces.util.ParserConfigurationSettings
-
Allows a parser to add parser specific features to be recognized and managed by the parser configuration.
- addRecognizedFeatures(String[]) - Method in interface org.htmlunit.cyberneko.xerces.xni.parser.XMLParserConfiguration
-
Allows a parser to add parser specific features to be recognized and managed by the parser configuration.
- addRecognizedProperties(String[]) - Method in class org.htmlunit.cyberneko.xerces.util.ParserConfigurationSettings
-
Allows a parser to add parser specific properties to be recognized and managed by the parser configuration.
- addRecognizedProperties(String[]) - Method in interface org.htmlunit.cyberneko.xerces.xni.parser.XMLParserConfiguration
-
Allows a parser to add parser specific properties to be recognized and managed by the parser configuration.
- ADDRESS - Static variable in class org.htmlunit.cyberneko.HTMLElements
- adoptNode(Node) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
DOM Level 3 WD - Experimental Change the node's ownerDocument, and its subtree, to this Document
- ALLOW_SELFCLOSING_IFRAME - Static variable in class org.htmlunit.cyberneko.HTMLScanner
-
Allows self closing <iframe/> tag
- ALLOW_SELFCLOSING_TAGS - Static variable in class org.htmlunit.cyberneko.HTMLScanner
-
Allows self closing tags e.g.
- allowGrammarAccess - Variable in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
Allow grammar access.
- ANCHOR - Static variable in class org.htmlunit.cyberneko.html.dom.HTMLCollectionImpl
-
Request collection of all anchors in document: <A> elements that have a
name
attribute. - anchors_ - Variable in class org.htmlunit.cyberneko.html.dom.HTMLDocumentImpl
-
Holds
HTMLCollectionImpl
object with live collection of all anchors in document. - append(char) - Method in class org.htmlunit.cyberneko.xerces.xni.XMLString
-
Appends a single character to the buffer.
- append(char[], int, int) - Method in class org.htmlunit.cyberneko.xerces.xni.XMLString
-
Add data from a char array to this buffer with the ability to specify a range to copy from
- append(char, char) - Method in class org.htmlunit.cyberneko.xerces.xni.XMLString
-
Append two characters at once, mainly to make a codePoint add more efficient
- append(String) - Method in class org.htmlunit.cyberneko.xerces.xni.XMLString
-
Append a string to this buffer without copying the string first.
- append(XMLString) - Method in class org.htmlunit.cyberneko.xerces.xni.XMLString
-
Add another buffer to this one.
- appendChild(Node) - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
-
Adds a child node to the end of the list of children for this node.
- appendCodePoint(int) - Method in class org.htmlunit.cyberneko.xerces.xni.XMLString
-
Append a character to an XMLCharBuffer.
- appendData(String) - Method in class org.htmlunit.cyberneko.xerces.dom.CharacterDataImpl
-
Concatenate additional characters onto the end of the data stored in this node.
- APPLET - Static variable in class org.htmlunit.cyberneko.html.dom.HTMLCollectionImpl
-
Request collection of all Applets in document: <APPLET> and <OBJECT> elements (<OBJECT> must contain an Applet).
- APPLET - Static variable in class org.htmlunit.cyberneko.HTMLElements
- applets_ - Variable in class org.htmlunit.cyberneko.html.dom.HTMLDocumentImpl
-
Holds
HTMLCollectionImpl
object with live collection of all applets in document. - AREA - Static variable in class org.htmlunit.cyberneko.html.dom.HTMLCollectionImpl
-
Request collection of all areas in map: <AREA> element in <MAP> (non recursive).
- AREA - Static variable in class org.htmlunit.cyberneko.HTMLElements
- areas_ - Variable in class org.htmlunit.cyberneko.html.dom.HTMLMapElementImpl
- arraySize(int, float) - Static method in class org.htmlunit.cyberneko.util.FastHashMap
-
Returns the least power of two smaller than or equal to 230 and larger than or equal to
Math.ceil( expected / f )
. - ARTICLE - Static variable in class org.htmlunit.cyberneko.HTMLElements
- ASCII_ALPHA_CHARACTERS - Static variable in class org.htmlunit.cyberneko.xerces.util.URI
-
ASCII letter characters
- ASCII_DIGIT_CHARACTERS - Static variable in class org.htmlunit.cyberneko.xerces.util.URI
-
ASCII digit characters
- ASCII_HEX_CHARACTERS - Static variable in class org.htmlunit.cyberneko.xerces.util.URI
-
ASCII hex characters
- ASIDE - Static variable in class org.htmlunit.cyberneko.HTMLElements
- assignDocTypeNumber() - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDOMImplementationImpl
- assignDocumentNumber() - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDOMImplementationImpl
- Attribute() - Constructor for class org.htmlunit.cyberneko.xerces.util.XMLAttributesImpl.Attribute
- AttributeExt() - Constructor for class org.htmlunit.cyberneko.xerces.util.XMLAttributesImpl.AttributeExt
- AttributeMap - Class in org.htmlunit.cyberneko.xerces.dom
-
AttributeMap inherits from NamedNodeMapImpl and extends it to deal with the specifics of storing attributes.
- AttributeMap(ElementImpl) - Constructor for class org.htmlunit.cyberneko.xerces.dom.AttributeMap
-
Constructs a named node map.
- attributes - Variable in class org.htmlunit.cyberneko.HTMLTagBalancer.Info
-
The element attributes.
- attributes_ - Variable in class org.htmlunit.cyberneko.HTMLScanner.ContentScanner
-
Attributes.
- attributes_ - Variable in class org.htmlunit.cyberneko.xerces.dom.ElementImpl
-
Attributes.
- attributes_ - Variable in class org.htmlunit.cyberneko.xerces.util.XMLAttributesImpl
-
Attribute information.
- AttributesProxy() - Constructor for class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser.AttributesProxy
- AttrImpl - Class in org.htmlunit.cyberneko.xerces.dom
-
Attribute represents an XML-style attribute of an Element.
- AttrImpl(CoreDocumentImpl, String) - Constructor for class org.htmlunit.cyberneko.xerces.dom.AttrImpl
-
Attribute has no public constructor.
- AttrNSImpl - Class in org.htmlunit.cyberneko.xerces.dom
-
AttrNSImpl inherits from AttrImpl and adds namespace support.
- AttrNSImpl(CoreDocumentImpl, String, String) - Constructor for class org.htmlunit.cyberneko.xerces.dom.AttrNSImpl
- AttrNSImpl(CoreDocumentImpl, String, String, String) - Constructor for class org.htmlunit.cyberneko.xerces.dom.AttrNSImpl
- AUDIO - Static variable in class org.htmlunit.cyberneko.HTMLElements
- Augmentations - Interface in org.htmlunit.cyberneko.xerces.xni
-
The Augmentations interface defines a table of additional data that may be passed along the document pipeline.
- AUGMENTATIONS - Static variable in class org.htmlunit.cyberneko.HTMLConfiguration
-
Include infoset augmentations.
- AUGMENTATIONS - Static variable in class org.htmlunit.cyberneko.HTMLScanner
-
Include infoset augmentations.
- AUGMENTATIONS - Static variable in class org.htmlunit.cyberneko.HTMLTagBalancer
-
Include infoset augmentations.
- augs_ - Variable in class org.htmlunit.cyberneko.HTMLTagBalancer.ElementEntry
- augs_ - Variable in class org.htmlunit.cyberneko.LostText.Entry
B
- B - Static variable in class org.htmlunit.cyberneko.HTMLElements
- BASE - Static variable in class org.htmlunit.cyberneko.HTMLElements
- BASEFONT - Static variable in class org.htmlunit.cyberneko.HTMLElements
- baseSystemId - Variable in class org.htmlunit.cyberneko.HTMLScanner.CurrentEntity
-
Base system identifier.
- baseSystemId_ - Variable in class org.htmlunit.cyberneko.xerces.xni.parser.XMLInputSource
-
Base system identifier.
- baseSystemId_ - Variable in exception class org.htmlunit.cyberneko.xerces.xni.parser.XMLParseException
-
Base system identifier.
- baseURI_ - Variable in class org.htmlunit.cyberneko.xerces.dom.EntityImpl
-
base uri
- BDI - Static variable in class org.htmlunit.cyberneko.HTMLElements
- BDO - Static variable in class org.htmlunit.cyberneko.HTMLElements
- beginCharacterOffset_ - Variable in class org.htmlunit.cyberneko.HTMLScanner.LocationItem
-
Beginning character offset.
- beginColumnNumber_ - Variable in class org.htmlunit.cyberneko.HTMLScanner.LocationItem
-
Beginning column number.
- beginLineNumber_ - Variable in class org.htmlunit.cyberneko.HTMLScanner.LocationItem
-
Beginning line number.
- BGSOUND - Static variable in class org.htmlunit.cyberneko.HTMLElements
- BIG - Static variable in class org.htmlunit.cyberneko.HTMLElements
- bindNamespaces(QName, XMLAttributes) - Method in class org.htmlunit.cyberneko.filters.NamespaceBinder
- BLINK - Static variable in class org.htmlunit.cyberneko.HTMLElements
- BLOCK - Static variable in class org.htmlunit.cyberneko.HTMLElements.Element
-
Block element.
- BLOCKQUOTE - Static variable in class org.htmlunit.cyberneko.HTMLElements
- blur() - Method in class org.htmlunit.cyberneko.html.dom.HTMLAnchorElementImpl
- blur() - Method in class org.htmlunit.cyberneko.html.dom.HTMLInputElementImpl
- blur() - Method in class org.htmlunit.cyberneko.html.dom.HTMLSelectElementImpl
- blur() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTextAreaElementImpl
- bodies_ - Variable in class org.htmlunit.cyberneko.html.dom.HTMLTableElementImpl
- BODY - Static variable in class org.htmlunit.cyberneko.HTMLElements
- bounds - Variable in class org.htmlunit.cyberneko.HTMLElements.Element
-
The bounding element code.
- BR - Static variable in class org.htmlunit.cyberneko.HTMLElements
- buffer_ - Variable in class org.htmlunit.cyberneko.HTMLScanner.CurrentEntity
-
Character buffer.
- builtinXmlRef(String) - Static method in class org.htmlunit.cyberneko.HTMLScanner
- BUTTON - Static variable in class org.htmlunit.cyberneko.HTMLElements
- byteBuffer_ - Variable in class org.htmlunit.cyberneko.io.PlaybackInputStream
-
Byte buffer.
- byteLength_ - Variable in class org.htmlunit.cyberneko.io.PlaybackInputStream
-
Length of bytes read into byte buffer.
- byteOffset_ - Variable in class org.htmlunit.cyberneko.io.PlaybackInputStream
-
Offset into byte buffer during playback.
- byteStream_ - Variable in class org.htmlunit.cyberneko.xerces.xni.parser.XMLInputSource
-
Byte stream.
C
- callEndElement(QName, Augmentations) - Method in class org.htmlunit.cyberneko.HTMLTagBalancer
- callStartElement(QName, XMLAttributes, Augmentations) - Method in class org.htmlunit.cyberneko.HTMLTagBalancer
- canModifyNext(Node) - Method in class org.htmlunit.cyberneko.xerces.dom.TextImpl
-
If any EntityReference to be removed has descendants that are not EntityReference, Text, or CDATASection nodes, the replaceWholeText method must fail before performing any modification of the document, raising a DOMException with the code NO_MODIFICATION_ALLOWED_ERR.
- canModifyPrev(Node) - Method in class org.htmlunit.cyberneko.xerces.dom.TextImpl
-
If any EntityReference to be removed has descendants that are not EntityReference, Text, or CDATASection nodes, the replaceWholeText method must fail before performing any modification of the document, raising a DOMException with the code NO_MODIFICATION_ALLOWED_ERR.
- canRenameElements(String, String, ElementImpl) - Method in class org.htmlunit.cyberneko.html.dom.HTMLDocumentImpl
- canRenameElements(String, String, ElementImpl) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
- canRoundtrip(String, String) - Static method in class org.htmlunit.cyberneko.HTMLScanner
- CANVAS - Static variable in class org.htmlunit.cyberneko.HTMLElements
- capacity() - Method in class org.htmlunit.cyberneko.xerces.xni.XMLString
-
Returns the current max capacity without growth.
- CAPACITY_GROWTH - Static variable in class org.htmlunit.cyberneko.xerces.xni.XMLString
- capitalize(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLElementImpl
-
Convenience method used to capitalize a one-off attribute value before it is returned.
- CAPTION - Static variable in class org.htmlunit.cyberneko.HTMLElements
- CDATA_SECTIONS - Static variable in class org.htmlunit.cyberneko.HTMLScanner
-
Scan CDATA sections.
- CDATASectionImpl - Class in org.htmlunit.cyberneko.xerces.dom
-
XML provides the CDATA markup to allow a region of text in which most of the XML delimiter recognition does not take place.
- CDATASectionImpl(CoreDocumentImpl, String) - Constructor for class org.htmlunit.cyberneko.xerces.dom.CDATASectionImpl
-
Factory constructor for creating a CDATA section.
- CELL - Static variable in class org.htmlunit.cyberneko.html.dom.HTMLCollectionImpl
-
Request collection of all cells in row: <TD> and <TH> elements in <TR> (non recursive).
- cells_ - Variable in class org.htmlunit.cyberneko.html.dom.HTMLTableRowElementImpl
- CENTER - Static variable in class org.htmlunit.cyberneko.HTMLElements
- changed() - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
Denotes that this node has changed.
- changed() - Method in class org.htmlunit.cyberneko.xerces.dom.NamedNodeMapImpl
- changed() - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
-
Denotes that this node has changed.
- changed(boolean) - Method in class org.htmlunit.cyberneko.xerces.dom.NamedNodeMapImpl
- CHANGED - Static variable in class org.htmlunit.cyberneko.xerces.dom.NamedNodeMapImpl
- changeEncoding(String) - Method in class org.htmlunit.cyberneko.HTMLScanner.ContentScanner
-
Tries to change the encoding used to read the input stream to the specified one
- changes - Variable in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
Number of alterations made to this document since its creation.
- changes() - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
Returns the number of changes to this node.
- changes() - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
- changes_ - Variable in class org.htmlunit.cyberneko.xerces.dom.DeepNodeListImpl
- CharacterDataImpl - Class in org.htmlunit.cyberneko.xerces.dom
-
CharacterData is an abstract Node that can carry character data as its Value.
- CharacterDataImpl(CoreDocumentImpl, String) - Constructor for class org.htmlunit.cyberneko.xerces.dom.CharacterDataImpl
-
Factory constructor.
- characterOffset_ - Variable in class org.htmlunit.cyberneko.HTMLScanner.CurrentEntity
-
Character offset in the file.
- characterOffset_ - Variable in exception class org.htmlunit.cyberneko.xerces.xni.parser.XMLParseException
-
Character offset.
- characters(XMLString, Augmentations) - Method in class org.htmlunit.cyberneko.filters.DefaultFilter
-
Characters.
- characters(XMLString, Augmentations) - Method in class org.htmlunit.cyberneko.filters.HTMLWriterFilter
-
Characters.
- characters(XMLString, Augmentations) - Method in class org.htmlunit.cyberneko.HTMLTagBalancer
-
Characters.
- characters(XMLString, Augmentations) - Method in class org.htmlunit.cyberneko.parsers.DOMFragmentParser
- characters(XMLString, Augmentations) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractDOMParser
-
Character content.
- characters(XMLString, Augmentations) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser
-
Character content.
- characters(XMLString, Augmentations) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractXMLDocumentParser
-
Character content.
- characters(XMLString, Augmentations) - Method in interface org.htmlunit.cyberneko.xerces.xni.XMLDocumentHandler
-
Character content.
- characters(ContentHandler) - Method in class org.htmlunit.cyberneko.xerces.xni.XMLString
- characters_ - Variable in class org.htmlunit.cyberneko.HTMLNamedEntitiesParser.State
- charAt(int) - Method in class org.htmlunit.cyberneko.xerces.xni.XMLString
-
Returns the char a the given position.
- charBuffer_ - Variable in class org.htmlunit.cyberneko.HTMLScanner.SpecialScanner
-
A string buffer.
- CHARS - Static variable in class org.htmlunit.cyberneko.xerces.util.XMLChar
-
Character flags.
- charStream_ - Variable in class org.htmlunit.cyberneko.xerces.xni.parser.XMLInputSource
-
Character stream.
- checkDOMNSErr(String, String) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
- checkFeature(String) - Method in class org.htmlunit.cyberneko.xerces.util.ParserConfigurationSettings
-
Check a feature.
- checkNamespaceWF(String, int, int) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
- checkNormalizationAfterInsert(ChildNode) - Method in class org.htmlunit.cyberneko.xerces.dom.AttrImpl
-
Checks the normalized state of this node after inserting a child.
- checkNormalizationAfterInsert(ChildNode) - Method in class org.htmlunit.cyberneko.xerces.dom.ParentNode
-
Checks the normalized state of this node after inserting a child.
- checkNormalizationAfterRemove(ChildNode) - Method in class org.htmlunit.cyberneko.xerces.dom.AttrImpl
-
Checks the normalized of this node after removing a child.
- checkNormalizationAfterRemove(ChildNode) - Method in class org.htmlunit.cyberneko.xerces.dom.ParentNode
-
Checks the normalized of this node after removing a child.
- checkProperty(String) - Method in class org.htmlunit.cyberneko.xerces.util.ParserConfigurationSettings
-
Check a property.
- checkQName(String) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDOMImplementationImpl
- checkQName(String, String) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
Checks if the given qualified name is legal with respect to the version of XML to which this document must conform.
- ChildNode - Class in org.htmlunit.cyberneko.xerces.dom
-
ChildNode inherits from NodeImpl and adds the capability of being a child by having references to its previous and next siblings.
- ChildNode(CoreDocumentImpl) - Constructor for class org.htmlunit.cyberneko.xerces.dom.ChildNode
-
No public constructor; only subclasses of Node should be instantiated, and those normally via a Document's factory methods
- CITE - Static variable in class org.htmlunit.cyberneko.HTMLElements
- cleanup() - Method in class org.htmlunit.cyberneko.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() - Method in interface org.htmlunit.cyberneko.xerces.xni.parser.XMLParserConfiguration
-
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.htmlunit.cyberneko.HTMLScanner
-
Cleans up used resources.
- clear() - Method in class org.htmlunit.cyberneko.io.PlaybackInputStream
-
Clears the buffer.
- clear() - Method in class org.htmlunit.cyberneko.LostText
-
Clears the list
- clear() - Method in class org.htmlunit.cyberneko.util.FastHashMap
-
Clears the map, reuses the data structure by clearing it out.
- clear() - Method in class org.htmlunit.cyberneko.util.MiniStack
-
Empties the stack.
- clear() - Method in class org.htmlunit.cyberneko.util.SimpleArrayList
-
Clears the list by setting the size to zero.
- clear() - Method in class org.htmlunit.cyberneko.xerces.xni.XMLString
-
Resets the buffer to 0 length.
- clearAndAppend(char) - Method in class org.htmlunit.cyberneko.xerces.xni.XMLString
-
Resets the buffer to 0 length and sets the new data.
- cleared_ - Variable in class org.htmlunit.cyberneko.io.PlaybackInputStream
-
Buffer cleared.
- clearIdentifiers() - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
Remove all identifiers from the ID table
- click() - Method in class org.htmlunit.cyberneko.html.dom.HTMLInputElementImpl
- clone() - Method in class org.htmlunit.cyberneko.HTMLEventInfo.SynthesizedItem
-
Save to return this instance because it does not have state
- clone() - Method in class org.htmlunit.cyberneko.HTMLScanner.LocationItem
-
We need a cloning way to keep reference.
- clone() - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
Clone.
- clone() - Method in interface org.htmlunit.cyberneko.xerces.xni.Augmentations
-
Clones this Augmentation in case one has to keep the reference.
- clone() - Method in class org.htmlunit.cyberneko.xerces.xni.QName
- clone() - Method in class org.htmlunit.cyberneko.xerces.xni.XMLString
-
Returns a content copy of this buffer
- cloneContent(NamedNodeMapImpl) - Method in class org.htmlunit.cyberneko.xerces.dom.AttributeMap
-
Override parent's method to set the ownerNode correctly
- cloneContent(NamedNodeMapImpl) - Method in class org.htmlunit.cyberneko.xerces.dom.NamedNodeMapImpl
- cloneMap(NodeImpl) - Method in class org.htmlunit.cyberneko.xerces.dom.AttributeMap
-
Cloning a NamedNodeMap is a DEEP OPERATION; it always clones all the nodes contained in the map.
- cloneMap(NodeImpl) - Method in class org.htmlunit.cyberneko.xerces.dom.NamedNodeMapImpl
-
Cloning a NamedNodeMap is a DEEP OPERATION; it always clones all the nodes contained in the map.
- cloneNode(boolean) - Method in class org.htmlunit.cyberneko.html.dom.HTMLDocumentImpl
- cloneNode(boolean) - Method in class org.htmlunit.cyberneko.html.dom.HTMLFormElementImpl
-
Explicit implementation of cloneNode() to ensure that cache used for getElements() gets cleared.
- cloneNode(boolean) - Method in class org.htmlunit.cyberneko.html.dom.HTMLMapElementImpl
-
Explicit implementation of cloneNode() to ensure that cache used for getAreas() gets cleared.
- cloneNode(boolean) - Method in class org.htmlunit.cyberneko.html.dom.HTMLSelectElementImpl
-
Explicit implementation of cloneNode() to ensure that cache used for getOptions() gets cleared.
- cloneNode(boolean) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableElementImpl
-
Explicit implementation of cloneNode() to ensure that cache used for getRows() and getTBodies() gets cleared.
- cloneNode(boolean) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableRowElementImpl
-
Explicit implementation of cloneNode() to ensure that cache used for getCells() gets cleared.
- cloneNode(boolean) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableSectionElementImpl
-
Explicit implementation of cloneNode() to ensure that cache used for getRows() gets cleared.
- cloneNode(boolean) - Method in class org.htmlunit.cyberneko.xerces.dom.AttrImpl
- cloneNode(boolean) - Method in class org.htmlunit.cyberneko.xerces.dom.ChildNode
-
Returns a duplicate of a given node.
- cloneNode(boolean) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
Deep-clone a document, including fixing ownerDoc for the cloned children.
- cloneNode(boolean) - Method in class org.htmlunit.cyberneko.xerces.dom.DocumentImpl
-
Deep-clone a document, including fixing ownerDoc for the cloned children.
- cloneNode(boolean) - Method in class org.htmlunit.cyberneko.xerces.dom.DocumentTypeImpl
-
Returns a duplicate of a given node.
- cloneNode(boolean) - Method in class org.htmlunit.cyberneko.xerces.dom.ElementImpl
-
Returns a duplicate of a given node.
- cloneNode(boolean) - Method in class org.htmlunit.cyberneko.xerces.dom.EntityImpl
-
Returns a duplicate of a given node.
- cloneNode(boolean) - Method in class org.htmlunit.cyberneko.xerces.dom.EntityReferenceImpl
-
Returns a duplicate of a given node.
- cloneNode(boolean) - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
-
Returns a duplicate of a given node.
- cloneNode(boolean) - Method in class org.htmlunit.cyberneko.xerces.dom.ParentNode
-
Returns a duplicate of a given node.
- cloneNode(CoreDocumentImpl, boolean) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
- close() - Method in class org.htmlunit.cyberneko.html.dom.HTMLDocumentImpl
- closeQuietly() - Method in class org.htmlunit.cyberneko.HTMLScanner.CurrentEntity
- closes - Variable in class org.htmlunit.cyberneko.HTMLElements.Element
-
List of elements this element can close.
- closes(short) - Method in class org.htmlunit.cyberneko.HTMLElements.Element
- closeStream_ - Variable in class org.htmlunit.cyberneko.HTMLConfiguration
-
Stream opened by parser.
- code - Variable in class org.htmlunit.cyberneko.HTMLElements.Element
-
The element code.
- CODE - Static variable in class org.htmlunit.cyberneko.HTMLElements
- code_ - Variable in class org.htmlunit.cyberneko.HTMLUnicodeEntitiesParser
- COL - Static variable in class org.htmlunit.cyberneko.HTMLElements
- COLGROUP - Static variable in class org.htmlunit.cyberneko.HTMLElements
- CollectionIndex - Class in org.htmlunit.cyberneko.html.dom
-
HTMLCollectionImpl.item(int)
must traverse down the tree and decrement the index until it matches an element who's index is zero. - CollectionIndex(int) - Constructor for class org.htmlunit.cyberneko.html.dom.CollectionIndex
-
Constructs a new index with the specified initial value.
- collectionMatch(Element, String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLCollectionImpl
-
Determines if current element matches based on what we're looking for.
- columnNumber_ - Variable in class org.htmlunit.cyberneko.HTMLScanner.CurrentEntity
-
Column number.
- columnNumber_ - Variable in exception class org.htmlunit.cyberneko.xerces.xni.parser.XMLParseException
-
Column number.
- comment(XMLString, Augmentations) - Method in class org.htmlunit.cyberneko.filters.DefaultFilter
-
Comment.
- comment(XMLString, Augmentations) - Method in class org.htmlunit.cyberneko.filters.HTMLWriterFilter
-
Comment.
- comment(XMLString, Augmentations) - Method in class org.htmlunit.cyberneko.HTMLTagBalancer
-
Comment.
- comment(XMLString, Augmentations) - Method in class org.htmlunit.cyberneko.parsers.DOMFragmentParser
- comment(XMLString, Augmentations) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractDOMParser
-
A comment.
- comment(XMLString, Augmentations) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser
-
A comment.
- comment(XMLString, Augmentations) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractXMLDocumentParser
-
A comment.
- comment(XMLString, Augmentations) - Method in interface org.htmlunit.cyberneko.xerces.xni.XMLDocumentHandler
-
A comment.
- comment(LexicalHandler) - Method in class org.htmlunit.cyberneko.xerces.xni.XMLString
- COMMENT - Static variable in class org.htmlunit.cyberneko.HTMLElements
- CommentImpl - Class in org.htmlunit.cyberneko.xerces.dom
-
Represents an XML (or HTML) comment.
- CommentImpl(CoreDocumentImpl, String) - Constructor for class org.htmlunit.cyberneko.xerces.dom.CommentImpl
-
Factory constructor.
- compareDocumentPosition(Node) - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
-
Compares a node with this node with regard to their position in the document.
- Constants - Class in org.htmlunit.cyberneko.xerces.parsers
-
Commonly used constants.
- Constants() - Constructor for class org.htmlunit.cyberneko.xerces.parsers.Constants
- consumeBufferedEndElements() - Method in class org.htmlunit.cyberneko.HTMLTagBalancer
-
Consume elements that have been buffered, like that are first consumed at the end of document
- consumedCount_ - Variable in class org.htmlunit.cyberneko.HTMLUnicodeEntitiesParser
- consumeEarlyTextIfNeeded() - Method in class org.htmlunit.cyberneko.HTMLTagBalancer
- CONTAINER - Static variable in class org.htmlunit.cyberneko.HTMLElements.Element
-
Container element.
- contains(Object) - Method in class org.htmlunit.cyberneko.util.SimpleArrayList
- contains(XMLString) - Method in class org.htmlunit.cyberneko.xerces.xni.XMLString
-
See if this string contains the other
- containsAll(Collection<?>) - Method in class org.htmlunit.cyberneko.util.SimpleArrayList
- ContentScanner() - Constructor for class org.htmlunit.cyberneko.HTMLScanner.ContentScanner
- copyEventListeners(NodeImpl, NodeImpl) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
- CoreDocumentImpl - Class in org.htmlunit.cyberneko.xerces.dom
-
The Document interface represents the entire HTML or XML document.
- CoreDocumentImpl() - Constructor for class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
NON-DOM: Actually creating a Document is outside the DOM's spec, since it has to operate in terms of a particular implementation.
- CoreDocumentImpl(boolean) - Constructor for class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
Constructor.
- CoreDocumentImpl(DocumentType) - Constructor for class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
For DOM2 support.
- CoreDocumentImpl(DocumentType, boolean) - Constructor for class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
For DOM2 support.
- CoreDOMImplementationImpl - Class in org.htmlunit.cyberneko.xerces.dom
-
The DOMImplementation class is description of a particular implementation of the Document Object Model.
- CoreDOMImplementationImpl() - Constructor for class org.htmlunit.cyberneko.xerces.dom.CoreDOMImplementationImpl
- CREATE_CDATA_NODES_FEATURE - Static variable in class org.htmlunit.cyberneko.xerces.parsers.AbstractDOMParser
-
Feature id: create cdata nodes.
- CREATE_CDATA_NODES_FEATURE - Static variable in class org.htmlunit.cyberneko.xerces.parsers.Constants
-
Create cdata nodes feature ("create-cdata-nodes").
- createAttribute(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLDocumentImpl
-
Creates an Attribute having this Document as its OwnerDoc.
- createAttribute(String) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
Factory method; creates an Attribute having this Document as its OwnerDoc.
- createAttributeNS(String, String) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
Introduced in DOM Level 2.
- createAttributeNS(String, String, String) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
NON-DOM: a factory method used by the Xerces DOM parser to create an element.
- createAttrNode(QName) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractDOMParser
- createCaption() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableElementImpl
- createCDATASection(String) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
Factory method; creates a CDATASection having this Document as its OwnerDoc.
- createComment(String) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
Factory method; creates a Comment having this Document as its OwnerDoc.
- createDocument(String, String, DocumentType) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDOMImplementationImpl
-
Introduced in DOM Level 2.
- createDocument(DocumentType) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDOMImplementationImpl
- createDocument(DocumentType) - Method in class org.htmlunit.cyberneko.xerces.dom.DOMImplementationImpl
- createDocumentFragment() - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
Factory method; creates a DocumentFragment having this Document as its OwnerDoc.
- createDocumentScanner() - Method in class org.htmlunit.cyberneko.HTMLConfiguration
- createDocumentType(String, String, String) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
NON-DOM Factory method; creates a DocumentType having this Document as its OwnerDoc.
- createDocumentType(String, String, String) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDOMImplementationImpl
-
Introduced in DOM Level 2.
- createElement(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLDocumentImpl
- createElement(String) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
Factory method; creates an Element having this Document as its OwnerDoc.
- createElementNode(QName) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractDOMParser
- createElementNS(String, String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLDocumentImpl
- createElementNS(String, String) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
Introduced in DOM Level 2.
- createElementNS(String, String, String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLDocumentImpl
-
Xerces-specific constructor.
- createElementNS(String, String, String) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
NON-DOM: a factory method used by the Xerces DOM parser to create an element.
- createEntity(String) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
NON-DOM Factory method; creates an Entity having this Document as its OwnerDoc.
- createEntityReference(String) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
Factory method; creates an EntityReference having this Document as its OwnerDoc.
- createEvent(String) - Method in class org.htmlunit.cyberneko.xerces.dom.DocumentImpl
-
Introduced in DOM Level 2.
- createException(String, Object[]) - Method in class org.htmlunit.cyberneko.HTMLConfiguration.ErrorReporter
- createHTMLDocument(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLDOMImplementationImpl
-
Create a new HTML document of the specified TITLE text.
- createProcessingInstruction(String, String) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
Factory method; creates a ProcessingInstruction having this Document as its OwnerDoc.
- createQName(String) - Method in class org.htmlunit.cyberneko.HTMLTagBalancer
- createSAXParseException(XMLParseException) - Static method in class org.htmlunit.cyberneko.xerces.util.ErrorHandlerWrapper
- createTextNode(String) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
Factory method; creates a Text node having this Document as its OwnerDoc.
- createTFoot() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableElementImpl
- createTHead() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableElementImpl
- createXMLParseException(SAXParseException) - Static method in class org.htmlunit.cyberneko.xerces.util.ErrorHandlerWrapper
- createXNIException(SAXException) - Static method in class org.htmlunit.cyberneko.xerces.util.ErrorHandlerWrapper
- ctr_ - Variable in class org.htmlunit.cyberneko.html.dom.HTMLDocumentImpl.ElementTypesHTMLHolder
- CurrentEntity(Reader, String, String, String, String, String) - Constructor for class org.htmlunit.cyberneko.HTMLScanner.CurrentEntity
- currentNode_ - Variable in class org.htmlunit.cyberneko.parsers.DOMFragmentParser
-
Current node.
D
- data - Variable in class org.htmlunit.cyberneko.HTMLTagBalancer.InfoStack
-
The stack data.
- data - Variable in class org.htmlunit.cyberneko.util.SimpleArrayList
- DATA - Enum constant in enum org.htmlunit.cyberneko.HTMLScanner.ScanScriptState
-
Script data state
- DATA - Static variable in class org.htmlunit.cyberneko.HTMLElements
- data_ - Variable in class org.htmlunit.cyberneko.xerces.dom.CharacterDataImpl
- data_ - Variable in class org.htmlunit.cyberneko.xerces.xni.XMLString
- DATALIST - Static variable in class org.htmlunit.cyberneko.HTMLElements
- DD - Static variable in class org.htmlunit.cyberneko.HTMLElements
- DEBUG_BUFFER - Static variable in class org.htmlunit.cyberneko.HTMLScanner
-
Set to true to debug the buffer.
- DEBUG_CALLBACKS - Static variable in class org.htmlunit.cyberneko.HTMLScanner
-
Set to true to debug callbacks.
- DEBUG_CHARSET - Static variable in class org.htmlunit.cyberneko.HTMLScanner
-
Set to true to debug character encoding handling.
- DEBUG_EVENTS - Static variable in class org.htmlunit.cyberneko.xerces.parsers.AbstractDOMParser
- DEBUG_PLAYBACK - Static variable in class org.htmlunit.cyberneko.io.PlaybackInputStream
-
Set to true to debug playback.
- DEBUG_SCANNER - Static variable in class org.htmlunit.cyberneko.HTMLScanner
-
Set to true to debug changes in the scanner.
- DEBUG_SCANNER_STATE - Static variable in class org.htmlunit.cyberneko.HTMLScanner
-
Set to true to debug changes in the scanner state.
- debugBufferIfNeeded(String) - Method in class org.htmlunit.cyberneko.HTMLScanner.CurrentEntity
-
Prints the contents of the character buffer to standard out.
- debugBufferIfNeeded(String, String) - Method in class org.htmlunit.cyberneko.HTMLScanner.CurrentEntity
-
Prints the contents of the character buffer to standard out.
- declarePrefix(String, String) - Method in class org.htmlunit.cyberneko.filters.NamespaceBinder.NamespaceSupport
-
Declare prefix.
- declarePrefix(String, String) - Method in class org.htmlunit.cyberneko.xerces.util.NamespaceSupport
- declarePrefix(String, String) - Method in interface org.htmlunit.cyberneko.xerces.xni.NamespaceContext
-
Declare a Namespace prefix.
- decrement() - Method in class org.htmlunit.cyberneko.html.dom.CollectionIndex
-
Decrements the index by one.
- DeepNodeListImpl - Class in org.htmlunit.cyberneko.xerces.dom
-
This class implements the DOM's NodeList behavior for Element.getElementsByTagName()
- DeepNodeListImpl(NodeImpl, String) - Constructor for class org.htmlunit.cyberneko.xerces.dom.DeepNodeListImpl
-
Constructor.
- DeepNodeListImpl(NodeImpl, String, String) - Constructor for class org.htmlunit.cyberneko.xerces.dom.DeepNodeListImpl
-
Constructor for Namespace support.
- DEFAULT_BUFFER_SIZE - Static variable in class org.htmlunit.cyberneko.HTMLScanner
- DEFAULT_ENCODING - Static variable in class org.htmlunit.cyberneko.HTMLScanner
-
Default encoding.
- DefaultErrorHandler - Class in org.htmlunit.cyberneko.xerces.util
-
Default error handler.
- DefaultErrorHandler() - Constructor for class org.htmlunit.cyberneko.xerces.util.DefaultErrorHandler
-
Constructs an error handler that prints error messages to
System.err
. - DefaultErrorHandler(PrintWriter) - Constructor for class org.htmlunit.cyberneko.xerces.util.DefaultErrorHandler
- DefaultFilter - Class in org.htmlunit.cyberneko.filters
-
This class implements a filter that simply passes document events to the next handler.
- DefaultFilter() - Constructor for class org.htmlunit.cyberneko.filters.DefaultFilter
- defineParents(HTMLElements.Element) - Method in class org.htmlunit.cyberneko.HTMLElements
- DEL - Static variable in class org.htmlunit.cyberneko.HTMLElements
- deleteCaption() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableElementImpl
- deleteCell(int) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableRowElementImpl
- deleteData(int, int) - Method in class org.htmlunit.cyberneko.xerces.dom.CharacterDataImpl
-
Remove a range of characters from the node's value.
- deletedText(CharacterDataImpl, int, int) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
A method to be called when some text was deleted from a text node, so that live objects can be notified.
- deletedText(CharacterDataImpl, int, int) - Method in class org.htmlunit.cyberneko.xerces.dom.DocumentImpl
-
A method to be called when some text was deleted from a text node, so that live objects can be notified.
- deleteRow(int) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableElementImpl
- deleteRow(int) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableSectionElementImpl
- deleteRowX(int) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableSectionElementImpl
- deleteTFoot() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableElementImpl
- deleteTHead() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableElementImpl
- depth_ - Variable in class org.htmlunit.cyberneko.HTMLNamedEntitiesParser.State
- DETAILS - Static variable in class org.htmlunit.cyberneko.HTMLElements
- detected_ - Variable in class org.htmlunit.cyberneko.io.PlaybackInputStream
-
Encoding detected.
- detectEncoding(String[]) - Method in class org.htmlunit.cyberneko.io.PlaybackInputStream
- DFN - Static variable in class org.htmlunit.cyberneko.HTMLElements
- DIALOG - Static variable in class org.htmlunit.cyberneko.HTMLElements
- DIR - Static variable in class org.htmlunit.cyberneko.HTMLElements
- discardedStartElements - Variable in class org.htmlunit.cyberneko.HTMLTagBalancer
- dispatchEvent(Event) - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
- DIV - Static variable in class org.htmlunit.cyberneko.HTMLElements
- DL - Static variable in class org.htmlunit.cyberneko.HTMLElements
- docAndDoctypeCounter_ - Variable in class org.htmlunit.cyberneko.xerces.dom.CoreDOMImplementationImpl
- docElement_ - Variable in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
Document element.
- docType_ - Variable in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
Document type.
- DOCTYPE_PUBID - Static variable in class org.htmlunit.cyberneko.HTMLScanner
-
Doctype declaration public identifier.
- DOCTYPE_SYSID - Static variable in class org.htmlunit.cyberneko.HTMLScanner
-
Doctype declaration system identifier.
- doctypeDecl(String, String, String, Augmentations) - Method in class org.htmlunit.cyberneko.filters.DefaultFilter
-
Doctype declaration.
- doctypeDecl(String, String, String, Augmentations) - Method in class org.htmlunit.cyberneko.HTMLTagBalancer
-
Doctype declaration.
- doctypeDecl(String, String, String, Augmentations) - Method in class org.htmlunit.cyberneko.parsers.DOMFragmentParser
- doctypeDecl(String, String, String, Augmentations) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractDOMParser
-
Notifies of the presence of the DOCTYPE line in the document.
- doctypeDecl(String, String, String, Augmentations) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser
-
Notifies of the presence of the DOCTYPE line in the document.
- doctypeDecl(String, String, String, Augmentations) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractXMLDocumentParser
-
Notifies of the presence of the DOCTYPE line in the document.
- doctypeDecl(String, String, String, Augmentations) - Method in interface org.htmlunit.cyberneko.xerces.xni.XMLDocumentHandler
-
Notifies of the presence of the DOCTYPE line in the document.
- doctypeNumber_ - Variable in class org.htmlunit.cyberneko.xerces.dom.DocumentTypeImpl
- document_ - Variable in class org.htmlunit.cyberneko.parsers.DOMFragmentParser
-
Document.
- DOCUMENT_FRAGMENT - Static variable in class org.htmlunit.cyberneko.HTMLTagBalancer
-
Document fragment balancing only.
- DOCUMENT_POSITION_CONTAINS - Static variable in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
- DOCUMENT_POSITION_DISCONNECTED - Static variable in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
- DOCUMENT_POSITION_FOLLOWING - Static variable in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
- DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC - Static variable in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
- DOCUMENT_POSITION_IS_CONTAINED - Static variable in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
- DOCUMENT_POSITION_PRECEDING - Static variable in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
- DOCUMENT_XML_VERSION_PROPERTY - Static variable in class org.htmlunit.cyberneko.xerces.parsers.Constants
-
Document XML version property ("document-xml-version").
- documentFragment_ - Variable in class org.htmlunit.cyberneko.parsers.DOMFragmentParser
-
DOM document fragment.
- DocumentFragmentImpl - Class in org.htmlunit.cyberneko.xerces.dom
-
DocumentFragment is a "lightweight" or "minimal" Document object.
- DocumentFragmentImpl(CoreDocumentImpl) - Constructor for class org.htmlunit.cyberneko.xerces.dom.DocumentFragmentImpl
- documentHandler_ - Variable in class org.htmlunit.cyberneko.filters.DefaultFilter
-
Document handler.
- documentHandler_ - Variable in class org.htmlunit.cyberneko.HTMLConfiguration
-
Document handler.
- documentHandler_ - Variable in class org.htmlunit.cyberneko.HTMLTagBalancer
-
The document handler.
- DocumentImpl - Class in org.htmlunit.cyberneko.xerces.dom
-
The Document interface represents the entire HTML or XML document.
- DocumentImpl() - Constructor for class org.htmlunit.cyberneko.xerces.dom.DocumentImpl
-
NON-DOM: Actually creating a Document is outside the DOM's spec, since it has to operate in terms of a particular implementation.
- DocumentImpl(boolean) - Constructor for class org.htmlunit.cyberneko.xerces.dom.DocumentImpl
-
Constructor.
- DocumentImpl(DocumentType) - Constructor for class org.htmlunit.cyberneko.xerces.dom.DocumentImpl
-
For DOM2 support.
- DocumentImpl(DocumentType, boolean) - Constructor for class org.htmlunit.cyberneko.xerces.dom.DocumentImpl
-
For DOM2 support.
- documentNumber_ - Variable in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
The following are required for compareDocumentPosition
- documentScanner_ - Variable in class org.htmlunit.cyberneko.HTMLConfiguration
-
Document scanner.
- documentSource_ - Variable in class org.htmlunit.cyberneko.filters.DefaultFilter
- documentSource_ - Variable in class org.htmlunit.cyberneko.HTMLTagBalancer
- documentSource_ - Variable in class org.htmlunit.cyberneko.parsers.DOMFragmentParser
- documentSource_ - Variable in class org.htmlunit.cyberneko.xerces.parsers.AbstractXMLDocumentParser
- DocumentTypeImpl - Class in org.htmlunit.cyberneko.xerces.dom
-
This class represents a Document Type declaraction in the document itself, not a Document Type Definition (DTD).
- DocumentTypeImpl(CoreDocumentImpl, String) - Constructor for class org.htmlunit.cyberneko.xerces.dom.DocumentTypeImpl
-
Factory method for creating a document type node.
- DocumentTypeImpl(CoreDocumentImpl, String, String, String) - Constructor for class org.htmlunit.cyberneko.xerces.dom.DocumentTypeImpl
- DOM_DOMAIN - Static variable in class org.htmlunit.cyberneko.xerces.dom.DOMMessageFormatter
- DOMFragmentParser - Class in org.htmlunit.cyberneko.parsers
-
A DOM parser for HTML fragments.
- DOMFragmentParser() - Constructor for class org.htmlunit.cyberneko.parsers.DOMFragmentParser
-
Default constructor.
- DOMImplementationImpl - Class in org.htmlunit.cyberneko.xerces.dom
-
The DOMImplementation class is description of a particular implementation of the Document Object Model.
- DOMImplementationImpl() - Constructor for class org.htmlunit.cyberneko.xerces.dom.DOMImplementationImpl
- DOMMessageFormatter - Class in org.htmlunit.cyberneko.xerces.dom
-
Used to format DOM error messages.
- DOMMessageFormatter() - Constructor for class org.htmlunit.cyberneko.xerces.dom.DOMMessageFormatter
- DOMParser - Class in org.htmlunit.cyberneko.parsers
-
A DOM parser for HTML documents.
- DOMParser(Class<? extends DocumentImpl>) - Constructor for class org.htmlunit.cyberneko.parsers.DOMParser
-
Default constructor.
- DomResourceBundle_ - Static variable in class org.htmlunit.cyberneko.xerces.dom.DOMMessageFormatter
- DOUBLE_ESCAPED - Enum constant in enum org.htmlunit.cyberneko.HTMLScanner.ScanScriptState
-
Script data double escaped state
- DOUBLE_ESCAPED_LT - Enum constant in enum org.htmlunit.cyberneko.HTMLScanner.ScanScriptState
-
Script data double escaped less-than sign state
- DT - Static variable in class org.htmlunit.cyberneko.HTMLElements
- DTD_URI - Static variable in class org.htmlunit.cyberneko.xerces.dom.AttrImpl
-
DTD namespace.
E
- elemClassSigHTML_ - Static variable in class org.htmlunit.cyberneko.html.dom.HTMLDocumentImpl
-
Signature used to locate constructor of HTML element classes.
- element - Variable in class org.htmlunit.cyberneko.HTMLTagBalancer.Info
-
The element.
- Element(short, String, int, short[], short[]) - Constructor for class org.htmlunit.cyberneko.HTMLElements.Element
-
Constructs an element object.
- Element(short, String, int, short[], short, short[]) - Constructor for class org.htmlunit.cyberneko.HTMLElements.Element
-
Constructs an element object.
- Element(short, String, int, short, short[]) - Constructor for class org.htmlunit.cyberneko.HTMLElements.Element
-
Constructs an element object.
- Element(short, String, int, short, short, short[]) - Constructor for class org.htmlunit.cyberneko.HTMLElements.Element
-
Constructs an element object.
- ELEMENT - Static variable in class org.htmlunit.cyberneko.html.dom.HTMLCollectionImpl
-
Request collection of all form elements: <INPUT>, <BUTTON>, <SELECT>, and <TEXTAREA> elements inside form <FORM>.
- elementDepth_ - Variable in class org.htmlunit.cyberneko.filters.HTMLWriterFilter
-
Element depth.
- ElementEntry(QName, Augmentations) - Constructor for class org.htmlunit.cyberneko.HTMLTagBalancer.ElementEntry
- ElementImpl - Class in org.htmlunit.cyberneko.xerces.dom
-
Elements represent most of the "markup" and structure of the document.
- ElementImpl(CoreDocumentImpl, String) - Constructor for class org.htmlunit.cyberneko.xerces.dom.ElementImpl
- ElementNSImpl - Class in org.htmlunit.cyberneko.xerces.dom
-
ElementNSImpl inherits from ElementImpl and adds namespace support.
- ElementNSImpl(CoreDocumentImpl, String, String) - Constructor for class org.htmlunit.cyberneko.xerces.dom.ElementNSImpl
- ElementNSImpl(CoreDocumentImpl, String, String, String) - Constructor for class org.htmlunit.cyberneko.xerces.dom.ElementNSImpl
- elements_ - Variable in class org.htmlunit.cyberneko.html.dom.HTMLFormElementImpl
-
Collection of all elements contained in this FORM.
- elements_ - Variable in class org.htmlunit.cyberneko.util.MiniStack
- elements_ - Variable in class org.htmlunit.cyberneko.xerces.dom.DocumentTypeImpl
-
Elements.
- elementsByCode_ - Variable in class org.htmlunit.cyberneko.HTMLElements
- elementsByNameForReference_ - Variable in class org.htmlunit.cyberneko.HTMLElements
- elementsByNameOptimized_ - Variable in class org.htmlunit.cyberneko.HTMLElements
- ElementTypesHTMLHolder(String, Constructor<? extends HTMLElementImpl>) - Constructor for class org.htmlunit.cyberneko.html.dom.HTMLDocumentImpl.ElementTypesHTMLHolder
- elementTypesHTMLLower_ - Static variable in class org.htmlunit.cyberneko.html.dom.HTMLDocumentImpl
-
Holds names and classes of HTML element types.
- elementTypesHTMLUpper_ - Static variable in class org.htmlunit.cyberneko.html.dom.HTMLDocumentImpl
- EM - Static variable in class org.htmlunit.cyberneko.HTMLElements
- EMBED - Static variable in class org.htmlunit.cyberneko.HTMLElements
- EMPTY - Static variable in class org.htmlunit.cyberneko.HTMLElements.Element
-
Empty element.
- EMPTY - Static variable in class org.htmlunit.cyberneko.xerces.xni.XMLString
- emptyElement(QName, XMLAttributes, Augmentations) - Method in class org.htmlunit.cyberneko.filters.DefaultFilter
-
Empty element.
- emptyElement(QName, XMLAttributes, Augmentations) - Method in class org.htmlunit.cyberneko.filters.HTMLWriterFilter
-
Empty element.
- emptyElement(QName, XMLAttributes, Augmentations) - Method in class org.htmlunit.cyberneko.filters.NamespaceBinder
-
Empty element.
- emptyElement(QName, XMLAttributes, Augmentations) - Method in class org.htmlunit.cyberneko.HTMLTagBalancer
-
Empty element.
- emptyElement(QName, XMLAttributes, Augmentations) - Method in class org.htmlunit.cyberneko.parsers.DOMFragmentParser
- emptyElement(QName, XMLAttributes, Augmentations) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractDOMParser
-
An empty element.
- emptyElement(QName, XMLAttributes, Augmentations) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractXMLDocumentParser
-
An empty element.
- emptyElement(QName, XMLAttributes, Augmentations) - Method in interface org.htmlunit.cyberneko.xerces.xni.XMLDocumentHandler
-
An empty element.
- enableNS_ - Variable in class org.htmlunit.cyberneko.xerces.dom.DeepNodeListImpl
- encoding_ - Variable in class org.htmlunit.cyberneko.filters.HTMLWriterFilter
-
The encoding.
- encoding_ - Variable in class org.htmlunit.cyberneko.HTMLScanner.CurrentEntity
-
Encoding.
- encoding_ - Variable in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
Experimental DOM Level 3 feature: Document encoding
- encoding_ - Variable in class org.htmlunit.cyberneko.xerces.dom.EntityImpl
-
Encoding
- encoding_ - Variable in class org.htmlunit.cyberneko.xerces.xni.parser.XMLInputSource
-
Encoding.
- ENCODING_FROM_LABEL - Static variable in class org.htmlunit.cyberneko.xerces.util.StandardEncodingTranslator
-
Encoding names and labels Made public to let other also use this (like HtmlUnit TextDecoder).
- ENCODING_TO_IANA_ENCODING - Static variable in class org.htmlunit.cyberneko.xerces.util.StandardEncodingTranslator
-
Differences from iana naming Made public to let other also use this (like HtmlUnit TextDecoder).
- ENCODING_TRANSLATOR - Static variable in class org.htmlunit.cyberneko.HTMLScanner
-
Encoding translator.
- EncodingMap - Class in org.htmlunit.cyberneko.xerces.util
-
EncodingMap is a convenience class which handles conversions between IANA encoding names and Java encoding names, and vice versa.
- EncodingMap() - Constructor for class org.htmlunit.cyberneko.xerces.util.EncodingMap
- encodingNameFromLabel(String) - Method in class org.htmlunit.cyberneko.xerces.util.EncodingMap
- encodingNameFromLabel(String) - Method in interface org.htmlunit.cyberneko.xerces.util.EncodingTranslator
- encodingNameFromLabel(String) - Method in class org.htmlunit.cyberneko.xerces.util.StandardEncodingTranslator
- EncodingTranslator - Interface in org.htmlunit.cyberneko.xerces.util
-
The tranlator to be used for mapping an encoding label to the encoding to be used.
- endCDATA(Augmentations) - Method in class org.htmlunit.cyberneko.filters.DefaultFilter
-
End CDATA section.
- endCDATA(Augmentations) - Method in class org.htmlunit.cyberneko.HTMLTagBalancer
-
End CDATA section.
- endCDATA(Augmentations) - Method in class org.htmlunit.cyberneko.parsers.DOMFragmentParser
-
End CDATA section.
- endCDATA(Augmentations) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractDOMParser
-
The end of a CDATA section.
- endCDATA(Augmentations) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser
-
The end of a CDATA section.
- endCDATA(Augmentations) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractXMLDocumentParser
-
The end of a CDATA section.
- endCDATA(Augmentations) - Method in interface org.htmlunit.cyberneko.xerces.xni.XMLDocumentHandler
-
The end of a CDATA section.
- endCharacterOffset_ - Variable in class org.htmlunit.cyberneko.HTMLScanner.LocationItem
-
Ending character offset.
- endColumnNumber_ - Variable in class org.htmlunit.cyberneko.HTMLScanner.LocationItem
-
Ending column number.
- endDocument(Augmentations) - Method in class org.htmlunit.cyberneko.filters.DefaultFilter
-
End document.
- endDocument(Augmentations) - Method in class org.htmlunit.cyberneko.HTMLTagBalancer
-
End document.
- endDocument(Augmentations) - Method in class org.htmlunit.cyberneko.parsers.DOMFragmentParser
-
End document.
- endDocument(Augmentations) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractDOMParser
-
The end of the document.
- endDocument(Augmentations) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser
-
The end of the document.
- endDocument(Augmentations) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractXMLDocumentParser
-
The end of the document.
- endDocument(Augmentations) - Method in interface org.htmlunit.cyberneko.xerces.xni.XMLDocumentHandler
-
The end of the document.
- endElement(QName, Augmentations) - Method in class org.htmlunit.cyberneko.filters.DefaultFilter
-
End element.
- endElement(QName, Augmentations) - Method in class org.htmlunit.cyberneko.filters.HTMLWriterFilter
-
End element.
- endElement(QName, Augmentations) - Method in class org.htmlunit.cyberneko.filters.NamespaceBinder
-
End element.
- endElement(QName, Augmentations) - Method in class org.htmlunit.cyberneko.HTMLTagBalancer
-
End element.
- endElement(QName, Augmentations) - Method in class org.htmlunit.cyberneko.parsers.DOMFragmentParser
-
End element.
- endElement(QName, Augmentations) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractDOMParser
-
The end of an element.
- endElement(QName, Augmentations) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser
-
The end of an element.
- endElement(QName, Augmentations) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractXMLDocumentParser
-
The end of an element.
- endElement(QName, Augmentations) - Method in interface org.htmlunit.cyberneko.xerces.xni.XMLDocumentHandler
-
The end of an element.
- endElementsBuffer_ - Variable in class org.htmlunit.cyberneko.HTMLTagBalancer
- endLineNumber_ - Variable in class org.htmlunit.cyberneko.HTMLScanner.LocationItem
-
Ending line number.
- endNamespaceMapping() - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser
-
Send endPrefixMapping events
- endNode_ - Variable in class org.htmlunit.cyberneko.HTMLNamedEntitiesParser.State
- endReached_ - Variable in class org.htmlunit.cyberneko.HTMLScanner.CurrentEntity
- endsWith(String) - Method in class org.htmlunit.cyberneko.xerces.xni.XMLString
-
Does this buffer end with this string? If we check for the empty string, we get true.
- endsWithSemicolon_ - Variable in class org.htmlunit.cyberneko.HTMLNamedEntitiesParser.State
- ensureCapacity(int) - Method in class org.htmlunit.cyberneko.xerces.xni.XMLString
-
Check capacity and grow if needed automatically
- entities_ - Variable in class org.htmlunit.cyberneko.HTMLNamedEntitiesParser
- entities_ - Variable in class org.htmlunit.cyberneko.xerces.dom.DocumentTypeImpl
-
Entities.
- EntityImpl - Class in org.htmlunit.cyberneko.xerces.dom
-
Entity nodes hold the reference data for an XML Entity -- either parsed or unparsed.
- EntityImpl(CoreDocumentImpl, String) - Constructor for class org.htmlunit.cyberneko.xerces.dom.EntityImpl
- entityOrFragment_ - Variable in class org.htmlunit.cyberneko.HTMLNamedEntitiesParser.State
- EntityReferenceImpl - Class in org.htmlunit.cyberneko.xerces.dom
-
EntityReference models the XML &entityname; syntax, when used for entities defined by the DOM.
- EntityReferenceImpl(CoreDocumentImpl, String) - Constructor for class org.htmlunit.cyberneko.xerces.dom.EntityReferenceImpl
- entries_ - Variable in class org.htmlunit.cyberneko.filters.NamespaceBinder.NamespaceSupport
-
The entries.
- entries_ - Variable in class org.htmlunit.cyberneko.LostText
- Entry(String, String) - Constructor for class org.htmlunit.cyberneko.filters.NamespaceBinder.NamespaceSupport.Entry
-
Constructs an entry.
- Entry(XMLString, Augmentations) - Constructor for class org.htmlunit.cyberneko.LostText.Entry
- equals(CharSequence, XMLString) - Static method in class org.htmlunit.cyberneko.xerces.xni.XMLString
-
Compares a CharSequence with an XMLString in a null-safe manner.
- equals(Object) - Method in class org.htmlunit.cyberneko.HTMLElements.Element
- equals(Object) - Method in class org.htmlunit.cyberneko.xerces.util.URI
-
Determines if the passed-in Object is equivalent to this URI.
- equals(Object) - Method in class org.htmlunit.cyberneko.xerces.xni.QName
- equals(Object) - Method in class org.htmlunit.cyberneko.xerces.xni.XMLString
-
Two buffers are identical when the length and the content of the backing array (only for the data in view) are identical.
- equalsIgnoreCase(CharSequence) - Method in class org.htmlunit.cyberneko.xerces.xni.XMLString
-
Compares this with a CharSequence in a case-insensitive manner.
- equalsIgnoreCase(CharSequence, XMLString) - Static method in class org.htmlunit.cyberneko.xerces.xni.XMLString
-
Compares a CharSequence with an XMLString in a null-safe manner.
- error(String, String, XMLParseException) - Method in class org.htmlunit.cyberneko.xerces.util.DefaultErrorHandler
-
Error.
- error(String, String, XMLParseException) - Method in class org.htmlunit.cyberneko.xerces.util.ErrorHandlerWrapper
-
Reports an error.
- error(String, String, XMLParseException) - Method in interface org.htmlunit.cyberneko.xerces.xni.parser.XMLErrorHandler
-
Reports an error.
- ERROR_DOMAIN - Static variable in class org.htmlunit.cyberneko.HTMLConfiguration
-
Error domain.
- ERROR_HANDLER - Static variable in class org.htmlunit.cyberneko.parsers.DOMFragmentParser
-
Property identifier: error handler.
- ERROR_HANDLER - Static variable in class org.htmlunit.cyberneko.xerces.parsers.XMLParser
-
Property identifier: error handler.
- ERROR_HANDLER_PROPERTY - Static variable in class org.htmlunit.cyberneko.xerces.parsers.Constants
-
Error handler property ("internal/error-handler").
- ERROR_REPORTER - Static variable in class org.htmlunit.cyberneko.HTMLConfiguration
-
Error reporter.
- ERROR_REPORTER - Static variable in class org.htmlunit.cyberneko.HTMLScanner
-
Error reporter.
- ERROR_REPORTER - Static variable in class org.htmlunit.cyberneko.HTMLTagBalancer
-
Error reporter.
- errorChecking - Variable in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
Bypass error checking.
- errorHandler_ - Variable in class org.htmlunit.cyberneko.HTMLConfiguration
-
Error handler.
- ErrorHandlerWrapper - Class in org.htmlunit.cyberneko.xerces.util
-
This class wraps a SAX error handler in an XNI error handler.
- ErrorHandlerWrapper(ErrorHandler) - Constructor for class org.htmlunit.cyberneko.xerces.util.ErrorHandlerWrapper
- errorMessages_ - Variable in class org.htmlunit.cyberneko.HTMLConfiguration.ErrorReporter
-
Error messages.
- ErrorReporter() - Constructor for class org.htmlunit.cyberneko.HTMLConfiguration.ErrorReporter
- ESCAPED - Enum constant in enum org.htmlunit.cyberneko.HTMLScanner.ScanScriptState
-
Script data escaped state
- ESCAPED_LT - Enum constant in enum org.htmlunit.cyberneko.HTMLScanner.ScanScriptState
-
Script data escaped less-than sign state
- evaluateInputSource(XMLInputSource) - Method in class org.htmlunit.cyberneko.HTMLConfiguration
-
EXPERIMENTAL: may change in next release
Immediately evaluates an input source and add the new content (e.g. - evaluateInputSource(XMLInputSource) - Method in class org.htmlunit.cyberneko.HTMLScanner
-
Immediately evaluates an input source and add the new content (e.g.
- expandedSystemId - Variable in class org.htmlunit.cyberneko.HTMLScanner.CurrentEntity
-
Expanded system identifier.
- expandedSystemId_ - Variable in exception class org.htmlunit.cyberneko.xerces.xni.parser.XMLParseException
-
expanded System identifier.
- expandSystemId(String, String) - Static method in class org.htmlunit.cyberneko.HTMLScanner
-
Expands a system id and returns the system id as a URI, if it can be expanded.
F
- fAllowSelfclosingIframe - Variable in class org.htmlunit.cyberneko.HTMLTagBalancer
-
Allows self closing iframe tags.
- fAllowSelfclosingIframe_ - Variable in class org.htmlunit.cyberneko.HTMLScanner
-
Allows self closing iframe tags.
- fAllowSelfclosingTags - Variable in class org.htmlunit.cyberneko.HTMLTagBalancer
-
Allows self closing tags.
- fAllowSelfclosingTags_ - Variable in class org.htmlunit.cyberneko.HTMLScanner
-
Allows self closing tags.
- FastHashMap<K,
V> - Class in org.htmlunit.cyberneko.util -
Simple hash map implementation taken from here https://github.com/mikvor/hashmapTest/blob/master/src/main/java/map/objobj/ObjObjMap.java No concrete license specified at the source.
- FastHashMap() - Constructor for class org.htmlunit.cyberneko.util.FastHashMap
- FastHashMap(int, float) - Constructor for class org.htmlunit.cyberneko.util.FastHashMap
- fatalError(String, String, XMLParseException) - Method in class org.htmlunit.cyberneko.xerces.util.DefaultErrorHandler
-
Fatal error.
- fatalError(String, String, XMLParseException) - Method in class org.htmlunit.cyberneko.xerces.util.ErrorHandlerWrapper
-
Report a fatal error.
- fatalError(String, String, XMLParseException) - Method in interface org.htmlunit.cyberneko.xerces.xni.parser.XMLErrorHandler
-
Report a fatal error.
- fAttributes - Variable in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser.AttributesProxy
-
XML attributes.
- fAttributesProxy - Variable in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser
- fAttrQName - Variable in class org.htmlunit.cyberneko.xerces.parsers.AbstractDOMParser
-
Attribute QName.
- fAugmentations - Variable in class org.htmlunit.cyberneko.HTMLTagBalancer
-
Include infoset augmentations.
- fAugmentations_ - Variable in class org.htmlunit.cyberneko.HTMLScanner
-
Augmentations.
- fBaseURIStack - Variable in class org.htmlunit.cyberneko.xerces.parsers.AbstractDOMParser
-
Base uri stack
- fBeginCharacterOffset - Variable in class org.htmlunit.cyberneko.HTMLScanner
-
Beginning character offset in the file.
- fBeginColumnNumber - Variable in class org.htmlunit.cyberneko.HTMLScanner
-
Beginning column number.
- fBeginLineNumber - Variable in class org.htmlunit.cyberneko.HTMLScanner
-
Beginning line number.
- fByteStream - Variable in class org.htmlunit.cyberneko.HTMLScanner
-
The playback byte stream.
- fCDATASections_ - Variable in class org.htmlunit.cyberneko.HTMLScanner
-
CDATA sections.
- fChild - Variable in class org.htmlunit.cyberneko.xerces.dom.NodeListCache
-
Last requested node.
- fChildIndex - Variable in class org.htmlunit.cyberneko.xerces.dom.NodeListCache
-
Last requested node index.
- fContentHandler - Variable in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser
-
Content handler.
- fContentScanner - Variable in class org.htmlunit.cyberneko.HTMLScanner
-
Content scanner.
- fContext_ - Variable in class org.htmlunit.cyberneko.xerces.util.NamespaceSupport
-
Context indexes.
- fCreateCDATANodes - Variable in class org.htmlunit.cyberneko.xerces.parsers.AbstractDOMParser
-
Create cdata nodes.
- fCurrentCDATASection - Variable in class org.htmlunit.cyberneko.xerces.parsers.AbstractDOMParser
- fCurrentContext_ - Variable in class org.htmlunit.cyberneko.xerces.util.NamespaceSupport
-
The current context.
- fCurrentEntity - Variable in class org.htmlunit.cyberneko.HTMLScanner
-
Current entity.
- fCurrentEntityDecl - Variable in class org.htmlunit.cyberneko.xerces.parsers.AbstractDOMParser
- fCurrentEntityStack - Variable in class org.htmlunit.cyberneko.HTMLScanner
-
The current entity stack.
- fCurrentNode - Variable in class org.htmlunit.cyberneko.xerces.parsers.AbstractDOMParser
-
Current node.
- fDefaultIANAEncoding - Variable in class org.htmlunit.cyberneko.HTMLScanner
-
Default encoding.
- fDoctypePubid - Variable in class org.htmlunit.cyberneko.HTMLScanner
-
Doctype declaration public identifier.
- fDoctypeSysid - Variable in class org.htmlunit.cyberneko.HTMLScanner
-
Doctype declaration system identifier.
- fDocument - Variable in class org.htmlunit.cyberneko.xerces.parsers.AbstractDOMParser
-
The document.
- fDocumentClass - Variable in class org.htmlunit.cyberneko.xerces.parsers.AbstractDOMParser
-
The document class to use.
- fDocumentFragment - Variable in class org.htmlunit.cyberneko.HTMLTagBalancer
-
Document fragment balancing only.
- fDocumentHandler - Variable in class org.htmlunit.cyberneko.HTMLScanner
-
The document handler.
- fDocumentImpl - Variable in class org.htmlunit.cyberneko.xerces.parsers.AbstractDOMParser
-
The default Xerces document implementation, if used.
- fDocumentType - Variable in class org.htmlunit.cyberneko.xerces.parsers.AbstractDOMParser
-
The document type node.
- fDocumentURI_ - Variable in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
Experimental DOM Level 3 feature: documentURI
- fDTDHandler - Variable in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser
-
DTD handler.
- FEATURE_DEFAULTS - Static variable in class org.htmlunit.cyberneko.filters.NamespaceBinder
-
Feature defaults.
- fElementCount - Variable in class org.htmlunit.cyberneko.HTMLScanner
-
Element count.
- fElementDepth - Variable in class org.htmlunit.cyberneko.HTMLScanner
-
Element depth.
- fElementName - Variable in class org.htmlunit.cyberneko.HTMLScanner.SpecialScanner
-
Name of element whose content needs to be scanned as text.
- fElementStack - Variable in class org.htmlunit.cyberneko.HTMLTagBalancer
-
The element stack.
- fEncodingTranslator - Variable in class org.htmlunit.cyberneko.HTMLScanner
-
Error reporter.
- fEndCharacterOffset - Variable in class org.htmlunit.cyberneko.HTMLScanner
-
Ending character offset in the file.
- fEndColumnNumber - Variable in class org.htmlunit.cyberneko.HTMLScanner
-
Ending column number.
- fEndLineNumber - Variable in class org.htmlunit.cyberneko.HTMLScanner
-
Ending line number.
- fErrorHandler_ - Variable in class org.htmlunit.cyberneko.xerces.util.ErrorHandlerWrapper
-
The SAX error handler.
- fErrorReporter - Variable in class org.htmlunit.cyberneko.HTMLScanner
-
Error reporter.
- fErrorReporter - Variable in class org.htmlunit.cyberneko.HTMLTagBalancer
-
Error reporter.
- fFeatures_ - Variable in class org.htmlunit.cyberneko.xerces.util.ParserConfigurationSettings
-
Features.
- fFirstChunk - Variable in class org.htmlunit.cyberneko.xerces.parsers.AbstractDOMParser
-
True if saw the first chunk of characters
- fFreeNLCache_ - Variable in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
NodeListCache free list
- fgLookupTable - Static variable in class org.htmlunit.cyberneko.xerces.util.URI
- fIANA2JavaMap - Static variable in class org.htmlunit.cyberneko.xerces.util.EncodingMap
-
fIANA2JavaMap
- fIANAEncoding - Variable in class org.htmlunit.cyberneko.HTMLScanner
-
Auto-detected IANA encoding.
- FIELDSET - Static variable in class org.htmlunit.cyberneko.HTMLElements
- FIGCAPTION - Static variable in class org.htmlunit.cyberneko.HTMLElements
- fIgnoreOutsideContent - Variable in class org.htmlunit.cyberneko.HTMLTagBalancer
-
Ignore outside content.
- fIgnoreSpecifiedCharset_ - Variable in class org.htmlunit.cyberneko.HTMLScanner
-
Ignore specified character set.
- FIGURE - Static variable in class org.htmlunit.cyberneko.HTMLElements
- FILTERS - Static variable in class org.htmlunit.cyberneko.HTMLConfiguration
-
Pipeline filters.
- fInCDATASection - Variable in class org.htmlunit.cyberneko.xerces.parsers.AbstractDOMParser
-
True if inside CDATA section.
- fIncludeComments - Variable in class org.htmlunit.cyberneko.xerces.parsers.AbstractDOMParser
-
Include Comments.
- findNamePoint(String) - Method in class org.htmlunit.cyberneko.xerces.dom.NamedNodeMapImpl
-
Subroutine: Locate the named item, or the point at which said item should be added.
- findNamePoint(String, String) - Method in class org.htmlunit.cyberneko.xerces.dom.NamedNodeMapImpl
- fInlineStack - Variable in class org.htmlunit.cyberneko.HTMLTagBalancer
-
The inline stack.
- fInsertDoctype_ - Variable in class org.htmlunit.cyberneko.HTMLScanner
-
Insert document type declaration.
- firstChild - Variable in class org.htmlunit.cyberneko.xerces.dom.ParentNode
-
First child.
- FIRSTCHILD - Static variable in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
- fixURI(String) - Static method in class org.htmlunit.cyberneko.HTMLScanner
-
Fixes a platform dependent filename to standard URI form.
- fJavaEncoding - Variable in class org.htmlunit.cyberneko.HTMLScanner
-
Auto-detected Java encoding.
- flags - Variable in class org.htmlunit.cyberneko.HTMLElements.Element
-
Informational flags.
- flags - Variable in class org.htmlunit.cyberneko.xerces.dom.NamedNodeMapImpl
- flags_ - Variable in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
- fLength - Variable in class org.htmlunit.cyberneko.xerces.dom.NodeListCache
-
Cached node list length.
- fLexicalHandler - Variable in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser
-
Lexical handler.
- fLexicalHandlerParameterEntities - Variable in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser
-
Lexical handler parameter entities.
- fLocationItem - Variable in class org.htmlunit.cyberneko.HTMLScanner
-
Our location item, to be reused because
Augmentations
says so, so let's save on memory - fLocator - Variable in class org.htmlunit.cyberneko.xerces.parsers.AbstractDOMParser
-
Document locator.
- fLocator - Variable in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser.LocatorProxy
-
XML locator.
- fNamesAttrs - Variable in class org.htmlunit.cyberneko.HTMLScanner
-
Modify HTML attribute names.
- fNamesElems - Variable in class org.htmlunit.cyberneko.HTMLScanner
-
Modify HTML element names.
- fNamesElems - Variable in class org.htmlunit.cyberneko.HTMLTagBalancer
-
Modify HTML element names.
- fNamespace_ - Variable in class org.htmlunit.cyberneko.xerces.util.NamespaceSupport
-
Namespace binding information.
- fNamespaceAware - Variable in class org.htmlunit.cyberneko.xerces.parsers.AbstractDOMParser
- fNamespaceContext - Variable in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser
-
Namespace context
- fNamespacePrefixes - Variable in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser
-
Namespace prefixes.
- fNamespaces - Variable in class org.htmlunit.cyberneko.HTMLTagBalancer
-
Namespaces.
- fNamespaces - Variable in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser
-
Namespaces.
- fNamespaceSize_ - Variable in class org.htmlunit.cyberneko.xerces.util.NamespaceSupport
-
The top of the namespace information array.
- fNodeListCache - Variable in class org.htmlunit.cyberneko.xerces.dom.ParentNode
-
NodeList cache
- fNormalizeAttributes_ - Variable in class org.htmlunit.cyberneko.HTMLScanner
-
Normalize attribute values.
- focus() - Method in class org.htmlunit.cyberneko.html.dom.HTMLAnchorElementImpl
- focus() - Method in class org.htmlunit.cyberneko.html.dom.HTMLInputElementImpl
- focus() - Method in class org.htmlunit.cyberneko.html.dom.HTMLSelectElementImpl
- focus() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTextAreaElementImpl
- FONT - Static variable in class org.htmlunit.cyberneko.HTMLElements
- FOOTER - Static variable in class org.htmlunit.cyberneko.HTMLElements
- fOpenedForm - Variable in class org.htmlunit.cyberneko.HTMLTagBalancer
-
True if a form is in the stack (allow to discard opening of nested forms)
- fOpenedSelect - Variable in class org.htmlunit.cyberneko.HTMLTagBalancer
-
True if a select is in the stack
- fOpenedSvg - Variable in class org.htmlunit.cyberneko.HTMLTagBalancer
-
True if a svg is in the stack (no parent checking takes place)
- forcedEndElement_ - Variable in class org.htmlunit.cyberneko.HTMLTagBalancer
- forcedStartElement_ - Variable in class org.htmlunit.cyberneko.HTMLTagBalancer
- forceStartBody() - Method in class org.htmlunit.cyberneko.HTMLTagBalancer
-
Generates a missing (which creates missing when needed)
- forceStartElement(QName, XMLAttributes, Augmentations) - Method in class org.htmlunit.cyberneko.HTMLTagBalancer
-
Forces an element start, taking care to set the information to allow startElement to "see" that's the element has been forced.
- FORM - Static variable in class org.htmlunit.cyberneko.html.dom.HTMLCollectionImpl
-
Request collection of all forms in document: <FORM> elements.
- FORM - Static variable in class org.htmlunit.cyberneko.HTMLElements
- formatMessage(String, Object[]) - Method in class org.htmlunit.cyberneko.HTMLConfiguration.ErrorReporter
-
Format message without reporting error.
- formatMessage(String, Object[]) - Method in interface org.htmlunit.cyberneko.HTMLErrorReporter
-
Format message without reporting error.
- formatMessage(String, Object[]) - Static method in class org.htmlunit.cyberneko.xerces.util.SAXMessageFormatter
-
Formats a message with the specified arguments.
- formatMessage(String, String, Object[]) - Static method in class org.htmlunit.cyberneko.xerces.dom.DOMMessageFormatter
-
Formats a message with the specified arguments.
- formatSimpleMessage(String, Object[]) - Method in class org.htmlunit.cyberneko.HTMLConfiguration.ErrorReporter
- forms_ - Variable in class org.htmlunit.cyberneko.html.dom.HTMLDocumentImpl
-
Holds
HTMLCollectionImpl
object with live collection of all forms in document. - fOut_ - Variable in class org.htmlunit.cyberneko.xerces.util.DefaultErrorHandler
-
Print writer.
- fOverrideDoctype_ - Variable in class org.htmlunit.cyberneko.HTMLScanner
-
Override doctype declaration public and system identifiers.
- fOwner - Variable in class org.htmlunit.cyberneko.xerces.dom.NodeListCache
-
Owner of this cache
- fParseNoScriptContent_ - Variable in class org.htmlunit.cyberneko.HTMLScanner
-
Parse noscript content.
- fPlainAttributeValues_ - Variable in class org.htmlunit.cyberneko.HTMLScanner
-
Store the plain attribute values also.
- fProperties_ - Variable in class org.htmlunit.cyberneko.xerces.util.ParserConfigurationSettings
-
Properties.
- fQName - Variable in class org.htmlunit.cyberneko.HTMLTagBalancer
-
A qualified name.
- fQName_ - Variable in class org.htmlunit.cyberneko.HTMLScanner.SpecialScanner
-
A qualified name.
- fragment_ - Variable in class org.htmlunit.cyberneko.xerces.util.URI
-
If specified, stores the fragment for this URI; otherwise null
- FRAGMENT_CONTEXT_STACK - Static variable in class org.htmlunit.cyberneko.HTMLTagBalancer
-
<font color="red">EXPERIMENTAL: may change in next release</font><br/> Name of the property holding the stack of elements in which context a document fragment should be parsed.
- fragmentContextStack_ - Variable in class org.htmlunit.cyberneko.HTMLTagBalancer
-
Stack of elements determining the context in which a document fragment should be parsed
- fragmentContextStackSize_ - Variable in class org.htmlunit.cyberneko.HTMLTagBalancer
- FRAME - Static variable in class org.htmlunit.cyberneko.HTMLElements
- FRAMESET - Static variable in class org.htmlunit.cyberneko.HTMLElements
- fRecognizedFeatures_ - Variable in class org.htmlunit.cyberneko.xerces.util.ParserConfigurationSettings
-
Recognized features.
- fRecognizedProperties_ - Variable in class org.htmlunit.cyberneko.xerces.util.ParserConfigurationSettings
-
Recognized properties.
- FREE_KEY - Static variable in class org.htmlunit.cyberneko.util.FastHashMap
- freeNodeListCache(NodeListCache) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
Puts the given NodeListCache in the free list.
- fReportErrors - Variable in class org.htmlunit.cyberneko.HTMLTagBalancer
-
Report errors.
- fReportErrors_ - Variable in class org.htmlunit.cyberneko.HTMLScanner
-
Report errors.
- from_ - Variable in class org.htmlunit.cyberneko.util.SimpleArrayList.Partition
- fScanComment - Variable in class org.htmlunit.cyberneko.HTMLScanner
- fScanLiteral - Variable in class org.htmlunit.cyberneko.HTMLScanner
- fScanner - Variable in class org.htmlunit.cyberneko.HTMLScanner
-
The current scanner.
- fScannerState - Variable in class org.htmlunit.cyberneko.HTMLScanner
-
The current scanner state.
- fScanScriptContent - Variable in class org.htmlunit.cyberneko.HTMLScanner
-
String buffer, larger because scripts areas are larger
- fScanUntilEndTag - Variable in class org.htmlunit.cyberneko.HTMLScanner
- fScriptStripCDATADelims_ - Variable in class org.htmlunit.cyberneko.HTMLScanner
-
Strip CDATA delimiters from SCRIPT tags.
- fScriptStripCommentDelims_ - Variable in class org.htmlunit.cyberneko.HTMLScanner
-
Strip comment delimiters from SCRIPT tags.
- fSeenAnything - Variable in class org.htmlunit.cyberneko.HTMLTagBalancer
-
True if seen anything.
- fSeenBodyElement - Variable in class org.htmlunit.cyberneko.HTMLTagBalancer
-
True if seen
body
element. - fSeenBodyElementEnd - Variable in class org.htmlunit.cyberneko.HTMLTagBalancer
- fSeenCharacters - Variable in class org.htmlunit.cyberneko.HTMLTagBalancer
-
True if seen non whitespace characters.
- fSeenDoctype - Variable in class org.htmlunit.cyberneko.HTMLTagBalancer
-
True if root element has been seen.
- fSeenFramesetElement - Variable in class org.htmlunit.cyberneko.HTMLTagBalancer
-
True if seen
frameset
element. - fSeenHeadElement - Variable in class org.htmlunit.cyberneko.HTMLTagBalancer
-
True if seen
head
element. - fSeenRootElement - Variable in class org.htmlunit.cyberneko.HTMLTagBalancer
-
True if root element has been seen.
- fSeenRootElementEnd - Variable in class org.htmlunit.cyberneko.HTMLTagBalancer
-
True if seen the end of the document element.
- fSingleBoolean - Variable in class org.htmlunit.cyberneko.HTMLScanner
-
Single boolean array.
- fSpecialScanner - Variable in class org.htmlunit.cyberneko.HTMLScanner
-
Special scanner used for elements whose content needs to be scanned as plain text, ignoring markup such as elements and entity references.
- fStandalone - Variable in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser
-
Standalone document declaration.
- fStringBuffer - Variable in class org.htmlunit.cyberneko.HTMLScanner
-
String buffer.
- fStringBuffer - Variable in class org.htmlunit.cyberneko.xerces.parsers.AbstractDOMParser
-
Character buffer
- fStringBufferEntiyRef - Variable in class org.htmlunit.cyberneko.HTMLScanner
-
String buffer used when resolving entity refs.
- fStringBufferPlainAttribValue - Variable in class org.htmlunit.cyberneko.HTMLScanner
- fStyle - Variable in class org.htmlunit.cyberneko.HTMLScanner.SpecialScanner
-
True if <style> element.
- fStyleStripCDATADelims_ - Variable in class org.htmlunit.cyberneko.HTMLScanner
-
Strip CDATA delimiters from STYLE tags.
- fStyleStripCommentDelims_ - Variable in class org.htmlunit.cyberneko.HTMLScanner
-
Strip comment delimiters from STYLE tags.
- fTemplateFragment - Variable in class org.htmlunit.cyberneko.HTMLTagBalancer
-
Template document fragment balancing only.
- fTextarea - Variable in class org.htmlunit.cyberneko.HTMLScanner.SpecialScanner
-
True if <textarea> element.
- fTitle - Variable in class org.htmlunit.cyberneko.HTMLScanner.SpecialScanner
-
True if <title> element.
- fUseEntityResolver2 - Variable in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser
-
Use EntityResolver2.
- fVersion - Variable in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser
G
- get() - Static method in class org.htmlunit.cyberneko.HTMLNamedEntitiesParser
-
Returns the singleton.
- get(int) - Method in class org.htmlunit.cyberneko.util.SimpleArrayList
-
Return an element at index.
- get(int) - Method in class org.htmlunit.cyberneko.util.SimpleArrayList.Partition
- get(K) - Method in class org.htmlunit.cyberneko.util.FastHashMap
- getAbbr() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableCellElementImpl
- getAccept() - Method in class org.htmlunit.cyberneko.html.dom.HTMLInputElementImpl
- getAcceptCharset() - Method in class org.htmlunit.cyberneko.html.dom.HTMLFormElementImpl
- getAccessKey() - Method in class org.htmlunit.cyberneko.html.dom.HTMLAnchorElementImpl
- getAccessKey() - Method in class org.htmlunit.cyberneko.html.dom.HTMLAreaElementImpl
- getAccessKey() - Method in class org.htmlunit.cyberneko.html.dom.HTMLButtonElementImpl
- getAccessKey() - Method in class org.htmlunit.cyberneko.html.dom.HTMLInputElementImpl
- getAccessKey() - Method in class org.htmlunit.cyberneko.html.dom.HTMLLabelElementImpl
- getAccessKey() - Method in class org.htmlunit.cyberneko.html.dom.HTMLLegendElementImpl
- getAccessKey() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTextAreaElementImpl
- getAction() - Method in class org.htmlunit.cyberneko.html.dom.HTMLFormElementImpl
- getAlign() - Method in class org.htmlunit.cyberneko.html.dom.HTMLAppletElementImpl
- getAlign() - Method in class org.htmlunit.cyberneko.html.dom.HTMLDivElementImpl
- getAlign() - Method in class org.htmlunit.cyberneko.html.dom.HTMLHeadingElementImpl
- getAlign() - Method in class org.htmlunit.cyberneko.html.dom.HTMLHRElementImpl
- getAlign() - Method in class org.htmlunit.cyberneko.html.dom.HTMLIFrameElementImpl
- getAlign() - Method in class org.htmlunit.cyberneko.html.dom.HTMLImageElementImpl
- getAlign() - Method in class org.htmlunit.cyberneko.html.dom.HTMLInputElementImpl
- getAlign() - Method in class org.htmlunit.cyberneko.html.dom.HTMLLegendElementImpl
- getAlign() - Method in class org.htmlunit.cyberneko.html.dom.HTMLObjectElementImpl
- getAlign() - Method in class org.htmlunit.cyberneko.html.dom.HTMLParagraphElementImpl
- getAlign() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableCaptionElementImpl
- getAlign() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableCellElementImpl
- getAlign() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableColElementImpl
- getAlign() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableElementImpl
- getAlign() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableRowElementImpl
- getAlign() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableSectionElementImpl
- getALink() - Method in class org.htmlunit.cyberneko.html.dom.HTMLBodyElementImpl
- getAlt() - Method in class org.htmlunit.cyberneko.html.dom.HTMLAppletElementImpl
- getAlt() - Method in class org.htmlunit.cyberneko.html.dom.HTMLAreaElementImpl
- getAlt() - Method in class org.htmlunit.cyberneko.html.dom.HTMLImageElementImpl
- getAlt() - Method in class org.htmlunit.cyberneko.html.dom.HTMLInputElementImpl
- getAnchors() - Method in class org.htmlunit.cyberneko.html.dom.HTMLDocumentImpl
- getApplets() - Method in class org.htmlunit.cyberneko.html.dom.HTMLDocumentImpl
- getArchive() - Method in class org.htmlunit.cyberneko.html.dom.HTMLAppletElementImpl
- getArchive() - Method in class org.htmlunit.cyberneko.html.dom.HTMLObjectElementImpl
- getAreas() - Method in class org.htmlunit.cyberneko.html.dom.HTMLMapElementImpl
- getAttribute(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLElementImpl
- getAttribute(String) - Method in class org.htmlunit.cyberneko.xerces.dom.ElementImpl
-
Look up a single Attribute by name.
- getAttributeNode(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLElementImpl
- getAttributeNode(String) - Method in class org.htmlunit.cyberneko.xerces.dom.ElementImpl
-
Look up a single Attribute by name.
- getAttributeNodeNS(String, String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLElementImpl
- getAttributeNodeNS(String, String) - Method in class org.htmlunit.cyberneko.xerces.dom.ElementImpl
-
Retrieves an Attr node by local name and namespace URI.
- getAttributeNS(String, String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLElementImpl
- getAttributeNS(String, String) - Method in class org.htmlunit.cyberneko.xerces.dom.ElementImpl
-
Introduced in DOM Level 2.
- getAttributes() - Method in class org.htmlunit.cyberneko.xerces.dom.ElementImpl
-
Return the collection of attributes associated with this node, or null if none.
- getAttributes() - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
-
Return the collection of attributes associated with this node, or null if none.
- getAxis() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableCellElementImpl
- getBackground() - Method in class org.htmlunit.cyberneko.html.dom.HTMLBodyElementImpl
- getBaseSystemId() - Method in class org.htmlunit.cyberneko.HTMLScanner
-
Returns the base system identifier.
- getBaseSystemId() - Method in class org.htmlunit.cyberneko.xerces.xni.parser.XMLInputSource
- getBaseSystemId() - Method in exception class org.htmlunit.cyberneko.xerces.xni.parser.XMLParseException
- getBaseSystemId() - Method in interface org.htmlunit.cyberneko.xerces.xni.XMLLocator
- getBaseURI() - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
Returns the absolute base URI of this node or null if the implementation wasn't able to obtain an absolute URI.
- getBaseURI() - Method in class org.htmlunit.cyberneko.xerces.dom.ElementImpl
-
The absolute base URI of this node or
null
if undefined. - getBaseURI() - Method in class org.htmlunit.cyberneko.xerces.dom.EntityImpl
-
The absolute base URI of this node or
null
if undefined. - getBaseURI() - Method in class org.htmlunit.cyberneko.xerces.dom.EntityReferenceImpl
-
The absolute base URI of this node or
null
if undefined. - getBaseURI() - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
-
The absolute base URI of this node or
null
if undefined. - getBaseURI() - Method in class org.htmlunit.cyberneko.xerces.dom.ProcessingInstructionImpl
-
The absolute base URI of this node or
null
if undefined. - getBeginCharacterOffset() - Method in interface org.htmlunit.cyberneko.HTMLEventInfo
- getBeginCharacterOffset() - Method in class org.htmlunit.cyberneko.HTMLEventInfo.SynthesizedItem
- getBeginCharacterOffset() - Method in class org.htmlunit.cyberneko.HTMLScanner.LocationItem
- getBeginColumnNumber() - Method in interface org.htmlunit.cyberneko.HTMLEventInfo
- getBeginColumnNumber() - Method in class org.htmlunit.cyberneko.HTMLEventInfo.SynthesizedItem
- getBeginColumnNumber() - Method in class org.htmlunit.cyberneko.HTMLScanner.LocationItem
- getBeginLineNumber() - Method in interface org.htmlunit.cyberneko.HTMLEventInfo
- getBeginLineNumber() - Method in class org.htmlunit.cyberneko.HTMLEventInfo.SynthesizedItem
- getBeginLineNumber() - Method in class org.htmlunit.cyberneko.HTMLScanner.LocationItem
- getBgColor() - Method in class org.htmlunit.cyberneko.html.dom.HTMLBodyElementImpl
- getBgColor() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableCellElementImpl
- getBgColor() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableElementImpl
- getBgColor() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableRowElementImpl
- getBinary(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLElementImpl
-
Convenience method used to translate an attribute value into a boolean value.
- getBody() - Method in class org.htmlunit.cyberneko.html.dom.HTMLDocumentImpl
- getBorder() - Method in class org.htmlunit.cyberneko.html.dom.HTMLImageElementImpl
- getBorder() - Method in class org.htmlunit.cyberneko.html.dom.HTMLObjectElementImpl
- getBorder() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableElementImpl
- getByteStream() - Method in class org.htmlunit.cyberneko.xerces.xni.parser.XMLInputSource
- getCapitalized(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLElementImpl
-
Convenience method used to capitalize a one-off attribute value before it is returned.
- getCaption() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableElementImpl
- getCellIndex() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableCellElementImpl
- getCellPadding() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableElementImpl
- getCells() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableRowElementImpl
- getCellSpacing() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableElementImpl
- getCh() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableCellElementImpl
- getCh() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableColElementImpl
- getCh() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableRowElementImpl
- getCh() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableSectionElementImpl
- getCharacterOffset() - Method in class org.htmlunit.cyberneko.HTMLScanner.CurrentEntity
- getCharacterOffset() - Method in class org.htmlunit.cyberneko.HTMLScanner
-
Returns the character offset.
- getCharacterOffset() - Method in exception class org.htmlunit.cyberneko.xerces.xni.parser.XMLParseException
- getCharacterOffset() - Method in interface org.htmlunit.cyberneko.xerces.xni.XMLLocator
- getCharacterStream() - Method in class org.htmlunit.cyberneko.xerces.xni.parser.XMLInputSource
- getChars() - Method in class org.htmlunit.cyberneko.xerces.xni.XMLString
-
Get the characters as char array, this will be a copy!
- getCharset() - Method in class org.htmlunit.cyberneko.html.dom.HTMLAnchorElementImpl
- getCharset() - Method in class org.htmlunit.cyberneko.html.dom.HTMLLinkElementImpl
- getCharset() - Method in class org.htmlunit.cyberneko.html.dom.HTMLScriptElementImpl
- getChecked() - Method in class org.htmlunit.cyberneko.html.dom.HTMLInputElementImpl
- getChildNodes() - Method in class org.htmlunit.cyberneko.html.dom.HTMLFormElementImpl
- getChildNodes() - Method in class org.htmlunit.cyberneko.html.dom.HTMLSelectElementImpl
-
Explicit implementation of getChildNodes() to avoid problems with overriding the getLength() method hidden in the super class.
- getChildNodes() - Method in class org.htmlunit.cyberneko.xerces.dom.AttrImpl
-
Obtain a NodeList enumerating all children of this node.
- getChildNodes() - Method in class org.htmlunit.cyberneko.xerces.dom.CharacterDataImpl
-
Obtain a NodeList enumerating all children of this node.
- getChildNodes() - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
-
Obtain a NodeList enumerating all children of this node.
- getChildNodes() - Method in class org.htmlunit.cyberneko.xerces.dom.ParentNode
-
Obtain a NodeList enumerating all children of this node.
- getChildNodesUnoptimized() - Method in class org.htmlunit.cyberneko.xerces.dom.ParentNode
-
Create a NodeList to access children that is use by subclass elements that have methods named getLength() or item(int).
- getChOff() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableCellElementImpl
- getChOff() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableColElementImpl
- getChOff() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableRowElementImpl
- getChOff() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableSectionElementImpl
- getCite() - Method in class org.htmlunit.cyberneko.html.dom.HTMLModElementImpl
- getCite() - Method in class org.htmlunit.cyberneko.html.dom.HTMLQuoteElementImpl
- getClassName() - Method in class org.htmlunit.cyberneko.html.dom.HTMLElementImpl
- getClear() - Method in class org.htmlunit.cyberneko.html.dom.HTMLBRElementImpl
- getCode() - Method in class org.htmlunit.cyberneko.html.dom.HTMLAppletElementImpl
- getCode() - Method in class org.htmlunit.cyberneko.html.dom.HTMLObjectElementImpl
- getCodeBase() - Method in class org.htmlunit.cyberneko.html.dom.HTMLAppletElementImpl
- getCodeBase() - Method in class org.htmlunit.cyberneko.html.dom.HTMLObjectElementImpl
- getCodeType() - Method in class org.htmlunit.cyberneko.html.dom.HTMLObjectElementImpl
- getColor() - Method in class org.htmlunit.cyberneko.html.dom.HTMLBaseFontElementImpl
- getColor() - Method in class org.htmlunit.cyberneko.html.dom.HTMLFontElementImpl
- getCols() - Method in class org.htmlunit.cyberneko.html.dom.HTMLFrameSetElementImpl
- getCols() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTextAreaElementImpl
- getColSpan() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableCellElementImpl
- getColumnNumber() - Method in class org.htmlunit.cyberneko.HTMLScanner.CurrentEntity
- getColumnNumber() - Method in class org.htmlunit.cyberneko.HTMLScanner
-
Returns the current column number.
- getColumnNumber() - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser.LocatorProxy
- getColumnNumber() - Method in exception class org.htmlunit.cyberneko.xerces.xni.parser.XMLParseException
- getColumnNumber() - Method in interface org.htmlunit.cyberneko.xerces.xni.XMLLocator
- getCompact() - Method in class org.htmlunit.cyberneko.html.dom.HTMLDirectoryElementImpl
- getCompact() - Method in class org.htmlunit.cyberneko.html.dom.HTMLDListElementImpl
- getCompact() - Method in class org.htmlunit.cyberneko.html.dom.HTMLMenuElementImpl
- getCompact() - Method in class org.htmlunit.cyberneko.html.dom.HTMLOListElementImpl
- getCompact() - Method in class org.htmlunit.cyberneko.html.dom.HTMLUListElementImpl
- getContent() - Method in class org.htmlunit.cyberneko.html.dom.HTMLMetaElementImpl
- getContentDocument() - Method in class org.htmlunit.cyberneko.html.dom.HTMLFrameElementImpl
- getContentDocument() - Method in class org.htmlunit.cyberneko.html.dom.HTMLIFrameElementImpl
- getContentDocument() - Method in class org.htmlunit.cyberneko.html.dom.HTMLObjectElementImpl
- getContentHandler() - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser
-
Return the current content handler.
- getCookie() - Method in class org.htmlunit.cyberneko.html.dom.HTMLDocumentImpl
- getCoords() - Method in class org.htmlunit.cyberneko.html.dom.HTMLAnchorElementImpl
- getCoords() - Method in class org.htmlunit.cyberneko.html.dom.HTMLAreaElementImpl
- getCurrentChar() - Method in class org.htmlunit.cyberneko.HTMLScanner.CurrentEntity
- getData() - Method in class org.htmlunit.cyberneko.html.dom.HTMLObjectElementImpl
- getData() - Method in class org.htmlunit.cyberneko.xerces.dom.CharacterDataImpl
- getDateTime() - Method in class org.htmlunit.cyberneko.html.dom.HTMLModElementImpl
- getDeclare() - Method in class org.htmlunit.cyberneko.html.dom.HTMLObjectElementImpl
- getDeclaredPrefixAt(int) - Method in class org.htmlunit.cyberneko.filters.NamespaceBinder.NamespaceSupport
-
Get declared prefix at.
- getDeclaredPrefixAt(int) - Method in class org.htmlunit.cyberneko.xerces.util.NamespaceSupport
- getDeclaredPrefixAt(int) - Method in interface org.htmlunit.cyberneko.xerces.xni.NamespaceContext
- getDeclaredPrefixCount() - Method in class org.htmlunit.cyberneko.filters.NamespaceBinder.NamespaceSupport
-
Get declared prefix count.
- getDeclaredPrefixCount() - Method in class org.htmlunit.cyberneko.xerces.util.NamespaceSupport
- getDeclaredPrefixCount() - Method in interface org.htmlunit.cyberneko.xerces.xni.NamespaceContext
- getDefaultChecked() - Method in class org.htmlunit.cyberneko.html.dom.HTMLInputElementImpl
- getDefaultSelected() - Method in class org.htmlunit.cyberneko.html.dom.HTMLOptionElementImpl
- getDefaultValue() - Method in class org.htmlunit.cyberneko.html.dom.HTMLInputElementImpl
- getDefaultValue() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTextAreaElementImpl
- getDefer() - Method in class org.htmlunit.cyberneko.html.dom.HTMLScriptElementImpl
- getDir() - Method in class org.htmlunit.cyberneko.html.dom.HTMLElementImpl
- getDisabled() - Method in class org.htmlunit.cyberneko.html.dom.HTMLButtonElementImpl
- getDisabled() - Method in class org.htmlunit.cyberneko.html.dom.HTMLInputElementImpl
- getDisabled() - Method in class org.htmlunit.cyberneko.html.dom.HTMLLinkElementImpl
- getDisabled() - Method in class org.htmlunit.cyberneko.html.dom.HTMLOptGroupElementImpl
- getDisabled() - Method in class org.htmlunit.cyberneko.html.dom.HTMLOptionElementImpl
- getDisabled() - Method in class org.htmlunit.cyberneko.html.dom.HTMLSelectElementImpl
- getDisabled() - Method in class org.htmlunit.cyberneko.html.dom.HTMLStyleElementImpl
- getDisabled() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTextAreaElementImpl
- getDoctype() - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
For XML, this provides access to the Document Type Definition.
- getDocument() - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractDOMParser
- getDocumentElement() - Method in class org.htmlunit.cyberneko.html.dom.HTMLDocumentImpl
- getDocumentElement() - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
Convenience method, allowing direct access to the child node which is considered the root of the actual document content.
- getDocumentHandler() - Method in class org.htmlunit.cyberneko.filters.DefaultFilter
-
Returns the document handler.
- getDocumentHandler() - Method in class org.htmlunit.cyberneko.HTMLConfiguration
- getDocumentHandler() - Method in class org.htmlunit.cyberneko.HTMLScanner
-
Returns the document handler.
- getDocumentHandler() - Method in class org.htmlunit.cyberneko.HTMLTagBalancer
-
Returns the document handler.
- getDocumentHandler() - Method in interface org.htmlunit.cyberneko.xerces.xni.parser.XMLDocumentSource
- getDocumentHandler() - Method in interface org.htmlunit.cyberneko.xerces.xni.parser.XMLParserConfiguration
- getDocumentScanner() - Method in class org.htmlunit.cyberneko.HTMLConfiguration
- getDocumentSource() - Method in class org.htmlunit.cyberneko.filters.DefaultFilter
- getDocumentSource() - Method in class org.htmlunit.cyberneko.HTMLTagBalancer
- getDocumentSource() - Method in class org.htmlunit.cyberneko.parsers.DOMFragmentParser
- getDocumentSource() - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractXMLDocumentParser
- getDocumentSource() - Method in interface org.htmlunit.cyberneko.xerces.xni.XMLDocumentHandler
- getDocumentURI() - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
DOM Level 3 WD - Experimental.
- getDomain() - Method in class org.htmlunit.cyberneko.html.dom.HTMLDocumentImpl
- getDomConfig() - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
DOM Level 3 CR - Experimental
- getDOMImplementation() - Static method in class org.htmlunit.cyberneko.xerces.dom.CoreDOMImplementationImpl
- getDOMImplementation() - Static method in class org.htmlunit.cyberneko.xerces.dom.DOMImplementationImpl
- getDTDHandler() - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser
-
Return the current DTD handler.
- getElement(short) - Method in class org.htmlunit.cyberneko.HTMLElements
- getElement(String) - Method in class org.htmlunit.cyberneko.HTMLElements
- getElement(String, HTMLElements.Element) - Method in class org.htmlunit.cyberneko.HTMLElements
- getElement(QName) - Method in class org.htmlunit.cyberneko.HTMLTagBalancer
- getElementAncestor(Node) - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
- getElementById(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLDocumentImpl
- getElementById(String) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
Introduced in DOM Level 2 Returns the Element whose ID is given by elementId.
- getElementById(String, Node) - Method in class org.htmlunit.cyberneko.html.dom.HTMLDocumentImpl
-
Recursive method retreives an element by its
id
attribute. - getElementDepth() - Method in class org.htmlunit.cyberneko.filters.HTMLWriterFilter
- getElementDepth(HTMLElements.Element) - Method in class org.htmlunit.cyberneko.HTMLTagBalancer
- getElements() - Method in class org.htmlunit.cyberneko.html.dom.HTMLFormElementImpl
- getElements() - Method in class org.htmlunit.cyberneko.xerces.dom.DocumentTypeImpl
- getElementsByName(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLDocumentImpl
- getElementsByTagName(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLDocumentImpl
- getElementsByTagName(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLElementImpl
- getElementsByTagName(String) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
Return a live collection of all descendant Elements (not just immediate children) having the specified tag name.
- getElementsByTagName(String) - Method in class org.htmlunit.cyberneko.xerces.dom.ElementImpl
-
Returns a NodeList of all descendent nodes (children, grandchildren, and so on) which are Elements and which have the specified tag name.
- getElementsByTagNameNS(String, String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLDocumentImpl
- getElementsByTagNameNS(String, String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLElementImpl
- getElementsByTagNameNS(String, String) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
Introduced in DOM Level 2.
- getElementsByTagNameNS(String, String) - Method in class org.htmlunit.cyberneko.xerces.dom.ElementImpl
-
Introduced in DOM Level 2.
- getEncoding() - Method in class org.htmlunit.cyberneko.HTMLScanner
-
Returns the encoding.
- getEncoding() - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser.LocatorProxy
- getEncoding() - Method in class org.htmlunit.cyberneko.xerces.xni.parser.XMLInputSource
- getEncoding() - Method in interface org.htmlunit.cyberneko.xerces.xni.XMLLocator
- getEnctype() - Method in class org.htmlunit.cyberneko.html.dom.HTMLFormElementImpl
- getEndCharacterOffset() - Method in interface org.htmlunit.cyberneko.HTMLEventInfo
- getEndCharacterOffset() - Method in class org.htmlunit.cyberneko.HTMLEventInfo.SynthesizedItem
- getEndCharacterOffset() - Method in class org.htmlunit.cyberneko.HTMLScanner.LocationItem
- getEndColumnNumber() - Method in interface org.htmlunit.cyberneko.HTMLEventInfo
- getEndColumnNumber() - Method in class org.htmlunit.cyberneko.HTMLEventInfo.SynthesizedItem
- getEndColumnNumber() - Method in class org.htmlunit.cyberneko.HTMLScanner.LocationItem
- getEndLineNumber() - Method in interface org.htmlunit.cyberneko.HTMLEventInfo
- getEndLineNumber() - Method in class org.htmlunit.cyberneko.HTMLEventInfo.SynthesizedItem
- getEndLineNumber() - Method in class org.htmlunit.cyberneko.HTMLScanner.LocationItem
- getEntities() - Method in class org.htmlunit.cyberneko.xerces.dom.DocumentTypeImpl
-
Access the collection of general Entities, both external and internal, defined in the DTD.
- getEntityRefValue() - Method in class org.htmlunit.cyberneko.xerces.dom.EntityReferenceImpl
-
NON-DOM: compute string representation of the entity reference.
- getEntityResolver() - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser
-
Return the current entity resolver.
- getErrorChecking() - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
- getErrorHandler() - Method in class org.htmlunit.cyberneko.HTMLConfiguration
- getErrorHandler() - Method in class org.htmlunit.cyberneko.parsers.DOMFragmentParser
-
Return the current error handler.
- getErrorHandler() - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractDOMParser
-
Return the current error handler.
- getErrorHandler() - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser
-
Return the current error handler.
- getErrorHandler() - Method in class org.htmlunit.cyberneko.xerces.util.ErrorHandlerWrapper
- getErrorHandler() - Method in interface org.htmlunit.cyberneko.xerces.xni.parser.XMLParserConfiguration
- getEvent() - Method in class org.htmlunit.cyberneko.html.dom.HTMLScriptElementImpl
- getException() - Method in exception class org.htmlunit.cyberneko.xerces.xni.XNIException
- getExpandedSystemId() - Method in class org.htmlunit.cyberneko.HTMLScanner
-
Returns the expanded system identifier.
- getExpandedSystemId() - Method in exception class org.htmlunit.cyberneko.xerces.xni.parser.XMLParseException
- getExpandedSystemId() - Method in interface org.htmlunit.cyberneko.xerces.xni.XMLLocator
- getFace() - Method in class org.htmlunit.cyberneko.html.dom.HTMLBaseFontElementImpl
- getFace() - Method in class org.htmlunit.cyberneko.html.dom.HTMLFontElementImpl
- getFeature(String) - Method in class org.htmlunit.cyberneko.parsers.DOMFragmentParser
-
Query the state of a feature.
- getFeature(String) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractDOMParser
-
Query the state of a feature.
- getFeature(String) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser
-
Query the state of a feature.
- getFeature(String) - Method in class org.htmlunit.cyberneko.xerces.util.ParserConfigurationSettings
- getFeature(String) - Method in interface org.htmlunit.cyberneko.xerces.xni.parser.XMLComponentManager
- getFeature(String) - Method in interface org.htmlunit.cyberneko.xerces.xni.parser.XMLParserConfiguration
- getFeature(String, String) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDOMImplementationImpl
-
DOM Level 3 WD - Experimental.
- getFeature(String, String) - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
- getFeatureDefault(String) - Method in class org.htmlunit.cyberneko.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.htmlunit.cyberneko.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.
- getFeatureDefault(String) - Method in interface org.htmlunit.cyberneko.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.htmlunit.cyberneko.HTMLScanner
-
Returns the default state for a feature.
- getFeatureDefault(String) - Method in class org.htmlunit.cyberneko.HTMLTagBalancer
-
Returns the default state for a feature.
- getFeatureDefault(String) - Method in interface org.htmlunit.cyberneko.xerces.xni.parser.XMLComponent
- getFirstChild() - Method in class org.htmlunit.cyberneko.xerces.dom.AttrImpl
-
The first child of this Node, or null if none.
- getFirstChild() - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
-
The first child of this Node, or null if none.
- getFirstChild() - Method in class org.htmlunit.cyberneko.xerces.dom.ParentNode
-
The first child of this Node, or null if none.
- getForm() - Method in class org.htmlunit.cyberneko.html.dom.HTMLElementImpl
-
Convenience method returns the form in which this form element is contained.
- getForms() - Method in class org.htmlunit.cyberneko.html.dom.HTMLDocumentImpl
- getFragment() - Method in class org.htmlunit.cyberneko.xerces.util.URI
-
Get the fragment for this URI.
- getFrame() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableElementImpl
- getFrameBorder() - Method in class org.htmlunit.cyberneko.html.dom.HTMLFrameElementImpl
- getFrameBorder() - Method in class org.htmlunit.cyberneko.html.dom.HTMLIFrameElementImpl
- getGrowBy() - Method in class org.htmlunit.cyberneko.xerces.xni.XMLString
-
Tell us how much the capacity grows if needed
- getHead() - Method in class org.htmlunit.cyberneko.html.dom.HTMLDocumentImpl
-
Obtains the <HEAD> element in the document, creating one if does not exist before.
- getHeaders() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableCellElementImpl
- getHeight() - Method in class org.htmlunit.cyberneko.html.dom.HTMLAppletElementImpl
- getHeight() - Method in class org.htmlunit.cyberneko.html.dom.HTMLIFrameElementImpl
- getHeight() - Method in class org.htmlunit.cyberneko.html.dom.HTMLImageElementImpl
- getHeight() - Method in class org.htmlunit.cyberneko.html.dom.HTMLObjectElementImpl
- getHeight() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableCellElementImpl
- getHost() - Method in class org.htmlunit.cyberneko.xerces.util.URI
-
Get the host for this URI.
- getHref() - Method in class org.htmlunit.cyberneko.html.dom.HTMLAnchorElementImpl
- getHref() - Method in class org.htmlunit.cyberneko.html.dom.HTMLAreaElementImpl
- getHref() - Method in class org.htmlunit.cyberneko.html.dom.HTMLBaseElementImpl
- getHref() - Method in class org.htmlunit.cyberneko.html.dom.HTMLLinkElementImpl
- getHreflang() - Method in class org.htmlunit.cyberneko.html.dom.HTMLAnchorElementImpl
- getHreflang() - Method in class org.htmlunit.cyberneko.html.dom.HTMLLinkElementImpl
- getHspace() - Method in class org.htmlunit.cyberneko.html.dom.HTMLAppletElementImpl
- getHspace() - Method in class org.htmlunit.cyberneko.html.dom.HTMLImageElementImpl
- getHspace() - Method in class org.htmlunit.cyberneko.html.dom.HTMLObjectElementImpl
- getHtmlComponents() - Method in class org.htmlunit.cyberneko.HTMLConfiguration
- getHTMLDOMImplementation() - Static method in class org.htmlunit.cyberneko.html.dom.HTMLDOMImplementationImpl
-
Returns an instance of a
HTMLDOMImplementation
that can be used to perform operations that are not specific to a particular document instance, e.g. - getHtmlElements() - Method in class org.htmlunit.cyberneko.HTMLConfiguration
- getHtmlFor() - Method in class org.htmlunit.cyberneko.html.dom.HTMLLabelElementImpl
- getHtmlFor() - Method in class org.htmlunit.cyberneko.html.dom.HTMLScriptElementImpl
- getHttpEquiv() - Method in class org.htmlunit.cyberneko.html.dom.HTMLMetaElementImpl
- getId() - Method in class org.htmlunit.cyberneko.html.dom.HTMLElementImpl
- getIdentifier() - Method in exception class org.htmlunit.cyberneko.xerces.xni.parser.XMLConfigurationException
- getIdentifier(String) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
Returns a previously registered element with the specified identifier name, or null if no element is registered.
- getImages() - Method in class org.htmlunit.cyberneko.html.dom.HTMLDocumentImpl
- getImplementation() - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
Retrieve information describing the abilities of this particular DOM implementation.
- getImplementation() - Method in class org.htmlunit.cyberneko.xerces.dom.DocumentImpl
-
Retrieve information describing the abilities of this particular DOM implementation.
- getIndex() - Method in class org.htmlunit.cyberneko.html.dom.HTMLOptionElementImpl
- getIndex(String) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser.AttributesProxy
- getIndex(String) - Method in class org.htmlunit.cyberneko.xerces.util.XMLAttributesImpl
-
Look up the index of an attribute by XML 1.0 qualified name.
- getIndex(String) - Method in interface org.htmlunit.cyberneko.xerces.xni.XMLAttributes
-
Look up the index of an attribute by XML 1.0 qualified name.
- getIndex(String, String) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser.AttributesProxy
- getIndex(String, String) - Method in class org.htmlunit.cyberneko.xerces.util.XMLAttributesImpl
-
Look up the index of an attribute by Namespace name.
- getIndex(String, String) - Method in interface org.htmlunit.cyberneko.xerces.xni.XMLAttributes
-
Look up the index of an attribute by Namespace name.
- getInputEncoding() - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
DOM Level 3 CR - Experimental.
- getInputEncoding() - Method in class org.htmlunit.cyberneko.xerces.dom.EntityImpl
-
An attribute specifying the encoding used for this entity at the tiome of parsing, when it is an external parsed entity.
- getInteger(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLElementImpl
-
Convenience method used to translate an attribute value into an integer value.
- getInternalSubset() - Method in class org.htmlunit.cyberneko.xerces.dom.DocumentTypeImpl
-
Introduced in DOM Level 2.
- getIsMap() - Method in class org.htmlunit.cyberneko.html.dom.HTMLImageElementImpl
- getItem(int) - Method in class org.htmlunit.cyberneko.xerces.dom.NamedNodeMapImpl
- getLabel() - Method in class org.htmlunit.cyberneko.html.dom.HTMLOptGroupElementImpl
- getLabel() - Method in class org.htmlunit.cyberneko.html.dom.HTMLOptionElementImpl
- getLang() - Method in class org.htmlunit.cyberneko.html.dom.HTMLElementImpl
- getLastChild() - Method in class org.htmlunit.cyberneko.xerces.dom.AttrImpl
-
The first child of this Node, or null if none.
- getLastChild() - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
-
The first child of this Node, or null if none.
- getLastChild() - Method in class org.htmlunit.cyberneko.xerces.dom.ParentNode
-
The first child of this Node, or null if none.
- getLength() - Method in class org.htmlunit.cyberneko.html.dom.HTMLCollectionImpl
-
Returns the length of the collection.
- getLength() - Method in class org.htmlunit.cyberneko.html.dom.HTMLFormElementImpl
- getLength() - Method in class org.htmlunit.cyberneko.html.dom.HTMLSelectElementImpl
- getLength() - Method in class org.htmlunit.cyberneko.xerces.dom.AttrImpl
-
NodeList method: Count the immediate children of this node
- getLength() - Method in class org.htmlunit.cyberneko.xerces.dom.CharacterDataImpl
-
NodeList method: Count the immediate children of this node
- getLength() - Method in class org.htmlunit.cyberneko.xerces.dom.DeepNodeListImpl
- getLength() - Method in class org.htmlunit.cyberneko.xerces.dom.NamedNodeMapImpl
-
Report how many nodes are currently stored in this NamedNodeMap.
- getLength() - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
-
NodeList method: Count the immediate children of this node
- getLength() - Method in class org.htmlunit.cyberneko.xerces.dom.ParentNode
-
NodeList method: Count the immediate children of this node
- getLength() - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser.AttributesProxy
- getLength() - Method in class org.htmlunit.cyberneko.xerces.util.XMLAttributesImpl
-
Return the number of attributes in the list.
- getLength() - Method in interface org.htmlunit.cyberneko.xerces.xni.XMLAttributes
- getLength(Element) - Method in class org.htmlunit.cyberneko.html.dom.HTMLCollectionImpl
-
Recursive function returns the number of elements of a particular type that exist under the top level element.
- getLexicalHandler() - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser
- getLineNumber() - Method in class org.htmlunit.cyberneko.HTMLScanner.CurrentEntity
- getLineNumber() - Method in class org.htmlunit.cyberneko.HTMLScanner
-
Returns the current line number.
- getLineNumber() - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser.LocatorProxy
- getLineNumber() - Method in exception class org.htmlunit.cyberneko.xerces.xni.parser.XMLParseException
- getLineNumber() - Method in interface org.htmlunit.cyberneko.xerces.xni.XMLLocator
- getLink() - Method in class org.htmlunit.cyberneko.html.dom.HTMLBodyElementImpl
- getLinks() - Method in class org.htmlunit.cyberneko.html.dom.HTMLDocumentImpl
- getLiteralSystemId() - Method in class org.htmlunit.cyberneko.HTMLScanner
-
Returns the literal system identifier.
- getLiteralSystemId() - Method in exception class org.htmlunit.cyberneko.xerces.xni.parser.XMLParseException
- getLiteralSystemId() - Method in interface org.htmlunit.cyberneko.xerces.xni.XMLLocator
- getLocalName() - Method in class org.htmlunit.cyberneko.xerces.dom.AttrNSImpl
-
Introduced in DOM Level 2.
- getLocalName() - Method in class org.htmlunit.cyberneko.xerces.dom.ElementNSImpl
-
Introduced in DOM Level 2.
- getLocalName() - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
-
Introduced in DOM Level 2.
- getLocalName(int) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser.AttributesProxy
- getLocalName(int) - Method in class org.htmlunit.cyberneko.xerces.util.XMLAttributesImpl
-
Look up an attribute's local name by index.
- getLocalName(int) - Method in interface org.htmlunit.cyberneko.xerces.xni.XMLAttributes
-
Look up an attribute's local name by index.
- getLocalpart() - Method in class org.htmlunit.cyberneko.xerces.xni.QName
- getLongDesc() - Method in class org.htmlunit.cyberneko.html.dom.HTMLFrameElementImpl
- getLongDesc() - Method in class org.htmlunit.cyberneko.html.dom.HTMLIFrameElementImpl
- getLongDesc() - Method in class org.htmlunit.cyberneko.html.dom.HTMLImageElementImpl
- getLowSrc() - Method in class org.htmlunit.cyberneko.html.dom.HTMLImageElementImpl
- getMarginHeight() - Method in class org.htmlunit.cyberneko.html.dom.HTMLFrameElementImpl
- getMarginHeight() - Method in class org.htmlunit.cyberneko.html.dom.HTMLIFrameElementImpl
- getMarginWidth() - Method in class org.htmlunit.cyberneko.html.dom.HTMLFrameElementImpl
- getMarginWidth() - Method in class org.htmlunit.cyberneko.html.dom.HTMLIFrameElementImpl
- getMatch() - Method in class org.htmlunit.cyberneko.HTMLUnicodeEntitiesParser
- getMaxLength() - Method in class org.htmlunit.cyberneko.html.dom.HTMLInputElementImpl
- getMedia() - Method in class org.htmlunit.cyberneko.html.dom.HTMLLinkElementImpl
- getMedia() - Method in class org.htmlunit.cyberneko.html.dom.HTMLStyleElementImpl
- getMethod() - Method in class org.htmlunit.cyberneko.html.dom.HTMLFormElementImpl
- getMultiple() - Method in class org.htmlunit.cyberneko.html.dom.HTMLSelectElementImpl
- getName() - Method in class org.htmlunit.cyberneko.html.dom.HTMLAnchorElementImpl
- getName() - Method in class org.htmlunit.cyberneko.html.dom.HTMLAppletElementImpl
- getName() - Method in class org.htmlunit.cyberneko.html.dom.HTMLButtonElementImpl
- getName() - Method in class org.htmlunit.cyberneko.html.dom.HTMLFormElementImpl
- getName() - Method in class org.htmlunit.cyberneko.html.dom.HTMLFrameElementImpl
- getName() - Method in class org.htmlunit.cyberneko.html.dom.HTMLIFrameElementImpl
- getName() - Method in class org.htmlunit.cyberneko.html.dom.HTMLImageElementImpl
- getName() - Method in class org.htmlunit.cyberneko.html.dom.HTMLInputElementImpl
- getName() - Method in class org.htmlunit.cyberneko.html.dom.HTMLMapElementImpl
- getName() - Method in class org.htmlunit.cyberneko.html.dom.HTMLMetaElementImpl
- getName() - Method in class org.htmlunit.cyberneko.html.dom.HTMLObjectElementImpl
- getName() - Method in class org.htmlunit.cyberneko.html.dom.HTMLParamElementImpl
- getName() - Method in class org.htmlunit.cyberneko.html.dom.HTMLSelectElementImpl
- getName() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTextAreaElementImpl
- getName() - Method in class org.htmlunit.cyberneko.xerces.dom.AttrImpl
-
In Attributes, NodeName is considered a synonym for the attribute's Name
- getName() - Method in class org.htmlunit.cyberneko.xerces.dom.DocumentTypeImpl
-
Name of this document type.
- getName(int) - Method in class org.htmlunit.cyberneko.xerces.util.XMLAttributesImpl
-
Returns the full QName of the name of this attribute.
- getName(int) - Method in interface org.htmlunit.cyberneko.xerces.xni.XMLAttributes
-
Returns the QName structure of the name.
- getName(int, QName) - Method in class org.htmlunit.cyberneko.xerces.util.XMLAttributesImpl
-
Sets the fields in the given QName structure with the values of the attribute name at the specified index.
- getName(int, QName) - Method in interface org.htmlunit.cyberneko.xerces.xni.XMLAttributes
-
Gets the fields in the given QName structure with the values of the attribute name at the specified index.
- getNamedItem(String) - Method in class org.htmlunit.cyberneko.xerces.dom.NamedNodeMapImpl
-
Retrieve a node by name.
- getNamedItemIndex(String, String) - Method in class org.htmlunit.cyberneko.xerces.dom.NamedNodeMapImpl
- getNamedItemNS(String, String) - Method in class org.htmlunit.cyberneko.xerces.dom.NamedNodeMapImpl
-
Introduced in DOM Level 2.
- getNameRawName(int) - Method in class org.htmlunit.cyberneko.xerces.util.XMLAttributesImpl
-
Return the name of an attribute in this list (by position).
- getNamespaceBinder() - Method in class org.htmlunit.cyberneko.HTMLConfiguration
- getNamespaceURI() - Method in class org.htmlunit.cyberneko.xerces.dom.AttrNSImpl
-
Introduced in DOM Level 2.
- getNamespaceURI() - Method in class org.htmlunit.cyberneko.xerces.dom.ElementNSImpl
-
Introduced in DOM Level 2.
- getNamespaceURI() - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
-
Introduced in DOM Level 2.
- getNamesValue(String) - Static method in class org.htmlunit.cyberneko.filters.NamespaceBinder
- getNamesValue(String) - Static method in class org.htmlunit.cyberneko.HTMLScanner
- getNamesValue(String) - Static method in class org.htmlunit.cyberneko.HTMLTagBalancer
- getNextChar() - Method in class org.htmlunit.cyberneko.HTMLScanner.CurrentEntity
- getNextSibling() - Method in class org.htmlunit.cyberneko.xerces.dom.ChildNode
-
The next child of this node's parent, or null if none
- getNextSibling() - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
-
The next child of this node's parent, or null if none
- getNodeListCache(ParentNode) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
Returns a NodeListCache for the given node.
- getNodeName() - Method in class org.htmlunit.cyberneko.xerces.dom.AttrImpl
-
the name of this node.
- getNodeName() - Method in class org.htmlunit.cyberneko.xerces.dom.CDATASectionImpl
-
the name of this node.
- getNodeName() - Method in class org.htmlunit.cyberneko.xerces.dom.CommentImpl
-
the name of this node.
- getNodeName() - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
Returns the node name.
- getNodeName() - Method in class org.htmlunit.cyberneko.xerces.dom.DocumentFragmentImpl
-
the name of this node.
- getNodeName() - Method in class org.htmlunit.cyberneko.xerces.dom.DocumentTypeImpl
-
the name of this node.
- getNodeName() - Method in class org.htmlunit.cyberneko.xerces.dom.ElementImpl
-
the name of this node.
- getNodeName() - Method in class org.htmlunit.cyberneko.xerces.dom.EntityImpl
-
the name of this node.
- getNodeName() - Method in class org.htmlunit.cyberneko.xerces.dom.EntityReferenceImpl
-
the name of this node.
- getNodeName() - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
-
the name of this node.
- getNodeName() - Method in class org.htmlunit.cyberneko.xerces.dom.ProcessingInstructionImpl
-
the name of this node.
- getNodeName() - Method in class org.htmlunit.cyberneko.xerces.dom.TextImpl
-
the name of this node.
- getNodeNumber() - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
NON-DOM: Get the number associated with this document.
- getNodeNumber() - Method in class org.htmlunit.cyberneko.xerces.dom.DocumentTypeImpl
-
NON-DOM Get the number associated with this doctype.
- getNodeNumber() - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
- getNodeNumber(Node) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
- getNodeType() - Method in class org.htmlunit.cyberneko.xerces.dom.AttrImpl
-
A short integer indicating what type of node this is.
- getNodeType() - Method in class org.htmlunit.cyberneko.xerces.dom.CDATASectionImpl
-
A short integer indicating what type of node this is.
- getNodeType() - Method in class org.htmlunit.cyberneko.xerces.dom.CommentImpl
-
A short integer indicating what type of node this is.
- getNodeType() - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
Returns the node type.
- getNodeType() - Method in class org.htmlunit.cyberneko.xerces.dom.DocumentFragmentImpl
-
A short integer indicating what type of node this is.
- getNodeType() - Method in class org.htmlunit.cyberneko.xerces.dom.DocumentTypeImpl
-
A short integer indicating what type of node this is.
- getNodeType() - Method in class org.htmlunit.cyberneko.xerces.dom.ElementImpl
-
A short integer indicating what type of node this is.
- getNodeType() - Method in class org.htmlunit.cyberneko.xerces.dom.EntityImpl
-
A short integer indicating what type of node this is.
- getNodeType() - Method in class org.htmlunit.cyberneko.xerces.dom.EntityReferenceImpl
-
A short integer indicating what type of node this is.
- getNodeType() - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
-
A short integer indicating what type of node this is.
- getNodeType() - Method in class org.htmlunit.cyberneko.xerces.dom.ProcessingInstructionImpl
-
A short integer indicating what type of node this is.
- getNodeType() - Method in class org.htmlunit.cyberneko.xerces.dom.TextImpl
-
A short integer indicating what type of node this is.
- getNodeValue() - Method in class org.htmlunit.cyberneko.xerces.dom.AttrImpl
-
Returns the node value.
- getNodeValue() - Method in class org.htmlunit.cyberneko.xerces.dom.CharacterDataImpl
- getNodeValue() - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
-
Returns the node value.
- getNoHref() - Method in class org.htmlunit.cyberneko.html.dom.HTMLAreaElementImpl
- getNonNormalizedValue() - Method in class org.htmlunit.cyberneko.xerces.util.XMLAttributesImpl.Attribute
- getNonNormalizedValue() - Method in class org.htmlunit.cyberneko.xerces.util.XMLAttributesImpl.AttributeExt
- getNonNormalizedValue(int) - Method in class org.htmlunit.cyberneko.xerces.util.XMLAttributesImpl
- getNonNormalizedValue(int) - Method in interface org.htmlunit.cyberneko.xerces.xni.XMLAttributes
- getNoResize() - Method in class org.htmlunit.cyberneko.html.dom.HTMLFrameElementImpl
- getNormalize() - Method in class org.htmlunit.cyberneko.filters.HTMLWriterFilter
- getNoShade() - Method in class org.htmlunit.cyberneko.html.dom.HTMLHRElementImpl
- getNotationName() - Method in class org.htmlunit.cyberneko.xerces.dom.EntityImpl
-
Unparsed entities -- which contain non-XML data -- have a "notation name" which tells applications how to deal with them.
- getNotations() - Method in class org.htmlunit.cyberneko.xerces.dom.DocumentTypeImpl
-
Access the collection of Notations defined in the DTD.
- getNoWrap() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableCellElementImpl
- getObject() - Method in class org.htmlunit.cyberneko.html.dom.HTMLAppletElementImpl
- getOptions() - Method in class org.htmlunit.cyberneko.html.dom.HTMLSelectElementImpl
- getOwnerDocument() - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
- getOwnerDocument() - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
-
Find the Document that this Node belongs to (the document in whose context the Node was created).
- getOwnerDocument() - Method in class org.htmlunit.cyberneko.xerces.dom.ParentNode
-
Find the Document that this Node belongs to (the document in whose context the Node was created).
- getOwnerElement() - Method in class org.htmlunit.cyberneko.xerces.dom.AttrImpl
-
Returns the element node that this attribute is associated with, or null if the attribute has not been added to an element.
- getParentContext() - Method in class org.htmlunit.cyberneko.filters.NamespaceBinder.NamespaceSupport
- getParentDepth(HTMLElements.Element[], short) - Method in class org.htmlunit.cyberneko.HTMLTagBalancer
- getParentNode() - Method in class org.htmlunit.cyberneko.xerces.dom.ChildNode
-
Obtain the DOM-tree parent of this node, or null if it is not currently active in the DOM tree (perhaps because it has just been created or removed).
- getParentNode() - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
-
Obtain the DOM-tree parent of this node, or null if it is not currently active in the DOM tree (perhaps because it has just been created or removed).
- getPath() - Method in class org.htmlunit.cyberneko.xerces.util.URI
-
Get the path for this URI.
- getPort() - Method in class org.htmlunit.cyberneko.xerces.util.URI
-
Get the port for this URI.
- getPrefix() - Method in class org.htmlunit.cyberneko.xerces.dom.AttrNSImpl
-
Introduced in DOM Level 2.
- getPrefix() - Method in class org.htmlunit.cyberneko.xerces.dom.ElementNSImpl
-
Introduced in DOM Level 2.
- getPrefix() - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
-
Introduced in DOM Level 2.
- getPrefix() - Method in class org.htmlunit.cyberneko.xerces.xni.QName
- getPreviousSibling() - Method in class org.htmlunit.cyberneko.xerces.dom.ChildNode
-
The previous child of this node's parent, or null if none
- getPreviousSibling() - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
-
The previous child of this node's parent, or null if none
- getProfile() - Method in class org.htmlunit.cyberneko.html.dom.HTMLHeadElementImpl
- getPrompt() - Method in class org.htmlunit.cyberneko.html.dom.HTMLIsIndexElementImpl
- getProperty(String) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser
-
Query the value of a property.
- getProperty(String) - Method in class org.htmlunit.cyberneko.xerces.util.ParserConfigurationSettings
- getProperty(String) - Method in interface org.htmlunit.cyberneko.xerces.xni.parser.XMLComponentManager
- getProperty(String) - Method in interface org.htmlunit.cyberneko.xerces.xni.parser.XMLParserConfiguration
- getPropertyDefault(String) - Method in class org.htmlunit.cyberneko.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.htmlunit.cyberneko.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.
- getPropertyDefault(String) - Method in interface org.htmlunit.cyberneko.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.htmlunit.cyberneko.HTMLScanner
-
Returns the default state for a property.
- getPropertyDefault(String) - Method in class org.htmlunit.cyberneko.HTMLTagBalancer
-
Returns the default state for a property.
- getPropertyDefault(String) - Method in interface org.htmlunit.cyberneko.xerces.xni.parser.XMLComponent
- getPublicId() - Method in class org.htmlunit.cyberneko.HTMLScanner
-
Returns the public identifier.
- getPublicId() - Method in class org.htmlunit.cyberneko.xerces.dom.DocumentTypeImpl
-
Introduced in DOM Level 2.
- getPublicId() - Method in class org.htmlunit.cyberneko.xerces.dom.EntityImpl
-
The public identifier associated with the entity.
- getPublicId() - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser.LocatorProxy
- getPublicId() - Method in class org.htmlunit.cyberneko.xerces.xni.parser.XMLInputSource
- getPublicId() - Method in exception class org.htmlunit.cyberneko.xerces.xni.parser.XMLParseException
- getPublicId() - Method in interface org.htmlunit.cyberneko.xerces.xni.XMLLocator
- getQName(int) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser.AttributesProxy
- getQName(int) - Method in class org.htmlunit.cyberneko.xerces.util.XMLAttributesImpl
-
Look up an attribute's XML 1.0 qualified name by index.
- getQName(int) - Method in interface org.htmlunit.cyberneko.xerces.xni.XMLAttributes
-
Look up an attribute's XML 1.0 qualified name by index.
- getQueryString() - Method in class org.htmlunit.cyberneko.xerces.util.URI
-
Get the query string for this URI.
- getRawname() - Method in class org.htmlunit.cyberneko.xerces.xni.QName
- getReader(XMLInputSource) - Method in class org.htmlunit.cyberneko.HTMLScanner
- getReadOnly() - Method in class org.htmlunit.cyberneko.html.dom.HTMLInputElementImpl
- getReadOnly() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTextAreaElementImpl
- getRecognizedFeatures() - Method in class org.htmlunit.cyberneko.filters.DefaultFilter
-
Returns a list of feature identifiers that are recognized by this component.
- getRecognizedFeatures() - Method in class org.htmlunit.cyberneko.filters.NamespaceBinder
-
Returns a list of feature identifiers that are recognized by this component.
- getRecognizedFeatures() - Method in class org.htmlunit.cyberneko.HTMLScanner
-
Returns recognized features.
- getRecognizedFeatures() - Method in class org.htmlunit.cyberneko.HTMLTagBalancer
-
Returns recognized features.
- getRecognizedFeatures() - Method in interface org.htmlunit.cyberneko.xerces.xni.parser.XMLComponent
- getRecognizedProperties() - Method in class org.htmlunit.cyberneko.filters.DefaultFilter
-
Returns a list of property identifiers that are recognized by this component.
- getRecognizedProperties() - Method in class org.htmlunit.cyberneko.filters.NamespaceBinder
-
Returns a list of property identifiers that are recognized by this component.
- getRecognizedProperties() - Method in class org.htmlunit.cyberneko.HTMLScanner
-
Returns recognized properties.
- getRecognizedProperties() - Method in class org.htmlunit.cyberneko.HTMLTagBalancer
-
Returns recognized properties.
- getRecognizedProperties() - Method in interface org.htmlunit.cyberneko.xerces.xni.parser.XMLComponent
- getReferrer() - Method in class org.htmlunit.cyberneko.html.dom.HTMLDocumentImpl
- getRegBasedAuthority() - Method in class org.htmlunit.cyberneko.xerces.util.URI
-
Get the registry based authority for this URI.
- getRel() - Method in class org.htmlunit.cyberneko.html.dom.HTMLAnchorElementImpl
- getRel() - Method in class org.htmlunit.cyberneko.html.dom.HTMLLinkElementImpl
- getReportableType(String) - Static method in class org.htmlunit.cyberneko.xerces.util.XMLAttributesImpl
-
Returns the value passed in or NMTOKEN if it's an enumerated type.
- getResourceBundle(String) - Static method in class org.htmlunit.cyberneko.xerces.dom.DOMMessageFormatter
- getRev() - Method in class org.htmlunit.cyberneko.html.dom.HTMLAnchorElementImpl
- getRev() - Method in class org.htmlunit.cyberneko.html.dom.HTMLLinkElementImpl
- getRewindCount() - Method in class org.htmlunit.cyberneko.HTMLUnicodeEntitiesParser
- getRowIndex() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableRowElementImpl
- getRowIndex(Node) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableRowElementImpl
- getRows() - Method in class org.htmlunit.cyberneko.html.dom.HTMLFrameSetElementImpl
- getRows() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableElementImpl
- getRows() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableSectionElementImpl
- getRows() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTextAreaElementImpl
- getRowSpan() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableCellElementImpl
- getRules() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableElementImpl
- getSchemaTypeInfo() - Method in class org.htmlunit.cyberneko.xerces.dom.AttrImpl
- getSchemaTypeInfo() - Method in class org.htmlunit.cyberneko.xerces.dom.ElementImpl
-
Method getSchemaTypeInfo.
- getScheme() - Method in class org.htmlunit.cyberneko.html.dom.HTMLMetaElementImpl
- getScheme() - Method in class org.htmlunit.cyberneko.xerces.util.URI
-
Get the scheme for this URI.
- getSchemeSpecificPart() - Method in class org.htmlunit.cyberneko.xerces.util.URI
-
Get the scheme-specific part for this URI (everything following the scheme and the first colon).
- getScope() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableCellElementImpl
- getScrolling() - Method in class org.htmlunit.cyberneko.html.dom.HTMLFrameElementImpl
- getScrolling() - Method in class org.htmlunit.cyberneko.html.dom.HTMLIFrameElementImpl
- getSectionRowIndex() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableRowElementImpl
- getSelected() - Method in class org.htmlunit.cyberneko.html.dom.HTMLOptionElementImpl
- getSelectedIndex() - Method in class org.htmlunit.cyberneko.html.dom.HTMLSelectElementImpl
- getShape() - Method in class org.htmlunit.cyberneko.html.dom.HTMLAnchorElementImpl
- getShape() - Method in class org.htmlunit.cyberneko.html.dom.HTMLAreaElementImpl
- getSize() - Method in class org.htmlunit.cyberneko.html.dom.HTMLBaseFontElementImpl
- getSize() - Method in class org.htmlunit.cyberneko.html.dom.HTMLFontElementImpl
- getSize() - Method in class org.htmlunit.cyberneko.html.dom.HTMLHRElementImpl
- getSize() - Method in class org.htmlunit.cyberneko.html.dom.HTMLInputElementImpl
- getSize() - Method in class org.htmlunit.cyberneko.html.dom.HTMLSelectElementImpl
- getSpan() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableColElementImpl
- getSpecified() - Method in class org.htmlunit.cyberneko.xerces.dom.AttrImpl
-
The "specified" flag is true if and only if this attribute's value was explicitly specified in the original document.
- getSrc() - Method in class org.htmlunit.cyberneko.html.dom.HTMLFrameElementImpl
- getSrc() - Method in class org.htmlunit.cyberneko.html.dom.HTMLIFrameElementImpl
- getSrc() - Method in class org.htmlunit.cyberneko.html.dom.HTMLImageElementImpl
- getSrc() - Method in class org.htmlunit.cyberneko.html.dom.HTMLInputElementImpl
- getSrc() - Method in class org.htmlunit.cyberneko.html.dom.HTMLScriptElementImpl
- getStandby() - Method in class org.htmlunit.cyberneko.html.dom.HTMLObjectElementImpl
- getStart() - Method in class org.htmlunit.cyberneko.html.dom.HTMLOListElementImpl
- getStartIndex(Object) - Method in class org.htmlunit.cyberneko.util.FastHashMap
- getStrictErrorChecking() - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
- getSummary() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableElementImpl
- getSystemId() - Method in class org.htmlunit.cyberneko.xerces.dom.DocumentTypeImpl
-
Introduced in DOM Level 2.
- getSystemId() - Method in class org.htmlunit.cyberneko.xerces.dom.EntityImpl
-
The system identifier associated with the entity.
- getSystemId() - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser.LocatorProxy
- getSystemId() - Method in class org.htmlunit.cyberneko.xerces.xni.parser.XMLInputSource
- getTabIndex() - Method in class org.htmlunit.cyberneko.html.dom.HTMLAnchorElementImpl
- getTabIndex() - Method in class org.htmlunit.cyberneko.html.dom.HTMLAreaElementImpl
- getTabIndex() - Method in class org.htmlunit.cyberneko.html.dom.HTMLButtonElementImpl
- getTabIndex() - Method in class org.htmlunit.cyberneko.html.dom.HTMLInputElementImpl
- getTabIndex() - Method in class org.htmlunit.cyberneko.html.dom.HTMLObjectElementImpl
- getTabIndex() - Method in class org.htmlunit.cyberneko.html.dom.HTMLSelectElementImpl
- getTabIndex() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTextAreaElementImpl
- getTagBalancer() - Method in class org.htmlunit.cyberneko.HTMLConfiguration
- getTagName() - Method in class org.htmlunit.cyberneko.xerces.dom.ElementImpl
-
Returns the name of the Element.
- getTarget() - Method in class org.htmlunit.cyberneko.html.dom.HTMLAnchorElementImpl
- getTarget() - Method in class org.htmlunit.cyberneko.html.dom.HTMLAreaElementImpl
- getTarget() - Method in class org.htmlunit.cyberneko.html.dom.HTMLBaseElementImpl
- getTarget() - Method in class org.htmlunit.cyberneko.html.dom.HTMLFormElementImpl
- getTarget() - Method in class org.htmlunit.cyberneko.html.dom.HTMLLinkElementImpl
- getTarget() - Method in class org.htmlunit.cyberneko.xerces.dom.ProcessingInstructionImpl
-
A PI's "target" states what processor channel the PI's data should be directed to.
- getTBodies() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableElementImpl
- getText() - Method in class org.htmlunit.cyberneko.html.dom.HTMLBodyElementImpl
- getText() - Method in class org.htmlunit.cyberneko.html.dom.HTMLOptionElementImpl
- getText() - Method in class org.htmlunit.cyberneko.html.dom.HTMLScriptElementImpl
- getText() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTitleElementImpl
- getTextContent() - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
- getTextContent() - Method in class org.htmlunit.cyberneko.xerces.dom.DocumentTypeImpl
-
This attribute returns the text content of this node and its descendants.
- getTextContent() - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
-
This attribute returns the text content of this node and its descendants.
- getTextContent() - Method in class org.htmlunit.cyberneko.xerces.dom.ParentNode
- getTextContent(StringBuilder) - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
- getTextContent(StringBuilder) - Method in class org.htmlunit.cyberneko.xerces.dom.ParentNode
- getTFoot() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableElementImpl
- getTHead() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableElementImpl
- getTitle() - Method in class org.htmlunit.cyberneko.html.dom.HTMLDocumentImpl
- getTitle() - Method in class org.htmlunit.cyberneko.html.dom.HTMLElementImpl
- getType() - Method in class org.htmlunit.cyberneko.html.dom.HTMLAnchorElementImpl
- getType() - Method in class org.htmlunit.cyberneko.html.dom.HTMLButtonElementImpl
- getType() - Method in class org.htmlunit.cyberneko.html.dom.HTMLInputElementImpl
- getType() - Method in class org.htmlunit.cyberneko.html.dom.HTMLLIElementImpl
- getType() - Method in class org.htmlunit.cyberneko.html.dom.HTMLLinkElementImpl
- getType() - Method in class org.htmlunit.cyberneko.html.dom.HTMLObjectElementImpl
- getType() - Method in class org.htmlunit.cyberneko.html.dom.HTMLOListElementImpl
- getType() - Method in class org.htmlunit.cyberneko.html.dom.HTMLParamElementImpl
- getType() - Method in class org.htmlunit.cyberneko.html.dom.HTMLScriptElementImpl
- getType() - Method in class org.htmlunit.cyberneko.html.dom.HTMLSelectElementImpl
- getType() - Method in class org.htmlunit.cyberneko.html.dom.HTMLStyleElementImpl
- getType() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTextAreaElementImpl
- getType() - Method in class org.htmlunit.cyberneko.html.dom.HTMLUListElementImpl
- getType() - Method in exception class org.htmlunit.cyberneko.xerces.xni.parser.XMLConfigurationException
- getType(int) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser.AttributesProxy
- getType(int) - Method in class org.htmlunit.cyberneko.xerces.util.XMLAttributesImpl
-
Look up an attribute's type by index.
- getType(int) - Method in interface org.htmlunit.cyberneko.xerces.xni.XMLAttributes
-
Look up an attribute's type by index.
- getType(String) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser.AttributesProxy
- getType(String) - Method in class org.htmlunit.cyberneko.xerces.util.XMLAttributesImpl
-
Look up an attribute's type by XML 1.0 qualified name.
- getType(String) - Method in interface org.htmlunit.cyberneko.xerces.xni.XMLAttributes
-
Look up an attribute's type by XML 1.0 qualified name.
- getType(String, String) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser.AttributesProxy
- getType(String, String) - Method in class org.htmlunit.cyberneko.xerces.util.XMLAttributesImpl
-
Look up an attribute's type by Namespace name.
- getType(String, String) - Method in interface org.htmlunit.cyberneko.xerces.xni.XMLAttributes
-
Look up an attribute's type by Namespace name.
- getTypeName() - Method in class org.htmlunit.cyberneko.xerces.dom.AttrImpl
- getTypeName() - Method in class org.htmlunit.cyberneko.xerces.dom.AttrNSImpl
- getTypeName() - Method in class org.htmlunit.cyberneko.xerces.dom.ElementImpl
- getTypeName() - Method in class org.htmlunit.cyberneko.xerces.dom.ElementNSImpl
- getTypeNamespace() - Method in class org.htmlunit.cyberneko.xerces.dom.AttrImpl
- getTypeNamespace() - Method in class org.htmlunit.cyberneko.xerces.dom.AttrNSImpl
- getTypeNamespace() - Method in class org.htmlunit.cyberneko.xerces.dom.ElementImpl
- getTypeNamespace() - Method in class org.htmlunit.cyberneko.xerces.dom.ElementNSImpl
- getUri() - Method in class org.htmlunit.cyberneko.xerces.xni.QName
- getURI(int) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser.AttributesProxy
- getURI(int) - Method in class org.htmlunit.cyberneko.xerces.util.XMLAttributesImpl
-
Look up an attribute's Namespace URI by index.
- getURI(int) - Method in interface org.htmlunit.cyberneko.xerces.xni.XMLAttributes
-
Look up an attribute's Namespace URI by index.
- getURI(String) - Method in class org.htmlunit.cyberneko.filters.NamespaceBinder.NamespaceSupport
-
Get URI.
- getURI(String) - Method in class org.htmlunit.cyberneko.xerces.util.NamespaceSupport
- getURI(String) - Method in interface org.htmlunit.cyberneko.xerces.xni.NamespaceContext
-
Look up a prefix and get the currently-mapped Namespace URI.
- getURL() - Method in class org.htmlunit.cyberneko.html.dom.HTMLDocumentImpl
- getUseMap() - Method in class org.htmlunit.cyberneko.html.dom.HTMLImageElementImpl
- getUseMap() - Method in class org.htmlunit.cyberneko.html.dom.HTMLInputElementImpl
- getUseMap() - Method in class org.htmlunit.cyberneko.html.dom.HTMLObjectElementImpl
- getUserData(String) - Method in class org.htmlunit.cyberneko.xerces.dom.DocumentTypeImpl
-
Retrieves the object associated to a key on a this node.
- getUserData(String) - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
-
Retrieves the object associated to a key on a this node.
- getUserinfo() - Method in class org.htmlunit.cyberneko.xerces.util.URI
-
Get the userinfo for this URI.
- getVAlign() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableCellElementImpl
- getVAlign() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableColElementImpl
- getVAlign() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableRowElementImpl
- getVAlign() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableSectionElementImpl
- getValue() - Method in class org.htmlunit.cyberneko.html.dom.HTMLButtonElementImpl
- getValue() - Method in class org.htmlunit.cyberneko.html.dom.HTMLInputElementImpl
- getValue() - Method in class org.htmlunit.cyberneko.html.dom.HTMLLIElementImpl
- getValue() - Method in class org.htmlunit.cyberneko.html.dom.HTMLOptionElementImpl
- getValue() - Method in class org.htmlunit.cyberneko.html.dom.HTMLParamElementImpl
- getValue() - Method in class org.htmlunit.cyberneko.html.dom.HTMLSelectElementImpl
- getValue() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTextAreaElementImpl
- getValue() - Method in class org.htmlunit.cyberneko.xerces.dom.AttrImpl
-
The "string value" of an Attribute is its text representation, which in turn is a concatenation of the string values of its children.
- getValue(int) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser.AttributesProxy
- getValue(int) - Method in class org.htmlunit.cyberneko.xerces.util.XMLAttributesImpl
-
Look up an attribute's value by index.
- getValue(int) - Method in interface org.htmlunit.cyberneko.xerces.xni.XMLAttributes
-
Look up an attribute's value by index.
- getValue(String) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser.AttributesProxy
- getValue(String) - Method in class org.htmlunit.cyberneko.xerces.util.XMLAttributesImpl
-
Look up an attribute's value by XML 1.0 qualified name.
- getValue(String) - Method in interface org.htmlunit.cyberneko.xerces.xni.XMLAttributes
-
Look up an attribute's value by XML 1.0 qualified name.
- getValue(String, String) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser.AttributesProxy
- getValue(String, String) - Method in class org.htmlunit.cyberneko.xerces.util.XMLAttributesImpl
-
Look up an attribute's value by Namespace name.
- getValue(String, String) - Method in interface org.htmlunit.cyberneko.xerces.xni.XMLAttributes
-
Look up an attribute's value by Namespace name.
- getValue(XMLAttributes, String) - Static method in class org.htmlunit.cyberneko.HTMLScanner
- getValueType() - Method in class org.htmlunit.cyberneko.html.dom.HTMLParamElementImpl
- getVersion() - Method in class org.htmlunit.cyberneko.html.dom.HTMLHtmlElementImpl
- getVLink() - Method in class org.htmlunit.cyberneko.html.dom.HTMLBodyElementImpl
- getVspace() - Method in class org.htmlunit.cyberneko.html.dom.HTMLAppletElementImpl
- getVspace() - Method in class org.htmlunit.cyberneko.html.dom.HTMLImageElementImpl
- getVspace() - Method in class org.htmlunit.cyberneko.html.dom.HTMLObjectElementImpl
- getWholeText() - Method in class org.htmlunit.cyberneko.xerces.dom.TextImpl
-
DOM Level 3 WD - Experimental.
- getWholeTextBackward(Node, StringBuilder, Node) - Method in class org.htmlunit.cyberneko.xerces.dom.TextImpl
-
Concatenates the text of all logically-adjacent text nodes to the left of the node
- getWholeTextForward(Node, StringBuilder, Node) - Method in class org.htmlunit.cyberneko.xerces.dom.TextImpl
-
Concatenates the text of all logically-adjacent text nodes to the right of this node
- getWidth() - Method in class org.htmlunit.cyberneko.html.dom.HTMLAppletElementImpl
- getWidth() - Method in class org.htmlunit.cyberneko.html.dom.HTMLHRElementImpl
- getWidth() - Method in class org.htmlunit.cyberneko.html.dom.HTMLIFrameElementImpl
- getWidth() - Method in class org.htmlunit.cyberneko.html.dom.HTMLImageElementImpl
- getWidth() - Method in class org.htmlunit.cyberneko.html.dom.HTMLObjectElementImpl
- getWidth() - Method in class org.htmlunit.cyberneko.html.dom.HTMLPreElementImpl
- getWidth() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableCellElementImpl
- getWidth() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableColElementImpl
- getWidth() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableElementImpl
- getXMLBaseAttribute() - Method in class org.htmlunit.cyberneko.xerces.dom.ElementImpl
- getXMLBaseAttribute() - Method in class org.htmlunit.cyberneko.xerces.dom.ElementNSImpl
-
NON-DOM Returns the xml:base attribute.
- getXmlEncoding() - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
DOM Level 3 WD - Experimental.
- getXmlEncoding() - Method in class org.htmlunit.cyberneko.xerces.dom.EntityImpl
-
DOM Level 3 WD - experimental the encoding of this entity, when it is an external parsed entity.
- getXMLParserConfiguration() - Method in class org.htmlunit.cyberneko.parsers.DOMFragmentParser
- getXMLParserConfiguration() - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractDOMParser
- getXmlStandalone() - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
DOM Level 3 WD - Experimental.
- getXmlVersion() - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
DOM Level 3 WD - Experimental.
- getXmlVersion() - Method in class org.htmlunit.cyberneko.xerces.dom.EntityImpl
-
DOM Level 3 WD - experimental the version number of this entity, when it is an external parsed entity.
- getXMLVersion() - Method in class org.htmlunit.cyberneko.HTMLScanner
-
Returns the XML version.
- getXMLVersion() - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser.LocatorProxy
- getXMLVersion() - Method in interface org.htmlunit.cyberneko.xerces.xni.XMLLocator
- growBy_ - Variable in class org.htmlunit.cyberneko.xerces.xni.XMLString
- growByAtLeastOne() - Method in class org.htmlunit.cyberneko.xerces.xni.XMLString
-
Appends a single character to the buffer but growing it first without checking if needed.
H
- H1 - Static variable in class org.htmlunit.cyberneko.HTMLElements
- H2 - Static variable in class org.htmlunit.cyberneko.HTMLElements
- H3 - Static variable in class org.htmlunit.cyberneko.HTMLElements
- H4 - Static variable in class org.htmlunit.cyberneko.HTMLElements
- H5 - Static variable in class org.htmlunit.cyberneko.HTMLElements
- H6 - Static variable in class org.htmlunit.cyberneko.HTMLElements
- handleBaseURI(Node) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractDOMParser
-
Record baseURI information for the Element (by adding xml:base attribute) or for the ProcessingInstruction (by setting a baseURI field) Non deferred DOM.
- hasAttribute(String) - Method in class org.htmlunit.cyberneko.xerces.dom.ElementImpl
-
Introduced in DOM Level 2.
- hasAttributeNS(String, String) - Method in class org.htmlunit.cyberneko.xerces.dom.ElementImpl
-
Introduced in DOM Level 2.
- hasAttributes() - Method in class org.htmlunit.cyberneko.xerces.dom.ElementImpl
-
Returns whether this node (if it is an element) has any attributes.
- hasAttributes() - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
-
Returns whether this node (if it is an element) has any attributes.
- hasChildNodes() - Method in class org.htmlunit.cyberneko.xerces.dom.AttrImpl
-
Test whether this node has any children.
- hasChildNodes() - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
-
Test whether this node has any children.
- hasChildNodes() - Method in class org.htmlunit.cyberneko.xerces.dom.ParentNode
-
Test whether this node has any children.
- hasDefaults() - Method in class org.htmlunit.cyberneko.xerces.dom.NamedNodeMapImpl
- hasDefaults(boolean) - Method in class org.htmlunit.cyberneko.xerces.dom.NamedNodeMapImpl
- HASDEFAULTS - Static variable in class org.htmlunit.cyberneko.xerces.dom.NamedNodeMapImpl
- hasFeature(String, String) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDOMImplementationImpl
-
Test if the DOM implementation supports a specific "feature" -- currently meaning language and level thereof.
- hasFeature(String, String) - Method in class org.htmlunit.cyberneko.xerces.dom.DOMImplementationImpl
-
Test if the DOM implementation supports a specific "feature" -- currently meaning language and level thereof.
- hashCode() - Method in class org.htmlunit.cyberneko.HTMLElements.Element
- hashCode() - Method in class org.htmlunit.cyberneko.xerces.xni.QName
- hashCode() - Method in class org.htmlunit.cyberneko.xerces.xni.XMLString
-
We don't cache the hashcode because we mutate often.
- hasNext() - Method in class org.htmlunit.cyberneko.HTMLScanner.CurrentEntity
-
Indicates if there are characters left.
- hasSeenRootElement() - Method in class org.htmlunit.cyberneko.filters.HTMLWriterFilter
- HASSTRING - Static variable in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
- hasStringValue() - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
- hasStringValue(boolean) - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
- hasTextContent(Node) - Static method in class org.htmlunit.cyberneko.xerces.dom.ParentNode
- hasTextOnlyChildren(Node) - Method in class org.htmlunit.cyberneko.xerces.dom.TextImpl
-
Check if an EntityReference node has Text Only child nodes
- HEAD - Static variable in class org.htmlunit.cyberneko.HTMLElements
- HEADER - Static variable in class org.htmlunit.cyberneko.HTMLElements
- host_ - Variable in class org.htmlunit.cyberneko.xerces.util.URI
-
If specified, stores the host for this URI; otherwise null
- HR - Static variable in class org.htmlunit.cyberneko.HTMLElements
- HTML - Static variable in class org.htmlunit.cyberneko.HTMLElements
- HTML_4_01_FRAMESET_PUBID - Static variable in class org.htmlunit.cyberneko.HTMLScanner
-
HTML 4.01 frameset public identifier ("-//W3C//DTD HTML 4.01 Frameset//EN").
- HTML_4_01_FRAMESET_SYSID - Static variable in class org.htmlunit.cyberneko.HTMLScanner
-
HTML 4.01 frameset system identifier ("http://www.w3.org/TR/html4/frameset.dtd").
- HTML_4_01_STRICT_PUBID - Static variable in class org.htmlunit.cyberneko.HTMLScanner
-
HTML 4.01 strict public identifier ("-//W3C//DTD HTML 4.01//EN").
- HTML_4_01_STRICT_SYSID - Static variable in class org.htmlunit.cyberneko.HTMLScanner
-
HTML 4.01 strict system identifier ("http://www.w3.org/TR/html4/strict.dtd").
- HTML_4_01_TRANSITIONAL_PUBID - Static variable in class org.htmlunit.cyberneko.HTMLScanner
-
HTML 4.01 transitional public identifier ("-//W3C//DTD HTML 4.01 Transitional//EN").
- HTML_4_01_TRANSITIONAL_SYSID - Static variable in class org.htmlunit.cyberneko.HTMLScanner
-
HTML 4.01 transitional system identifier ("http://www.w3.org/TR/html4/loose.dtd").
- HTML5ELEMENTS - Static variable in class org.htmlunit.cyberneko.html.dom.HTMLDocumentImpl
-
All valid HTML5 tags without deprecated elements https://www.tutorialrepublic.com/html-reference/html5-tags.php
- HTMLAnchorElementImpl - Class in org.htmlunit.cyberneko.html.dom
- HTMLAnchorElementImpl(HTMLDocumentImpl, String) - Constructor for class org.htmlunit.cyberneko.html.dom.HTMLAnchorElementImpl
-
Constructor requires owner document.
- HTMLAppletElementImpl - Class in org.htmlunit.cyberneko.html.dom
- HTMLAppletElementImpl(HTMLDocumentImpl, String) - Constructor for class org.htmlunit.cyberneko.html.dom.HTMLAppletElementImpl
-
Constructor requires owner document.
- HTMLAreaElementImpl - Class in org.htmlunit.cyberneko.html.dom
- HTMLAreaElementImpl(HTMLDocumentImpl, String) - Constructor for class org.htmlunit.cyberneko.html.dom.HTMLAreaElementImpl
-
Constructor requires owner document.
- HTMLBaseElementImpl - Class in org.htmlunit.cyberneko.html.dom
- HTMLBaseElementImpl(HTMLDocumentImpl, String) - Constructor for class org.htmlunit.cyberneko.html.dom.HTMLBaseElementImpl
-
Constructor requires owner document.
- HTMLBaseFontElementImpl - Class in org.htmlunit.cyberneko.html.dom
- HTMLBaseFontElementImpl(HTMLDocumentImpl, String) - Constructor for class org.htmlunit.cyberneko.html.dom.HTMLBaseFontElementImpl
-
Constructor requires owner document.
- HTMLBodyElementImpl - Class in org.htmlunit.cyberneko.html.dom
- HTMLBodyElementImpl(HTMLDocumentImpl, String) - Constructor for class org.htmlunit.cyberneko.html.dom.HTMLBodyElementImpl
-
Constructor requires owner document.
- HTMLBRElementImpl - Class in org.htmlunit.cyberneko.html.dom
- HTMLBRElementImpl(HTMLDocumentImpl, String) - Constructor for class org.htmlunit.cyberneko.html.dom.HTMLBRElementImpl
-
Constructor requires owner document.
- HTMLButtonElementImpl - Class in org.htmlunit.cyberneko.html.dom
- HTMLButtonElementImpl(HTMLDocumentImpl, String) - Constructor for class org.htmlunit.cyberneko.html.dom.HTMLButtonElementImpl
-
Constructor requires owner document.
- HTMLCollectionImpl - Class in org.htmlunit.cyberneko.html.dom
-
Implements
HTMLCollection
to traverse any named elements on aHTMLDocument
. - HTMLCollectionImpl(HTMLElement, short) - Constructor for class org.htmlunit.cyberneko.html.dom.HTMLCollectionImpl
-
Construct a new collection that retrieves element of the specific type (
lookingFor
) from the specific document portion (topLevel
). - HTMLComponent - Interface in org.htmlunit.cyberneko
-
This interface extends the XNI
XMLComponent
interface to add methods that allow the preferred default values for features and properties to be queried. - htmlComponents_ - Variable in class org.htmlunit.cyberneko.HTMLConfiguration
-
Components.
- HTMLConfiguration - Class in org.htmlunit.cyberneko
-
An XNI-based parser configuration that can be used to parse HTML documents.
- HTMLConfiguration() - Constructor for class org.htmlunit.cyberneko.HTMLConfiguration
-
Default constructor.
- HTMLConfiguration(HTMLElements) - Constructor for class org.htmlunit.cyberneko.HTMLConfiguration
- htmlConfiguration_ - Variable in class org.htmlunit.cyberneko.filters.NamespaceBinder
- htmlConfiguration_ - Variable in class org.htmlunit.cyberneko.HTMLScanner
- htmlConfiguration_ - Variable in class org.htmlunit.cyberneko.HTMLTagBalancer
- HTMLConfiguration.ErrorReporter - Class in org.htmlunit.cyberneko
-
Defines an error reporter for reporting HTML errors.
- HTMLDirectoryElementImpl - Class in org.htmlunit.cyberneko.html.dom
- HTMLDirectoryElementImpl(HTMLDocumentImpl, String) - Constructor for class org.htmlunit.cyberneko.html.dom.HTMLDirectoryElementImpl
-
Constructor requires owner document.
- HTMLDivElementImpl - Class in org.htmlunit.cyberneko.html.dom
- HTMLDivElementImpl(HTMLDocumentImpl, String) - Constructor for class org.htmlunit.cyberneko.html.dom.HTMLDivElementImpl
-
Constructor requires owner document.
- HTMLDListElementImpl - Class in org.htmlunit.cyberneko.html.dom
- HTMLDListElementImpl(HTMLDocumentImpl, String) - Constructor for class org.htmlunit.cyberneko.html.dom.HTMLDListElementImpl
-
Constructor requires owner document.
- HTMLDocumentImpl - Class in org.htmlunit.cyberneko.html.dom
-
Implements an HTML document.
- HTMLDocumentImpl() - Constructor for class org.htmlunit.cyberneko.html.dom.HTMLDocumentImpl
- HTMLDocumentImpl.ElementTypesHTMLHolder - Class in org.htmlunit.cyberneko.html.dom
- HTMLDOMImplementationImpl - Class in org.htmlunit.cyberneko.html.dom
-
Provides number of methods for performing operations that are independent of any particular instance of the document object model.
- HTMLDOMImplementationImpl() - Constructor for class org.htmlunit.cyberneko.html.dom.HTMLDOMImplementationImpl
-
Private constructor assures that an object of this class cannot be created.
- HTMLElementImpl - Class in org.htmlunit.cyberneko.html.dom
-
Implements an HTML-specific element, an
Element
that will only appear inside HTML documents. - HTMLElementImpl(HTMLDocumentImpl, String) - Constructor for class org.htmlunit.cyberneko.html.dom.HTMLElementImpl
-
Constructor required owner document and element tag name.
- HTMLElements - Class in org.htmlunit.cyberneko
-
Collection of HTML element information.
- HTMLElements() - Constructor for class org.htmlunit.cyberneko.HTMLElements
- htmlElements_ - Variable in class org.htmlunit.cyberneko.filters.HTMLWriterFilter
- htmlElements_ - Variable in class org.htmlunit.cyberneko.HTMLConfiguration
- HTMLElements.Element - Class in org.htmlunit.cyberneko
-
Element information.
- HTMLErrorReporter - Interface in org.htmlunit.cyberneko
-
Defines an error reporter for reporting HTML errors.
- HTMLEventInfo - Interface in org.htmlunit.cyberneko
-
This interface is used to pass augmentated information to the application through the XNI pipeline.
- HTMLEventInfo.SynthesizedItem - Class in org.htmlunit.cyberneko
-
Synthesized infoset item.
- HTMLFieldSetElementImpl - Class in org.htmlunit.cyberneko.html.dom
- HTMLFieldSetElementImpl(HTMLDocumentImpl, String) - Constructor for class org.htmlunit.cyberneko.html.dom.HTMLFieldSetElementImpl
-
Constructor requires owner document.
- HTMLFontElementImpl - Class in org.htmlunit.cyberneko.html.dom
- HTMLFontElementImpl(HTMLDocumentImpl, String) - Constructor for class org.htmlunit.cyberneko.html.dom.HTMLFontElementImpl
- HTMLFormControl - Interface in org.htmlunit.cyberneko.html.dom
-
Identifies control in a form, so they may be collected in a form elements collection.
- HTMLFormElementImpl - Class in org.htmlunit.cyberneko.html.dom
- HTMLFormElementImpl(HTMLDocumentImpl, String) - Constructor for class org.htmlunit.cyberneko.html.dom.HTMLFormElementImpl
-
Constructor requires owner document.
- HTMLFrameElementImpl - Class in org.htmlunit.cyberneko.html.dom
- HTMLFrameElementImpl(HTMLDocumentImpl, String) - Constructor for class org.htmlunit.cyberneko.html.dom.HTMLFrameElementImpl
-
Constructor requires owner document.
- HTMLFrameSetElementImpl - Class in org.htmlunit.cyberneko.html.dom
- HTMLFrameSetElementImpl(HTMLDocumentImpl, String) - Constructor for class org.htmlunit.cyberneko.html.dom.HTMLFrameSetElementImpl
-
Constructor requires owner document.
- HTMLHeadElementImpl - Class in org.htmlunit.cyberneko.html.dom
- HTMLHeadElementImpl(HTMLDocumentImpl, String) - Constructor for class org.htmlunit.cyberneko.html.dom.HTMLHeadElementImpl
-
Constructor requires owner document.
- HTMLHeadingElementImpl - Class in org.htmlunit.cyberneko.html.dom
- HTMLHeadingElementImpl(HTMLDocumentImpl, String) - Constructor for class org.htmlunit.cyberneko.html.dom.HTMLHeadingElementImpl
-
Constructor requires owner document.
- HTMLHRElementImpl - Class in org.htmlunit.cyberneko.html.dom
- HTMLHRElementImpl(HTMLDocumentImpl, String) - Constructor for class org.htmlunit.cyberneko.html.dom.HTMLHRElementImpl
-
Constructor requires owner document.
- HTMLHtmlElementImpl - Class in org.htmlunit.cyberneko.html.dom
- HTMLHtmlElementImpl(HTMLDocumentImpl, String) - Constructor for class org.htmlunit.cyberneko.html.dom.HTMLHtmlElementImpl
-
Constructor requires owner document.
- HTMLIFrameElementImpl - Class in org.htmlunit.cyberneko.html.dom
- HTMLIFrameElementImpl(HTMLDocumentImpl, String) - Constructor for class org.htmlunit.cyberneko.html.dom.HTMLIFrameElementImpl
-
Constructor requires owner document.
- HTMLImageElementImpl - Class in org.htmlunit.cyberneko.html.dom
- HTMLImageElementImpl(HTMLDocumentImpl, String) - Constructor for class org.htmlunit.cyberneko.html.dom.HTMLImageElementImpl
-
Constructor requires owner document.
- HTMLInputElementImpl - Class in org.htmlunit.cyberneko.html.dom
- HTMLInputElementImpl(HTMLDocumentImpl, String) - Constructor for class org.htmlunit.cyberneko.html.dom.HTMLInputElementImpl
-
Constructor requires owner document.
- HTMLIsIndexElementImpl - Class in org.htmlunit.cyberneko.html.dom
- HTMLIsIndexElementImpl(HTMLDocumentImpl, String) - Constructor for class org.htmlunit.cyberneko.html.dom.HTMLIsIndexElementImpl
-
Constructor requires owner document.
- HTMLLabelElementImpl - Class in org.htmlunit.cyberneko.html.dom
- HTMLLabelElementImpl(HTMLDocumentImpl, String) - Constructor for class org.htmlunit.cyberneko.html.dom.HTMLLabelElementImpl
-
Constructor requires owner document.
- HTMLLegendElementImpl - Class in org.htmlunit.cyberneko.html.dom
- HTMLLegendElementImpl(HTMLDocumentImpl, String) - Constructor for class org.htmlunit.cyberneko.html.dom.HTMLLegendElementImpl
-
Constructor requires owner document.
- HTMLLIElementImpl - Class in org.htmlunit.cyberneko.html.dom
- HTMLLIElementImpl(HTMLDocumentImpl, String) - Constructor for class org.htmlunit.cyberneko.html.dom.HTMLLIElementImpl
-
Constructor requires owner document.
- HTMLLinkElementImpl - Class in org.htmlunit.cyberneko.html.dom
- HTMLLinkElementImpl(HTMLDocumentImpl, String) - Constructor for class org.htmlunit.cyberneko.html.dom.HTMLLinkElementImpl
-
Constructor requires owner document.
- HTMLMapElementImpl - Class in org.htmlunit.cyberneko.html.dom
- HTMLMapElementImpl(HTMLDocumentImpl, String) - Constructor for class org.htmlunit.cyberneko.html.dom.HTMLMapElementImpl
-
Constructor requires owner document.
- HTMLMenuElementImpl - Class in org.htmlunit.cyberneko.html.dom
- HTMLMenuElementImpl(HTMLDocumentImpl, String) - Constructor for class org.htmlunit.cyberneko.html.dom.HTMLMenuElementImpl
-
Constructor requires owner document.
- HTMLMetaElementImpl - Class in org.htmlunit.cyberneko.html.dom
- HTMLMetaElementImpl(HTMLDocumentImpl, String) - Constructor for class org.htmlunit.cyberneko.html.dom.HTMLMetaElementImpl
-
Constructor requires owner document.
- HTMLModElementImpl - Class in org.htmlunit.cyberneko.html.dom
- HTMLModElementImpl(HTMLDocumentImpl, String) - Constructor for class org.htmlunit.cyberneko.html.dom.HTMLModElementImpl
-
Constructor requires owner document and tag name.
- HTMLNamedEntitiesParser - Class in org.htmlunit.cyberneko
-
This is a very specialized class for recognizing HTML named entities with the ability to look them up in stages.
- HTMLNamedEntitiesParser() - Constructor for class org.htmlunit.cyberneko.HTMLNamedEntitiesParser
-
Constructor.
- HTMLNamedEntitiesParser.RootState - Class in org.htmlunit.cyberneko
-
This is our initial state and has a special optimization applied.
- HTMLNamedEntitiesParser.State - Class in org.htmlunit.cyberneko
-
Our "level" in the treeish structure that keeps its static state and the next level underneath.
- HTMLObjectElementImpl - Class in org.htmlunit.cyberneko.html.dom
- HTMLObjectElementImpl(HTMLDocumentImpl, String) - Constructor for class org.htmlunit.cyberneko.html.dom.HTMLObjectElementImpl
-
Constructor requires owner document.
- HTMLOListElementImpl - Class in org.htmlunit.cyberneko.html.dom
- HTMLOListElementImpl(HTMLDocumentImpl, String) - Constructor for class org.htmlunit.cyberneko.html.dom.HTMLOListElementImpl
-
Constructor requires owner document.
- HTMLOptGroupElementImpl - Class in org.htmlunit.cyberneko.html.dom
- HTMLOptGroupElementImpl(HTMLDocumentImpl, String) - Constructor for class org.htmlunit.cyberneko.html.dom.HTMLOptGroupElementImpl
-
Constructor requires owner document.
- HTMLOptionElementImpl - Class in org.htmlunit.cyberneko.html.dom
- HTMLOptionElementImpl(HTMLDocumentImpl, String) - Constructor for class org.htmlunit.cyberneko.html.dom.HTMLOptionElementImpl
-
Constructor requires owner document.
- HTMLParagraphElementImpl - Class in org.htmlunit.cyberneko.html.dom
- HTMLParagraphElementImpl(HTMLDocumentImpl, String) - Constructor for class org.htmlunit.cyberneko.html.dom.HTMLParagraphElementImpl
-
Constructor requires owner document.
- HTMLParamElementImpl - Class in org.htmlunit.cyberneko.html.dom
- HTMLParamElementImpl(HTMLDocumentImpl, String) - Constructor for class org.htmlunit.cyberneko.html.dom.HTMLParamElementImpl
-
Constructor requires owner document.
- HTMLPreElementImpl - Class in org.htmlunit.cyberneko.html.dom
- HTMLPreElementImpl(HTMLDocumentImpl, String) - Constructor for class org.htmlunit.cyberneko.html.dom.HTMLPreElementImpl
-
Constructor requires owner document.
- HTMLQuoteElementImpl - Class in org.htmlunit.cyberneko.html.dom
- HTMLQuoteElementImpl(HTMLDocumentImpl, String) - Constructor for class org.htmlunit.cyberneko.html.dom.HTMLQuoteElementImpl
-
Constructor requires owner document.
- HTMLScanner - Class in org.htmlunit.cyberneko
-
A simple HTML scanner.
- HTMLScanner(HTMLConfiguration) - Constructor for class org.htmlunit.cyberneko.HTMLScanner
-
Creates a new HTMLScanner with the given configuration
- HTMLScanner.ContentScanner - Class in org.htmlunit.cyberneko
-
The primary HTML document scanner.
- HTMLScanner.CurrentEntity - Class in org.htmlunit.cyberneko
-
Current entity.
- HTMLScanner.LocationItem - Class in org.htmlunit.cyberneko
-
Location infoset item.
- HTMLScanner.PlainTextScanner - Class in org.htmlunit.cyberneko
-
Special scanner used for
PLAINTEXT
- HTMLScanner.Scanner - Interface in org.htmlunit.cyberneko
-
Basic scanner interface.
- HTMLScanner.ScanScriptState - Enum in org.htmlunit.cyberneko
- HTMLScanner.SpecialScanner - Class in org.htmlunit.cyberneko
-
Special scanner used for elements whose content needs to be scanned as plain text, ignoring markup such as elements and entity references.
- HTMLScriptElementImpl - Class in org.htmlunit.cyberneko.html.dom
- HTMLScriptElementImpl(HTMLDocumentImpl, String) - Constructor for class org.htmlunit.cyberneko.html.dom.HTMLScriptElementImpl
-
Constructor requires owner document.
- HTMLSelectElementImpl - Class in org.htmlunit.cyberneko.html.dom
- HTMLSelectElementImpl(HTMLDocumentImpl, String) - Constructor for class org.htmlunit.cyberneko.html.dom.HTMLSelectElementImpl
-
Constructor requires owner document.
- HTMLStyleElementImpl - Class in org.htmlunit.cyberneko.html.dom
- HTMLStyleElementImpl(HTMLDocumentImpl, String) - Constructor for class org.htmlunit.cyberneko.html.dom.HTMLStyleElementImpl
-
Constructor requires owner document.
- HTMLTableCaptionElementImpl - Class in org.htmlunit.cyberneko.html.dom
- HTMLTableCaptionElementImpl(HTMLDocumentImpl, String) - Constructor for class org.htmlunit.cyberneko.html.dom.HTMLTableCaptionElementImpl
-
Constructor requires owner document.
- HTMLTableCellElementImpl - Class in org.htmlunit.cyberneko.html.dom
- HTMLTableCellElementImpl(HTMLDocumentImpl, String) - Constructor for class org.htmlunit.cyberneko.html.dom.HTMLTableCellElementImpl
-
Constructor requires owner document.
- HTMLTableColElementImpl - Class in org.htmlunit.cyberneko.html.dom
- HTMLTableColElementImpl(HTMLDocumentImpl, String) - Constructor for class org.htmlunit.cyberneko.html.dom.HTMLTableColElementImpl
-
Constructor requires owner document.
- HTMLTableElementImpl - Class in org.htmlunit.cyberneko.html.dom
- HTMLTableElementImpl(HTMLDocumentImpl, String) - Constructor for class org.htmlunit.cyberneko.html.dom.HTMLTableElementImpl
-
Constructor requires owner document.
- HTMLTableRowElementImpl - Class in org.htmlunit.cyberneko.html.dom
- HTMLTableRowElementImpl(HTMLDocumentImpl, String) - Constructor for class org.htmlunit.cyberneko.html.dom.HTMLTableRowElementImpl
-
Constructor requires owner document.
- HTMLTableSectionElementImpl - Class in org.htmlunit.cyberneko.html.dom
- HTMLTableSectionElementImpl(HTMLDocumentImpl, String) - Constructor for class org.htmlunit.cyberneko.html.dom.HTMLTableSectionElementImpl
-
Constructor requires owner document.
- HTMLTagBalancer - Class in org.htmlunit.cyberneko
-
Balances tags in an HTML document.
- HTMLTagBalancer(HTMLConfiguration) - Constructor for class org.htmlunit.cyberneko.HTMLTagBalancer
- HTMLTagBalancer.ElementEntry - Class in org.htmlunit.cyberneko
-
Structure to hold information about an element placed in buffer to be comsumed later
- HTMLTagBalancer.Info - Class in org.htmlunit.cyberneko
-
Element info for each start element.
- HTMLTagBalancer.InfoStack - Class in org.htmlunit.cyberneko
-
Unsynchronized stack of element information.
- HTMLTagBalancingListener - Interface in org.htmlunit.cyberneko
-
EXPERIMENTAL: may change in next release
XMLDocumentHandler
implementing this interface will get notified of elements discarded by the tag balancer when they: are configured usingHTMLConfiguration
activate the tag balancing feature - HTMLTextAreaElementImpl - Class in org.htmlunit.cyberneko.html.dom
- HTMLTextAreaElementImpl(HTMLDocumentImpl, String) - Constructor for class org.htmlunit.cyberneko.html.dom.HTMLTextAreaElementImpl
-
Constructor requires owner document.
- HTMLTitleElementImpl - Class in org.htmlunit.cyberneko.html.dom
- HTMLTitleElementImpl(HTMLDocumentImpl, String) - Constructor for class org.htmlunit.cyberneko.html.dom.HTMLTitleElementImpl
-
Constructor requires owner document.
- HTMLUListElementImpl - Class in org.htmlunit.cyberneko.html.dom
- HTMLUListElementImpl(HTMLDocumentImpl, String) - Constructor for class org.htmlunit.cyberneko.html.dom.HTMLUListElementImpl
-
Constructor requires owner document.
- HTMLUnicodeEntitiesParser - Class in org.htmlunit.cyberneko
-
Parser for the Pre-defined named HTML entities.
- HTMLUnicodeEntitiesParser() - Constructor for class org.htmlunit.cyberneko.HTMLUnicodeEntitiesParser
- HTMLWriterFilter - Class in org.htmlunit.cyberneko.filters
-
An HTML writer written as a filter.
- HTMLWriterFilter() - Constructor for class org.htmlunit.cyberneko.filters.HTMLWriterFilter
-
Constructs a writer filter that prints to standard out.
- HTMLWriterFilter(OutputStream, String) - Constructor for class org.htmlunit.cyberneko.filters.HTMLWriterFilter
-
Constructs a writer filter using the specified output stream and encoding.
- HTMLWriterFilter(Writer, String, HTMLElements) - Constructor for class org.htmlunit.cyberneko.filters.HTMLWriterFilter
-
Constructs a writer filter using the specified Java writer and encoding.
I
- I - Static variable in class org.htmlunit.cyberneko.HTMLElements
- IANA_TO_JAVA_ENCODINGS - Static variable in class org.htmlunit.cyberneko.xerces.util.StandardEncodingTranslator
- ID - Static variable in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
- identifier_ - Variable in exception class org.htmlunit.cyberneko.xerces.xni.parser.XMLConfigurationException
-
Identifier.
- identifiers_ - Variable in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
Identifiers.
- IFRAME - Static variable in class org.htmlunit.cyberneko.HTMLElements
- ignorableWhitespace(ContentHandler) - Method in class org.htmlunit.cyberneko.xerces.xni.XMLString
- IGNORE_OUTSIDE_CONTENT - Static variable in class org.htmlunit.cyberneko.HTMLTagBalancer
-
Ignore outside content.
- IGNORE_SPECIFIED_CHARSET - Static variable in class org.htmlunit.cyberneko.HTMLScanner
-
Ignore specified charset found in the <meta equiv='Content-Type' content='text/html;charset=…'> tag or in the <?xml … encoding='…'> processing instruction
- ignoredEndElement(QName, Augmentations) - Method in interface org.htmlunit.cyberneko.HTMLTagBalancingListener
- ignoredStartElement(QName, XMLAttributes, Augmentations) - Method in interface org.htmlunit.cyberneko.HTMLTagBalancingListener
- ILAYER - Static variable in class org.htmlunit.cyberneko.HTMLElements
- IMAGE - Static variable in class org.htmlunit.cyberneko.html.dom.HTMLCollectionImpl
-
Request collection of all images in document: <IMG> elements.
- IMAGE - Static variable in class org.htmlunit.cyberneko.HTMLElements
- images_ - Variable in class org.htmlunit.cyberneko.html.dom.HTMLDocumentImpl
-
Holds
HTMLCollectionImpl
object with live collection of all images in document. - IMG - Static variable in class org.htmlunit.cyberneko.HTMLElements
- importNode(Node, boolean) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
Copies a node from another document to this document.
- importNode(Node, boolean, boolean, HashMap<Node, String>) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
Overloaded implementation of DOM's importNode method.
- in_ - Variable in class org.htmlunit.cyberneko.io.PlaybackInputStream
-
Our inputstream
- inCDATASection_ - Variable in class org.htmlunit.cyberneko.parsers.DOMFragmentParser
-
True if within a CDATA section.
- incLine() - Method in class org.htmlunit.cyberneko.HTMLScanner.CurrentEntity
- incLine(int) - Method in class org.htmlunit.cyberneko.HTMLScanner.CurrentEntity
- INCLUDE_COMMENTS_FEATURE - Static variable in class org.htmlunit.cyberneko.xerces.parsers.AbstractDOMParser
-
Feature id: include comments.
- INCLUDE_COMMENTS_FEATURE - Static variable in class org.htmlunit.cyberneko.xerces.parsers.Constants
-
Comments feature ("include-comments").
- index_ - Variable in class org.htmlunit.cyberneko.html.dom.CollectionIndex
-
Holds the actual value that is passed by reference using this class.
- indexOf(char) - Method in class org.htmlunit.cyberneko.xerces.xni.XMLString
-
Find the first occurrence of a char
- indexOf(char[], int, int, char[], int, int, int) - Static method in class org.htmlunit.cyberneko.xerces.xni.XMLString
-
Code shared by String and StringBuffer to do searches.
- indexOf(Object) - Method in class org.htmlunit.cyberneko.util.SimpleArrayList
- indexOf(XMLString) - Method in class org.htmlunit.cyberneko.xerces.xni.XMLString
-
Search for the first occurrence of another buffer in this buffer
- Info(HTMLElements.Element, QName) - Constructor for class org.htmlunit.cyberneko.HTMLTagBalancer.Info
-
Creates an element information object.
- Info(HTMLElements.Element, QName, XMLAttributes) - Constructor for class org.htmlunit.cyberneko.HTMLTagBalancer.Info
-
Creates an element information object.
- InfoStack() - Constructor for class org.htmlunit.cyberneko.HTMLTagBalancer.InfoStack
- init() - Static method in class org.htmlunit.cyberneko.xerces.dom.DOMMessageFormatter
-
Initialize Message Formatter.
- INITIAL_CAPACITY - Static variable in class org.htmlunit.cyberneko.xerces.xni.XMLString
- initialize(URI) - Method in class org.htmlunit.cyberneko.xerces.util.URI
-
Initialize all fields of this URI from another URI.
- initialize(URI, String) - Method in class org.htmlunit.cyberneko.xerces.util.URI
-
Initializes this URI from a base URI and a URI specification string.
- initialize(URI, String, boolean) - Method in class org.htmlunit.cyberneko.xerces.util.URI
-
Initializes this URI from a base URI and a URI specification string.
- initializeAuthority(String) - Method in class org.htmlunit.cyberneko.xerces.util.URI
-
Initialize the authority (either server or registry based) for this URI from a URI string spec.
- initializePath(String, int) - Method in class org.htmlunit.cyberneko.xerces.util.URI
-
Initialize the path for this URI from a URI string spec.
- initializeScheme(String) - Method in class org.htmlunit.cyberneko.xerces.util.URI
-
Initialize the scheme for this URI from a URI string spec.
- INLINE - Static variable in class org.htmlunit.cyberneko.HTMLElements.Element
-
Inline element.
- INPUT - Static variable in class org.htmlunit.cyberneko.HTMLElements
- inputEncoding_ - Variable in class org.htmlunit.cyberneko.xerces.dom.EntityImpl
-
Input Encoding
- INS - Static variable in class org.htmlunit.cyberneko.HTMLElements
- INSERT_DOCTYPE - Static variable in class org.htmlunit.cyberneko.HTMLScanner
-
Insert document type declaration.
- INSERT_NAMESPACES - Static variable in class org.htmlunit.cyberneko.filters.NamespaceBinder
-
Insert namespace binding URIs.
- insertBefore(Node, Node) - Method in class org.htmlunit.cyberneko.xerces.dom.AttrImpl
-
Move one or more node(s) to our list of children.
- insertBefore(Node, Node) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
Since a Document may contain at most one top-level Element child, and at most one DocumentType declaraction, we need to subclass our add-children methods to implement this constraint.
- insertBefore(Node, Node) - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
-
Move one or more node(s) to our list of children.
- insertBefore(Node, Node) - Method in class org.htmlunit.cyberneko.xerces.dom.ParentNode
-
Move one or more node(s) to our list of children.
- insertCell(int) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableRowElementImpl
- insertData(int, String) - Method in class org.htmlunit.cyberneko.xerces.dom.CharacterDataImpl
-
Insert additional characters into the data stored in this node, at the offset specified.
- insertedNode(NodeImpl, NodeImpl, boolean) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
A method to be called when a node has been inserted in the tree.
- insertedNode(NodeImpl, NodeImpl, boolean) - Method in class org.htmlunit.cyberneko.xerces.dom.DocumentImpl
-
A method to be called when a node has been inserted in the tree.
- insertedText(CharacterDataImpl, int, int) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
A method to be called when some text was inserted into a text node, so that live objects can be notified.
- insertedText(CharacterDataImpl, int, int) - Method in class org.htmlunit.cyberneko.xerces.dom.DocumentImpl
-
A method to be called when some text was inserted into a text node, so that live objects can be notified.
- insertingNode(NodeImpl, boolean) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
A method to be called when a node is about to be inserted in the tree.
- insertingNode(NodeImpl, boolean) - Method in class org.htmlunit.cyberneko.xerces.dom.DocumentImpl
-
A method to be called when a node is about to be inserted in the tree.
- insertNamespaces_ - Variable in class org.htmlunit.cyberneko.filters.NamespaceBinder
-
Insert namespaces.
- insertRow(int) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableElementImpl
- insertRow(int) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableSectionElementImpl
- insertRowX(int, HTMLTableRowElementImpl) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableElementImpl
- insertRowX(int, HTMLTableRowElementImpl) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableSectionElementImpl
- insertTextContent(StringBuilder) - Method in class org.htmlunit.cyberneko.xerces.dom.TextImpl
-
internal method taking a StringBuffer in parameter and inserts the text content at the start of the buffer
- instance - Static variable in class org.htmlunit.cyberneko.HTMLNamedEntitiesParser
- INSTANCE - Static variable in class org.htmlunit.cyberneko.html.dom.HTMLDOMImplementationImpl
-
Holds a reference to the single instance of the DOM implementation.
- INSTANCE - Static variable in class org.htmlunit.cyberneko.xerces.util.EncodingMap
-
Singleton.
- INSTANCE - Static variable in class org.htmlunit.cyberneko.xerces.util.StandardEncodingTranslator
-
Singleton.
- internalDeleteData(int, int, boolean) - Method in class org.htmlunit.cyberneko.xerces.dom.CharacterDataImpl
- internalInsertBefore(Node, Node, boolean) - Method in class org.htmlunit.cyberneko.xerces.dom.AttrImpl
- internalInsertBefore(Node, Node, boolean) - Method in class org.htmlunit.cyberneko.xerces.dom.ParentNode
- internalInsertData(int, String, boolean) - Method in class org.htmlunit.cyberneko.xerces.dom.CharacterDataImpl
- internalRemoveChild(Node, boolean) - Method in class org.htmlunit.cyberneko.xerces.dom.AttrImpl
-
NON-DOM INTERNAL: Within DOM actions,we sometimes need to be able to control which mutation events are spawned.
- internalRemoveChild(Node, boolean) - Method in class org.htmlunit.cyberneko.xerces.dom.ParentNode
- internalRemoveNamedItem(String, boolean) - Method in class org.htmlunit.cyberneko.xerces.dom.AttributeMap
-
Internal removeNamedItem method allowing to specify whether an exception must be thrown if the specified name is not found.
- internalRemoveNamedItemNS(String, String, boolean) - Method in class org.htmlunit.cyberneko.xerces.dom.AttributeMap
-
Internal removeNamedItemNS method allowing to specify whether an exception must be thrown if the specified local name and namespace URI is not found.
- internalSubset_ - Variable in class org.htmlunit.cyberneko.xerces.dom.DocumentTypeImpl
- isAbsoluteURI() - Method in class org.htmlunit.cyberneko.xerces.util.URI
-
Returns whether this URI represents an absolute URI.
- isAlpha(char) - Static method in class org.htmlunit.cyberneko.xerces.util.URI
-
Determine whether a char is an alphabetic character: a-z or A-Z
- isAlphanum(char) - Static method in class org.htmlunit.cyberneko.xerces.util.URI
-
Determine whether a char is an alphanumeric: 0-9, a-z or A-Z
- isBlock() - Method in class org.htmlunit.cyberneko.HTMLElements.Element
- isConformantSchemeName(String) - Static method in class org.htmlunit.cyberneko.xerces.util.URI
-
Determine whether a scheme conforms to the rules for a scheme name.
- isContainer() - Method in class org.htmlunit.cyberneko.HTMLElements.Element
- isDeclared(int) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser.AttributesProxy
- isDeclared(String) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser.AttributesProxy
- isDeclared(String, String) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser.AttributesProxy
- isDefaultNamespace(String) - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
-
DOM Level 3: Experimental This method checks if the specified
namespaceURI
is the default namespace or not. - isDerivedFrom(String, String, int) - Method in class org.htmlunit.cyberneko.xerces.dom.AttrImpl
-
Introduced in DOM Level 3.
- isDerivedFrom(String, String, int) - Method in class org.htmlunit.cyberneko.xerces.dom.AttrNSImpl
-
Introduced in DOM Level 3.
- isDerivedFrom(String, String, int) - Method in class org.htmlunit.cyberneko.xerces.dom.ElementImpl
-
Introduced in DOM Level 3.
- isDerivedFrom(String, String, int) - Method in class org.htmlunit.cyberneko.xerces.dom.ElementNSImpl
-
Introduced in DOM Level 3.
- isDigit(char) - Static method in class org.htmlunit.cyberneko.xerces.util.URI
-
Determine whether a char is a digit.
- isElementContentWhitespace() - Method in class org.htmlunit.cyberneko.xerces.dom.TextImpl
-
DOM L3 Core CR - Experimental
- isEmpty() - Method in class org.htmlunit.cyberneko.HTMLElements.Element
- isEmpty() - Method in class org.htmlunit.cyberneko.LostText
-
Indicates if this container contains something
- isEmpty() - Method in class org.htmlunit.cyberneko.util.MiniStack
-
Checks if we have any element at all on the stack.
- isEmpty() - Method in class org.htmlunit.cyberneko.util.SimpleArrayList
- isEncodingCompatible(String, String) - Static method in class org.htmlunit.cyberneko.HTMLScanner
-
To detect if 2 encoding are compatible, both must be able to read the meta tag specifying the new encoding.
- isEqualNode(Node) - Method in class org.htmlunit.cyberneko.xerces.dom.AttrImpl
-
DOM Level 3 WD- Experimental.
- isEqualNode(Node) - Method in class org.htmlunit.cyberneko.xerces.dom.DocumentTypeImpl
-
Tests whether two nodes are equal.
- isEqualNode(Node) - Method in class org.htmlunit.cyberneko.xerces.dom.ElementImpl
-
Tests whether two nodes are equal.
- isEqualNode(Node) - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
-
Tests whether two nodes are equal.
- isEqualNode(Node) - Method in class org.htmlunit.cyberneko.xerces.dom.ParentNode
-
Tests whether two nodes are equal.
- isFirstChild() - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
- isFirstChild(boolean) - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
- isGenericURI() - Method in class org.htmlunit.cyberneko.xerces.util.URI
-
Get the indicator as to whether this URI uses the "generic URI" syntax.
- isHex(char) - Static method in class org.htmlunit.cyberneko.xerces.util.URI
-
Determine whether a character is a hexadecimal character.
- isId() - Method in class org.htmlunit.cyberneko.xerces.dom.AttrImpl
-
DOM Level 3: isId
- isIdAttribute() - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
- isIdAttribute(boolean) - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
- isInline() - Method in class org.htmlunit.cyberneko.HTMLElements.Element
- isKidOK(Node, Node) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
Uses the kidOK lookup table to check whether the proposed tree structure is legal.
- isLowSurrogate(int) - Static method in class org.htmlunit.cyberneko.xerces.util.XMLChar
- isMatch_ - Variable in class org.htmlunit.cyberneko.HTMLNamedEntitiesParser.State
- isName(int) - Static method in class org.htmlunit.cyberneko.xerces.util.XMLChar
- isNameStart(int) - Static method in class org.htmlunit.cyberneko.xerces.util.XMLChar
- isNCName(int) - Static method in class org.htmlunit.cyberneko.xerces.util.XMLChar
- isNCNameStart(int) - Static method in class org.htmlunit.cyberneko.xerces.util.XMLChar
- isNormalized() - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
- isNormalized(boolean) - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
- isOwned() - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
- isOwned(boolean) - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
- isParent(HTMLElements.Element) - Method in class org.htmlunit.cyberneko.HTMLElements.Element
-
Indicates if the provided element is an accepted parent of current element
- isPathCharacter(char) - Static method in class org.htmlunit.cyberneko.xerces.util.URI
-
Determine whether a char is a path character.
- isSameNode(Node) - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
-
Returns whether this node is the same node as the given one.
- isSchemeCharacter(char) - Static method in class org.htmlunit.cyberneko.xerces.util.URI
-
Determine whether a char is a scheme character.
- isSpecial() - Method in class org.htmlunit.cyberneko.HTMLElements.Element
- isSpecified() - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
- isSpecified(boolean) - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
- isSpecified(int) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser.AttributesProxy
- isSpecified(int) - Method in class org.htmlunit.cyberneko.xerces.util.XMLAttributesImpl
-
Returns true if the attribute is specified in the instance document.
- isSpecified(int) - Method in interface org.htmlunit.cyberneko.xerces.xni.XMLAttributes
- isSpecified(String) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser.AttributesProxy
- isSpecified(String, String) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser.AttributesProxy
- isSupported(String, String) - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
-
Introduced in DOM Level 2.
- isSynthesized() - Method in interface org.htmlunit.cyberneko.HTMLEventInfo
- isSynthesized() - Method in class org.htmlunit.cyberneko.HTMLEventInfo.SynthesizedItem
- isSynthesized() - Method in class org.htmlunit.cyberneko.HTMLScanner.LocationItem
- isURICharacter(char) - Static method in class org.htmlunit.cyberneko.xerces.util.URI
-
Determine whether a char is a URI character (reserved or unreserved, not including '%' for escaped octets).
- isURIString(String) - Static method in class org.htmlunit.cyberneko.xerces.util.URI
-
Determine whether a given string contains only URI characters (also called "uric" in RFC 2396).
- isUserinfoCharacter(char) - Static method in class org.htmlunit.cyberneko.xerces.util.URI
-
Determine whether a char is a userinfo character.
- isValidName(String) - Static method in class org.htmlunit.cyberneko.xerces.util.XMLChar
-
Check to see if a string is a valid Name according to [5] in the XML 1.0 Recommendation
- isValidNCName(String) - Static method in class org.htmlunit.cyberneko.xerces.util.XMLChar
-
Check to see if a string is a valid NCName according to [4] from the XML Namespaces 1.0 Recommendation
- isValidQName(String, String, boolean) - Static method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
Checks if the given qualified name is legal with respect to the version of XML to which this document must conform.
- isValidRegistryBasedAuthority(String) - Method in class org.htmlunit.cyberneko.xerces.util.URI
-
Determines whether the given string is a registry based authority.
- isValidServerBasedAuthority(String, int, String) - Method in class org.htmlunit.cyberneko.xerces.util.URI
-
Determines whether the components host, port, and user info are valid as a server authority.
- isWellFormedAddress(String) - Static method in class org.htmlunit.cyberneko.xerces.util.URI
-
Determine whether a string is syntactically capable of representing a valid IPv4 address, IPv6 reference or the domain name of a network host.
- isWellFormedIPv4Address(String) - Static method in class org.htmlunit.cyberneko.xerces.util.URI
-
Determines whether a string is an IPv4 address as defined by RFC 2373, and under the further constraint that it must be a 32-bit address.
- isWellFormedIPv6Reference(String) - Static method in class org.htmlunit.cyberneko.xerces.util.URI
-
Determines whether a string is an IPv6 reference as defined by RFC 2732, where IPv6address is defined in RFC 2373.
- isWhitespace() - Method in class org.htmlunit.cyberneko.xerces.xni.XMLString
-
Check if we have only whitespaces
- isXML11Name(int) - Static method in class org.htmlunit.cyberneko.xerces.util.XML11Char
- isXML11NameHighSurrogate(int) - Static method in class org.htmlunit.cyberneko.xerces.util.XML11Char
- isXML11NameStart(int) - Static method in class org.htmlunit.cyberneko.xerces.util.XML11Char
- isXML11NCName(int) - Static method in class org.htmlunit.cyberneko.xerces.util.XML11Char
- isXML11NCNameStart(int) - Static method in class org.htmlunit.cyberneko.xerces.util.XML11Char
- isXML11ValidName(String) - Static method in class org.htmlunit.cyberneko.xerces.util.XML11Char
-
Check to see if a string is a valid Name according to [5] in the XML 1.1 Recommendation
- isXML11ValidNCName(String) - Static method in class org.htmlunit.cyberneko.xerces.util.XML11Char
-
Check to see if a string is a valid NCName according to [4] from the XML Namespaces 1.1 Recommendation
- isXML11Version() - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
We could have more xml versions in future , but for now we could do with this to handle XML 1.0 and 1.1
- isXMLName(String, boolean) - Static method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
Check the string against XML's definition of acceptable names for elements and attributes and so on using the XMLCharacterProperties utility class
- isZero() - Method in class org.htmlunit.cyberneko.html.dom.CollectionIndex
-
Returns true if index is zero (or negative).
- item(int) - Method in class org.htmlunit.cyberneko.html.dom.HTMLCollectionImpl
-
Retrieves the indexed node from the collection.
- item(int) - Method in class org.htmlunit.cyberneko.xerces.dom.AttrImpl
-
NodeList method: Return the Nth immediate child of this node, or null if the index is out of bounds.
- item(int) - Method in class org.htmlunit.cyberneko.xerces.dom.DeepNodeListImpl
- item(int) - Method in class org.htmlunit.cyberneko.xerces.dom.NamedNodeMapImpl
-
Retrieve an item from the map by 0-based index.
- item(int) - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
-
NodeList method: Return the Nth immediate child of this node, or null if the index is out of bounds.
- item(int) - Method in class org.htmlunit.cyberneko.xerces.dom.ParentNode
-
NodeList method: Return the Nth immediate child of this node, or null if the index is out of bounds.
- item(Element, CollectionIndex) - Method in class org.htmlunit.cyberneko.html.dom.HTMLCollectionImpl
-
Recursive function returns the numbered element of a particular type that exist under the top level element.
- iterator() - Method in class org.htmlunit.cyberneko.util.SimpleArrayList
K
- KBD - Static variable in class org.htmlunit.cyberneko.HTMLElements
- KEYGEN - Static variable in class org.htmlunit.cyberneko.HTMLElements
- keys() - Method in class org.htmlunit.cyberneko.util.FastHashMap
- kidOK - Static variable in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
Table for quick check of child insertion.
L
- LABEL - Static variable in class org.htmlunit.cyberneko.HTMLElements
- lastChild() - Method in class org.htmlunit.cyberneko.xerces.dom.AttrImpl
- lastChild() - Method in class org.htmlunit.cyberneko.xerces.dom.ParentNode
- lastIndexOf(Object) - Method in class org.htmlunit.cyberneko.util.SimpleArrayList
- LAYER - Static variable in class org.htmlunit.cyberneko.HTMLElements
- LEGEND - Static variable in class org.htmlunit.cyberneko.HTMLElements
- length() - Method in class org.htmlunit.cyberneko.xerces.xni.XMLString
-
Returns the current length
- length_ - Variable in class org.htmlunit.cyberneko.HTMLNamedEntitiesParser.State
- length_ - Variable in class org.htmlunit.cyberneko.HTMLScanner.CurrentEntity
-
Length of characters read into character buffer.
- length_ - Variable in class org.htmlunit.cyberneko.xerces.xni.XMLString
- levels_ - Variable in class org.htmlunit.cyberneko.filters.NamespaceBinder.NamespaceSupport
-
The levels of the entries.
- LEXICAL_HANDLER - Static variable in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser
-
Property id: lexical handler.
- LEXICAL_HANDLER_PARAMETER_ENTITIES_FEATURE - Static variable in class org.htmlunit.cyberneko.xerces.parsers.Constants
-
Lexical handler parameter entities feature ("lexical-handler/parameter-entities").
- LEXICAL_HANDLER_PROPERTY - Static variable in class org.htmlunit.cyberneko.xerces.parsers.Constants
-
Lexical handler property ("lexical-handler").
- LI - Static variable in class org.htmlunit.cyberneko.HTMLElements
- lineNumber_ - Variable in class org.htmlunit.cyberneko.HTMLScanner.CurrentEntity
-
Line number.
- lineNumber_ - Variable in exception class org.htmlunit.cyberneko.xerces.xni.parser.XMLParseException
-
Line number.
- LINK - Static variable in class org.htmlunit.cyberneko.html.dom.HTMLCollectionImpl
-
Request collection of all links in document: <A> and <AREA> elements (must have a
href
attribute). - LINK - Static variable in class org.htmlunit.cyberneko.HTMLElements
- links_ - Variable in class org.htmlunit.cyberneko.html.dom.HTMLDocumentImpl
-
Holds
HTMLCollectionImpl
object with live collection of all links in document. - LISTING - Static variable in class org.htmlunit.cyberneko.HTMLElements
- listIterator() - Method in class org.htmlunit.cyberneko.util.SimpleArrayList
- listIterator(int) - Method in class org.htmlunit.cyberneko.util.SimpleArrayList
- literalSystemId - Variable in class org.htmlunit.cyberneko.HTMLScanner.CurrentEntity
-
Literal system identifier.
- literalSystemId_ - Variable in exception class org.htmlunit.cyberneko.xerces.xni.parser.XMLParseException
-
literal System identifier.
- load(int) - Method in class org.htmlunit.cyberneko.HTMLScanner.CurrentEntity
-
Loads a new chunk of data into the buffer and returns the number of characters loaded or -1 if no additional characters were loaded.
- localName - Variable in class org.htmlunit.cyberneko.xerces.dom.ElementNSImpl
-
DOM2: localName.
- localName_ - Variable in class org.htmlunit.cyberneko.xerces.dom.AttrNSImpl
-
DOM2: localName.
- localpart_ - Variable in class org.htmlunit.cyberneko.xerces.xni.QName
-
The qname localpart.
- locationAugs() - Method in class org.htmlunit.cyberneko.HTMLScanner
- LocationItem() - Constructor for class org.htmlunit.cyberneko.HTMLScanner.LocationItem
- LocatorProxy(XMLLocator) - Constructor for class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser.LocatorProxy
- lookingFor_ - Variable in class org.htmlunit.cyberneko.html.dom.HTMLCollectionImpl
-
Indicates what this collection is looking for.
- lookup(int) - Method in class org.htmlunit.cyberneko.HTMLNamedEntitiesParser.RootState
- lookup(int) - Method in class org.htmlunit.cyberneko.HTMLNamedEntitiesParser.State
-
Lookup the state by iterating over the chars at this state, should not be that many and due to the small size of the array, should be cache only
- lookup(int, HTMLNamedEntitiesParser.State) - Method in class org.htmlunit.cyberneko.HTMLNamedEntitiesParser
-
Pseudo parses and entity character by character.
- lookup(String) - Method in class org.htmlunit.cyberneko.HTMLNamedEntitiesParser
-
Utility method, mostly for testing, that allows us to look up and entity from a string instead from single characters.
- lookupEntityRefFor(String) - Method in class org.htmlunit.cyberneko.HTMLNamedEntitiesParser
- lookupNamespacePrefix(String, ElementImpl) - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
- lookupNamespaceURI(String) - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
-
DOM Level 3 - Experimental: Look up the namespace URI associated to the given prefix, starting from this node.
- lookupPrefix(String) - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
-
DOM Level 3 - Experimental: Look up the prefix associated to the given namespace URI, starting from this node.
- LostText - Class in org.htmlunit.cyberneko
-
Container for text that should be hold and re-feed later like text before <html> that will be re-feed in <body>
- LostText() - Constructor for class org.htmlunit.cyberneko.LostText
- lostText_ - Variable in class org.htmlunit.cyberneko.HTMLTagBalancer
- LostText.Entry - Class in org.htmlunit.cyberneko
-
Pair of (text, augmentation)
- lowercaseName - Variable in class org.htmlunit.cyberneko.HTMLElements.Element
-
The element name.
M
- m_data_ - Variable in class org.htmlunit.cyberneko.util.FastHashMap
-
Keys and values
- m_fillFactor_ - Variable in class org.htmlunit.cyberneko.util.FastHashMap
-
Fill factor, must be between (0 and 1)
- m_mask_ - Variable in class org.htmlunit.cyberneko.util.FastHashMap
-
Mask to calculate the original position
- m_mask2_ - Variable in class org.htmlunit.cyberneko.util.FastHashMap
-
Mask to wrap the actual array pointer
- m_size_ - Variable in class org.htmlunit.cyberneko.util.FastHashMap
-
Current map size
- m_threshold_ - Variable in class org.htmlunit.cyberneko.util.FastHashMap
-
We will resize a map once it reaches this size
- MAIN - Static variable in class org.htmlunit.cyberneko.HTMLElements
- makeChildNode() - Method in class org.htmlunit.cyberneko.xerces.dom.AttrImpl
- MalformedURIException(String) - Constructor for exception class org.htmlunit.cyberneko.xerces.util.URI.MalformedURIException
-
Constructs a
MalformedURIException
with the specified detail message. - MAP - Static variable in class org.htmlunit.cyberneko.HTMLElements
- MARK - Static variable in class org.htmlunit.cyberneko.HTMLElements
- MARK_CHARACTERS - Static variable in class org.htmlunit.cyberneko.xerces.util.URI
-
URI punctuation mark characters: -_.!~*'() - these, combined with alphanumerics, constitute the "unreserved" characters
- MARQUEE - Static variable in class org.htmlunit.cyberneko.HTMLElements
- MASK_ALPHA_NUMERIC - Static variable in class org.htmlunit.cyberneko.xerces.util.URI
-
Mask for alpha-numeric characters
- MASK_NAME - Static variable in class org.htmlunit.cyberneko.xerces.util.XMLChar
-
Name character mask.
- MASK_NAME_START - Static variable in class org.htmlunit.cyberneko.xerces.util.XMLChar
-
Name start character mask.
- MASK_NCNAME - Static variable in class org.htmlunit.cyberneko.xerces.util.XMLChar
-
NCName character mask.
- MASK_NCNAME_START - Static variable in class org.htmlunit.cyberneko.xerces.util.XMLChar
-
NCName start character mask.
- MASK_PATH_CHARACTER - Static variable in class org.htmlunit.cyberneko.xerces.util.URI
-
Mask for path characters
- MASK_SCHEME_CHARACTER - Static variable in class org.htmlunit.cyberneko.xerces.util.URI
-
Mask for scheme characters
- MASK_UNRESERVED_MASK - Static variable in class org.htmlunit.cyberneko.xerces.util.URI
-
Mask for unreserved characters
- MASK_URI_CHARACTER - Static variable in class org.htmlunit.cyberneko.xerces.util.URI
-
Mask for URI allowable characters except for %
- MASK_USERINFO_CHARACTER - Static variable in class org.htmlunit.cyberneko.xerces.util.URI
-
Mask for userinfo characters
- MASK_XML11_NAME - Static variable in class org.htmlunit.cyberneko.xerces.util.XML11Char
-
XML 1.1 Name character mask.
- MASK_XML11_NAME_START - Static variable in class org.htmlunit.cyberneko.xerces.util.XML11Char
-
XML 1.1 Name start character mask.
- MASK_XML11_NCNAME - Static variable in class org.htmlunit.cyberneko.xerces.util.XML11Char
-
XML namespaces 1.1 NCName
- MASK_XML11_NCNAME_START - Static variable in class org.htmlunit.cyberneko.xerces.util.XML11Char
-
XML namespaces 1.1 NCNameStart
- match_ - Variable in class org.htmlunit.cyberneko.HTMLUnicodeEntitiesParser
- matchLength_ - Variable in class org.htmlunit.cyberneko.HTMLUnicodeEntitiesParser
- MENU - Static variable in class org.htmlunit.cyberneko.HTMLElements
- merge(String[], String[]) - Static method in class org.htmlunit.cyberneko.filters.DefaultFilter
-
Utility method for merging string arrays for recognized features and recognized properties.
- META - Static variable in class org.htmlunit.cyberneko.HTMLElements
- METER - Static variable in class org.htmlunit.cyberneko.HTMLElements
- MiniStack<E> - Class in org.htmlunit.cyberneko.util
-
Extremely light stack implementation.
- MiniStack() - Constructor for class org.htmlunit.cyberneko.util.MiniStack
-
Create a new empty stack with 8 elements capacity.
- modifiedAttrValue(AttrImpl, String) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
A method to be called when an attribute value has been modified
- modifiedAttrValue(AttrImpl, String) - Method in class org.htmlunit.cyberneko.xerces.dom.DocumentImpl
-
A method to be called when an attribute value has been modified
- modifiedCharacterData(NodeImpl, String, String, boolean) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
A method to be called when a character data node has been modified
- modifiedCharacterData(NodeImpl, String, String, boolean) - Method in class org.htmlunit.cyberneko.xerces.dom.DocumentImpl
-
A method to be called when a character data node has been modified
- modifyingCharacterData(NodeImpl, boolean) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
A method to be called when a character data node is about to be modified
- modifyingCharacterData(NodeImpl, boolean) - Method in class org.htmlunit.cyberneko.xerces.dom.DocumentImpl
-
A method to be called when a character data node is about to be modified
- modifyName(String, short) - Static method in class org.htmlunit.cyberneko.filters.NamespaceBinder
- modifyName(String, short) - Static method in class org.htmlunit.cyberneko.HTMLScanner
- modifyName(String, short) - Static method in class org.htmlunit.cyberneko.HTMLTagBalancer
- moveSpecifiedAttributes(AttributeMap) - Method in class org.htmlunit.cyberneko.xerces.dom.AttributeMap
-
Move specified attributes from the given map to this one
- moveSpecifiedAttributes(ElementImpl) - Method in class org.htmlunit.cyberneko.xerces.dom.ElementImpl
- MULTICOL - Static variable in class org.htmlunit.cyberneko.HTMLElements
N
- name - Variable in class org.htmlunit.cyberneko.HTMLElements.Element
-
The element name.
- name - Variable in class org.htmlunit.cyberneko.xerces.dom.AttrImpl
-
Attribute name.
- name - Variable in class org.htmlunit.cyberneko.xerces.dom.EntityReferenceImpl
-
Name of Entity referenced
- name_ - Variable in class org.htmlunit.cyberneko.HTMLTagBalancer.ElementEntry
- name_ - Variable in class org.htmlunit.cyberneko.xerces.dom.DocumentTypeImpl
-
Document type name.
- name_ - Variable in class org.htmlunit.cyberneko.xerces.dom.ElementImpl
-
Element name.
- name_ - Variable in class org.htmlunit.cyberneko.xerces.dom.EntityImpl
-
Entity name.
- name_ - Variable in class org.htmlunit.cyberneko.xerces.util.XMLAttributesImpl.Attribute
-
Name.
- namedItem(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLCollectionImpl
-
Retrieves the named node from the collection.
- namedItem(Element, String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLCollectionImpl
-
Recursive function returns an element of a particular type with the specified name (id attribute).
- NamedNodeMapImpl - Class in org.htmlunit.cyberneko.xerces.dom
-
NamedNodeMaps represent collections of Nodes that can be accessed by name.
- NamedNodeMapImpl(NodeImpl) - Constructor for class org.htmlunit.cyberneko.xerces.dom.NamedNodeMapImpl
-
Constructs a named node map.
- NameNodeListImpl - Class in org.htmlunit.cyberneko.html.dom
-
This class implements the DOM's NodeList behavior for HTMLDocuemnt.getElementsByName().
- NameNodeListImpl(NodeImpl, String) - Constructor for class org.htmlunit.cyberneko.html.dom.NameNodeListImpl
-
Constructor.
- NAMES_ATTRS - Static variable in class org.htmlunit.cyberneko.HTMLConfiguration
-
Modify HTML attribute names: { "upper", "lower", "default" }.
- NAMES_ATTRS - Static variable in class org.htmlunit.cyberneko.HTMLScanner
-
Modify HTML attribute names: { "upper", "lower", "default" }.
- NAMES_ATTRS - Static variable in class org.htmlunit.cyberneko.HTMLTagBalancer
-
Modify HTML attribute names: { "upper", "lower", "default" }.
- NAMES_ELEMS - Static variable in class org.htmlunit.cyberneko.filters.NamespaceBinder
-
Modify HTML element names: { "upper", "lower", "default" }.
- NAMES_ELEMS - Static variable in class org.htmlunit.cyberneko.HTMLConfiguration
-
Modify HTML element names: { "upper", "lower", "default" }.
- NAMES_ELEMS - Static variable in class org.htmlunit.cyberneko.HTMLScanner
-
Modify HTML element names: { "upper", "lower", "default" }.
- NAMES_ELEMS - Static variable in class org.htmlunit.cyberneko.HTMLTagBalancer
-
Modify HTML element names: { "upper", "lower", "default" }.
- NAMES_LOWERCASE - Static variable in class org.htmlunit.cyberneko.filters.NamespaceBinder
-
Lowercase HTML names.
- NAMES_LOWERCASE - Static variable in class org.htmlunit.cyberneko.HTMLScanner
-
Lowercase HTML names.
- NAMES_LOWERCASE - Static variable in class org.htmlunit.cyberneko.HTMLTagBalancer
-
Lowercase HTML names.
- NAMES_NO_CHANGE - Static variable in class org.htmlunit.cyberneko.filters.NamespaceBinder
-
Don't modify HTML names.
- NAMES_NO_CHANGE - Static variable in class org.htmlunit.cyberneko.HTMLScanner
-
Don't modify HTML names.
- NAMES_NO_CHANGE - Static variable in class org.htmlunit.cyberneko.HTMLTagBalancer
-
Don't modify HTML names.
- NAMES_UPPERCASE - Static variable in class org.htmlunit.cyberneko.filters.NamespaceBinder
-
Uppercase HTML names.
- NAMES_UPPERCASE - Static variable in class org.htmlunit.cyberneko.HTMLScanner
-
Uppercase HTML names.
- NAMES_UPPERCASE - Static variable in class org.htmlunit.cyberneko.HTMLTagBalancer
-
Uppercase HTML names.
- namesElems_ - Variable in class org.htmlunit.cyberneko.filters.NamespaceBinder
-
Modify HTML element names.
- NAMESPACE_PREFIXES_FEATURE - Static variable in class org.htmlunit.cyberneko.xerces.parsers.Constants
-
Namespace prefixes feature ("namespace-prefixes").
- NamespaceBinder - Class in org.htmlunit.cyberneko.filters
-
This filter binds namespaces if namespace processing is turned on by setting the feature "http://xml.org/sax/features/namespaces" is set to
true
. - NamespaceBinder(HTMLConfiguration) - Constructor for class org.htmlunit.cyberneko.filters.NamespaceBinder
- namespaceBinder_ - Variable in class org.htmlunit.cyberneko.HTMLConfiguration
-
Namespace binder.
- NamespaceBinder.NamespaceSupport - Class in org.htmlunit.cyberneko.filters
-
This namespace context object implements the old and new XNI
NamespaceContext
interface methods so that it can be used across all versions of Xerces2. - NamespaceBinder.NamespaceSupport.Entry - Class in org.htmlunit.cyberneko.filters
-
A namespace binding entry.
- NamespaceContext - Interface in org.htmlunit.cyberneko.xerces.xni
-
Represents an interface to query namespace information.
- namespaceContext_ - Variable in class org.htmlunit.cyberneko.filters.NamespaceBinder
-
Namespace context.
- NAMESPACES - Static variable in class org.htmlunit.cyberneko.filters.NamespaceBinder
-
Namespaces.
- NAMESPACES - Static variable in class org.htmlunit.cyberneko.HTMLConfiguration
-
Namespaces.
- NAMESPACES - Static variable in class org.htmlunit.cyberneko.HTMLTagBalancer
-
Namespaces.
- NAMESPACES - Static variable in class org.htmlunit.cyberneko.xerces.parsers.AbstractDOMParser
-
Feature id: namespace.
- NAMESPACES - Static variable in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser
-
Feature identifier: namespaces.
- namespaces_ - Variable in class org.htmlunit.cyberneko.filters.NamespaceBinder
-
Namespaces.
- NAMESPACES_FEATURE - Static variable in class org.htmlunit.cyberneko.xerces.parsers.Constants
-
Namespaces feature ("namespaces").
- NAMESPACES_URI - Static variable in class org.htmlunit.cyberneko.filters.NamespaceBinder
-
Namespaces URI.
- NamespaceSupport - Class in org.htmlunit.cyberneko.xerces.util
-
Namespace support for XML document handlers.
- NamespaceSupport() - Constructor for class org.htmlunit.cyberneko.filters.NamespaceBinder.NamespaceSupport
-
Default constructor.
- NamespaceSupport() - Constructor for class org.htmlunit.cyberneko.xerces.util.NamespaceSupport
-
Default constructor.
- namespacesURI_ - Variable in class org.htmlunit.cyberneko.filters.NamespaceBinder
-
Namespaces URI.
- namespaceURI - Variable in class org.htmlunit.cyberneko.xerces.dom.ElementNSImpl
-
DOM2: Namespace URI.
- namespaceURI_ - Variable in class org.htmlunit.cyberneko.xerces.dom.AttrNSImpl
-
DOM2: Namespace URI.
- NAV - Static variable in class org.htmlunit.cyberneko.HTMLElements
- needsSyncChildren() - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
- needsSyncChildren(boolean) - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
- next - Variable in class org.htmlunit.cyberneko.xerces.dom.NodeListCache
-
Pointer to the next object on the list, only meaningful when actually stored in the free list.
- nextContent(int) - Method in class org.htmlunit.cyberneko.HTMLScanner.ContentScanner
-
Reads the next characters WITHOUT impacting the buffer content up to current offset.
- NEXTID - Static variable in class org.htmlunit.cyberneko.HTMLElements
- nextMatchingElementAfter(Node) - Method in class org.htmlunit.cyberneko.html.dom.NameNodeListImpl
-
Iterative tree-walker.
- nextMatchingElementAfter(Node) - Method in class org.htmlunit.cyberneko.xerces.dom.DeepNodeListImpl
-
Iterative tree-walker.
- nextPowerOfTwo(long) - Static method in class org.htmlunit.cyberneko.util.FastHashMap
-
Return the least power of two greater than or equal to the specified value.
- nextSibling_ - Variable in class org.htmlunit.cyberneko.xerces.dom.ChildNode
-
Next sibling.
- nextState_ - Variable in class org.htmlunit.cyberneko.HTMLNamedEntitiesParser.State
- NO_SUCH_ELEMENT - Variable in class org.htmlunit.cyberneko.HTMLElements
-
No such element.
- NOBR - Static variable in class org.htmlunit.cyberneko.HTMLElements
- nodeCounter_ - Variable in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
- NodeImpl - Class in org.htmlunit.cyberneko.xerces.dom
-
NodeImpl provides the basic structure of a DOM tree.
- NodeImpl(CoreDocumentImpl) - Constructor for class org.htmlunit.cyberneko.xerces.dom.NodeImpl
-
No public constructor; only subclasses of Node should be instantiated, and those normally via a Document's factory methods
- NodeListCache - Class in org.htmlunit.cyberneko.xerces.dom
-
This class is used, via a pool managed on CoreDocumentImpl, in ParentNode to improve performance of the NodeList accessors, getLength() and item(i).
- NodeListCache(ParentNode) - Constructor for class org.htmlunit.cyberneko.xerces.dom.NodeListCache
- nodeListGetLength() - Method in class org.htmlunit.cyberneko.xerces.dom.ParentNode
-
Count the immediate children of this node.
- nodeListItem(int) - Method in class org.htmlunit.cyberneko.xerces.dom.ParentNode
- nodes - Variable in class org.htmlunit.cyberneko.xerces.dom.NamedNodeMapImpl
-
Nodes.
- nodes_ - Variable in class org.htmlunit.cyberneko.xerces.dom.DeepNodeListImpl
- nodeTable_ - Variable in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
- NOEMBED - Static variable in class org.htmlunit.cyberneko.HTMLElements
- NOFRAMES - Static variable in class org.htmlunit.cyberneko.HTMLElements
- NOLAYER - Static variable in class org.htmlunit.cyberneko.HTMLElements
- nonNormalizedValue_ - Variable in class org.htmlunit.cyberneko.xerces.util.XMLAttributesImpl.AttributeExt
- normalize() - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
-
Puts all
Text
nodes in the full depth of the sub-tree underneath thisNode
, including attribute nodes, into a "normal" form where only markup (e.g., tags, comments, processing instructions, CDATA sections, and entity references) separatesText
nodes, i.e., there are no adjacentText
nodes. - normalize_ - Variable in class org.htmlunit.cyberneko.filters.HTMLWriterFilter
-
Normalize character content.
- NORMALIZE_ATTRIBUTES - Static variable in class org.htmlunit.cyberneko.HTMLScanner
-
Normalize attribute values.
- NORMALIZED - Static variable in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
- normalizeDocument() - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
DOM Level 3 WD - Experimental Normalize document.
- NOSCRIPT - Static variable in class org.htmlunit.cyberneko.HTMLElements
- NOT_RECOGNIZED - Static variable in exception class org.htmlunit.cyberneko.xerces.xni.parser.XMLConfigurationException
-
Exception type: identifier not recognized.
- NOT_SUPPORTED - Static variable in exception class org.htmlunit.cyberneko.xerces.xni.parser.XMLConfigurationException
-
Exception type: identifier not supported.
- notationName_ - Variable in class org.htmlunit.cyberneko.xerces.dom.EntityImpl
-
Notation name.
- notations_ - Variable in class org.htmlunit.cyberneko.xerces.dom.DocumentTypeImpl
-
Notations.
- notifyDiscardedEndElement(QName, Augmentations) - Method in class org.htmlunit.cyberneko.HTMLTagBalancer
-
Notifies the tagBalancingListener (if any) of an ignored end element
- notifyDiscardedStartElement(QName, XMLAttributes, Augmentations) - Method in class org.htmlunit.cyberneko.HTMLTagBalancer
-
Notifies the tagBalancingListener (if any) of an ignored start element
- nsName_ - Variable in class org.htmlunit.cyberneko.xerces.dom.DeepNodeListImpl
O
- OBJECT - Static variable in class org.htmlunit.cyberneko.HTMLElements
- offset_ - Variable in class org.htmlunit.cyberneko.HTMLNamedEntitiesParser.RootState
- offset_ - Variable in class org.htmlunit.cyberneko.HTMLScanner.CurrentEntity
-
Offset into character buffer.
- OL - Static variable in class org.htmlunit.cyberneko.HTMLElements
- open() - Method in class org.htmlunit.cyberneko.html.dom.HTMLDocumentImpl
- OPTGROUP - Static variable in class org.htmlunit.cyberneko.HTMLElements
- optimize() - Method in class org.htmlunit.cyberneko.HTMLNamedEntitiesParser.RootState
- OPTION - Static variable in class org.htmlunit.cyberneko.html.dom.HTMLCollectionImpl
-
Request collection of all options in selection: <OPTION> elements in <SELECT> or <OPTGROUP>.
- OPTION - Static variable in class org.htmlunit.cyberneko.HTMLElements
- options_ - Variable in class org.htmlunit.cyberneko.html.dom.HTMLSelectElementImpl
- org.htmlunit.cyberneko - package org.htmlunit.cyberneko
- org.htmlunit.cyberneko.filters - package org.htmlunit.cyberneko.filters
- org.htmlunit.cyberneko.html.dom - package org.htmlunit.cyberneko.html.dom
- org.htmlunit.cyberneko.io - package org.htmlunit.cyberneko.io
- org.htmlunit.cyberneko.parsers - package org.htmlunit.cyberneko.parsers
- org.htmlunit.cyberneko.util - package org.htmlunit.cyberneko.util
- org.htmlunit.cyberneko.xerces.dom - package org.htmlunit.cyberneko.xerces.dom
- org.htmlunit.cyberneko.xerces.parsers - package org.htmlunit.cyberneko.xerces.parsers
- org.htmlunit.cyberneko.xerces.util - package org.htmlunit.cyberneko.xerces.util
- org.htmlunit.cyberneko.xerces.xni - package org.htmlunit.cyberneko.xerces.xni
- org.htmlunit.cyberneko.xerces.xni.parser - package org.htmlunit.cyberneko.xerces.xni.parser
- OUTPUT - Static variable in class org.htmlunit.cyberneko.HTMLElements
- OVERRIDE_DOCTYPE - Static variable in class org.htmlunit.cyberneko.HTMLScanner
-
Override doctype declaration public and system identifiers.
- OVERRIDE_NAMESPACES - Static variable in class org.htmlunit.cyberneko.filters.NamespaceBinder
-
Override namespace binding URI.
- overrideNamespaces_ - Variable in class org.htmlunit.cyberneko.filters.NamespaceBinder
-
Override namespaces.
- OWNED - Static variable in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
- ownerDocument - Variable in class org.htmlunit.cyberneko.xerces.dom.ParentNode
-
Owner document.
- ownerDocument() - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
-
same as above but returns internal type and this one is not overridden by CoreDocumentImpl to return null
- ownerDocument() - Method in class org.htmlunit.cyberneko.xerces.dom.ParentNode
-
same as above but returns internal type and this one is not overridden by CoreDocumentImpl to return null
- ownerNode - Variable in class org.htmlunit.cyberneko.xerces.dom.NamedNodeMapImpl
- ownerNode_ - Variable in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
P
- P - Static variable in class org.htmlunit.cyberneko.HTMLElements
- PARAM - Static variable in class org.htmlunit.cyberneko.HTMLElements
- parent - Variable in class org.htmlunit.cyberneko.HTMLElements.Element
-
Parent elements.
- parentCodes_ - Variable in class org.htmlunit.cyberneko.HTMLElements.Element
-
Parent elements.
- parentNode() - Method in class org.htmlunit.cyberneko.xerces.dom.ChildNode
- parentNode() - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
- ParentNode - Class in org.htmlunit.cyberneko.xerces.dom
-
ParentNode inherits from ChildNode and adds the capability of having child nodes.
- ParentNode(CoreDocumentImpl) - Constructor for class org.htmlunit.cyberneko.xerces.dom.ParentNode
-
No public constructor; only subclasses of ParentNode should be instantiated, and those normally via a Document's factory methods
- parse(boolean) - Method in class org.htmlunit.cyberneko.HTMLConfiguration
-
Parses the document in a pull parsing fashion.
- parse(boolean) - Method in interface org.htmlunit.cyberneko.xerces.xni.parser.XMLParserConfiguration
-
Parses the document in a pull parsing fashion.
- parse(String) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractDOMParser
-
Parses the input source specified by the given system identifier.
- parse(String) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser
-
Parses the input source specified by the given system identifier.
- parse(String, DocumentFragment) - Method in class org.htmlunit.cyberneko.parsers.DOMFragmentParser
-
Parses a document fragment
- parse(XMLInputSource) - Method in class org.htmlunit.cyberneko.HTMLConfiguration
-
Parses a document.
- parse(XMLInputSource) - Method in class org.htmlunit.cyberneko.xerces.parsers.XMLParser
-
Parse.
- parse(XMLInputSource) - Method in interface org.htmlunit.cyberneko.xerces.xni.parser.XMLParserConfiguration
-
Parse an XML document.
- parse(InputSource) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractDOMParser
-
Parse.
- parse(InputSource) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser
- parse(InputSource, DocumentFragment) - Method in class org.htmlunit.cyberneko.parsers.DOMFragmentParser
-
Parses a document fragment
- PARSE_NOSCRIPT_CONTENT - Static variable in class org.htmlunit.cyberneko.HTMLScanner
-
Parse <noscript>...</noscript> content
- parseNumeric(int) - Method in class org.htmlunit.cyberneko.HTMLUnicodeEntitiesParser
-
Parses a numeric entity such as #x64; or #42; The ampersand must not be presented.
- parserConfiguration_ - Variable in class org.htmlunit.cyberneko.parsers.DOMFragmentParser
-
Parser configuration.
- parserConfiguration_ - Variable in class org.htmlunit.cyberneko.xerces.parsers.XMLParser
-
The parser configuration.
- ParserConfigurationSettings - Class in org.htmlunit.cyberneko.xerces.util
-
This class implements the basic operations for managing parser configuration features and properties.
- ParserConfigurationSettings() - Constructor for class org.htmlunit.cyberneko.xerces.util.ParserConfigurationSettings
- partition(int) - Method in class org.htmlunit.cyberneko.util.SimpleArrayList
-
Returns view partitions on the underlying list.
- Partition(SimpleArrayList<K>, int, int) - Constructor for class org.htmlunit.cyberneko.util.SimpleArrayList.Partition
- path_ - Variable in class org.htmlunit.cyberneko.xerces.util.URI
-
If specified, stores the path for this URI; otherwise null
- PATH_CHARACTERS - Static variable in class org.htmlunit.cyberneko.xerces.util.URI
-
Path characters
- peek() - Method in class org.htmlunit.cyberneko.HTMLTagBalancer.InfoStack
- peek() - Method in class org.htmlunit.cyberneko.util.MiniStack
-
Returns the top/last element without removing it.
- PICTURE - Static variable in class org.htmlunit.cyberneko.HTMLElements
- PLAIN_ATTRIBUTE_VALUES - Static variable in class org.htmlunit.cyberneko.HTMLScanner
-
Store the plain attribute values also.
- PLAINTEXT - Static variable in class org.htmlunit.cyberneko.HTMLElements
- PlainTextScanner() - Constructor for class org.htmlunit.cyberneko.HTMLScanner.PlainTextScanner
- playback() - Method in class org.htmlunit.cyberneko.io.PlaybackInputStream
-
Playback buffer contents.
- playback_ - Variable in class org.htmlunit.cyberneko.io.PlaybackInputStream
-
Playback mode.
- PlaybackInputStream - Class in org.htmlunit.cyberneko.io
-
A playback input stream.
- PlaybackInputStream(InputStream) - Constructor for class org.htmlunit.cyberneko.io.PlaybackInputStream
- pop() - Method in class org.htmlunit.cyberneko.HTMLTagBalancer.InfoStack
- pop() - Method in class org.htmlunit.cyberneko.util.MiniStack
-
Removes and returns the last element
- popContext() - Method in class org.htmlunit.cyberneko.filters.NamespaceBinder.NamespaceSupport
-
Pop context.
- popContext() - Method in class org.htmlunit.cyberneko.xerces.util.NamespaceSupport
- popContext() - Method in interface org.htmlunit.cyberneko.xerces.xni.NamespaceContext
-
Revert to the previous Namespace context.
- port_ - Variable in class org.htmlunit.cyberneko.xerces.util.URI
-
If specified, stores the port for this URI; otherwise -1
- pos_ - Variable in class org.htmlunit.cyberneko.util.MiniStack
- PRE - Static variable in class org.htmlunit.cyberneko.HTMLElements
- precedes(Node, Node) - Method in class org.htmlunit.cyberneko.xerces.dom.NamedNodeMapImpl
- prefix_ - Variable in class org.htmlunit.cyberneko.filters.NamespaceBinder.NamespaceSupport.Entry
-
Prefix.
- prefix_ - Variable in class org.htmlunit.cyberneko.xerces.xni.QName
-
The qname prefix.
- prepend(char) - Method in class org.htmlunit.cyberneko.xerces.xni.XMLString
-
Inserts a character at the beginning
- previousSibling() - Method in class org.htmlunit.cyberneko.xerces.dom.ChildNode
- previousSibling() - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
- previousSibling_ - Variable in class org.htmlunit.cyberneko.xerces.dom.ChildNode
-
Previous sibling.
- print(String) - Method in class org.htmlunit.cyberneko.filters.HTMLWriterFilter
- printAttributeValue(String) - Method in class org.htmlunit.cyberneko.filters.HTMLWriterFilter
-
Print attribute value.
- printCharacters(XMLString, boolean) - Method in class org.htmlunit.cyberneko.filters.HTMLWriterFilter
-
Print characters.
- printEndElement(QName) - Method in class org.htmlunit.cyberneko.filters.HTMLWriterFilter
-
Print end element.
- printer_ - Variable in class org.htmlunit.cyberneko.filters.HTMLWriterFilter
-
The print writer used for serializing the document with the appropriate character encoding.
- printError(String, XMLParseException) - Method in class org.htmlunit.cyberneko.xerces.util.DefaultErrorHandler
-
Prints the error message.
- printStartElement(QName, XMLAttributes) - Method in class org.htmlunit.cyberneko.filters.HTMLWriterFilter
-
Print start element.
- processingInstruction(String, XMLString, Augmentations) - Method in class org.htmlunit.cyberneko.filters.DefaultFilter
-
Processing instruction.
- processingInstruction(String, XMLString, Augmentations) - Method in class org.htmlunit.cyberneko.HTMLTagBalancer
-
Processing instruction.
- processingInstruction(String, XMLString, Augmentations) - Method in class org.htmlunit.cyberneko.parsers.DOMFragmentParser
- processingInstruction(String, XMLString, Augmentations) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractDOMParser
-
A processing instruction.
- processingInstruction(String, XMLString, Augmentations) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser
-
A processing instruction.
- processingInstruction(String, XMLString, Augmentations) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractXMLDocumentParser
-
A processing instruction.
- processingInstruction(String, XMLString, Augmentations) - Method in interface org.htmlunit.cyberneko.xerces.xni.XMLDocumentHandler
-
A processing instruction.
- ProcessingInstructionImpl - Class in org.htmlunit.cyberneko.xerces.dom
-
Processing Instructions (PIs) permit documents to carry processor-specific information alongside their actual content.
- ProcessingInstructionImpl(CoreDocumentImpl, String, String) - Constructor for class org.htmlunit.cyberneko.xerces.dom.ProcessingInstructionImpl
- PROGRESS - Static variable in class org.htmlunit.cyberneko.HTMLElements
- PROPERTY_DEFAULTS - Static variable in class org.htmlunit.cyberneko.filters.NamespaceBinder
-
Property defaults.
- publicId - Variable in class org.htmlunit.cyberneko.HTMLScanner.CurrentEntity
-
Public identifier.
- publicId_ - Variable in class org.htmlunit.cyberneko.xerces.dom.EntityImpl
-
Public identifier.
- publicId_ - Variable in class org.htmlunit.cyberneko.xerces.xni.parser.XMLInputSource
-
Public identifier.
- publicId_ - Variable in exception class org.htmlunit.cyberneko.xerces.xni.parser.XMLParseException
-
Public identifier.
- publicID_ - Variable in class org.htmlunit.cyberneko.xerces.dom.DocumentTypeImpl
- push(E) - Method in class org.htmlunit.cyberneko.util.MiniStack
-
Add a new element on top of the stack.
- push(HTMLTagBalancer.Info) - Method in class org.htmlunit.cyberneko.HTMLTagBalancer.InfoStack
- pushbackLength_ - Variable in class org.htmlunit.cyberneko.io.PlaybackInputStream
-
Pushback length.
- pushbackOffset_ - Variable in class org.htmlunit.cyberneko.io.PlaybackInputStream
-
Pushback offset.
- pushContext() - Method in class org.htmlunit.cyberneko.filters.NamespaceBinder.NamespaceSupport
-
Push context.
- pushContext() - Method in class org.htmlunit.cyberneko.xerces.util.NamespaceSupport
- pushContext() - Method in interface org.htmlunit.cyberneko.xerces.xni.NamespaceContext
-
Start a new Namespace context.
- pushInputSource(XMLInputSource) - Method in class org.htmlunit.cyberneko.HTMLConfiguration
-
Pushes an input source onto the current entity stack.
- pushInputSource(XMLInputSource) - Method in class org.htmlunit.cyberneko.HTMLScanner
-
Pushes an input source onto the current entity stack.
- put(K, V) - Method in class org.htmlunit.cyberneko.util.FastHashMap
- putIdentifier(String, Element) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
Registers an identifier name with a specified element node.
Q
- Q - Static variable in class org.htmlunit.cyberneko.HTMLElements
- qname - Variable in class org.htmlunit.cyberneko.HTMLTagBalancer.Info
-
The element qualified name.
- QName - Class in org.htmlunit.cyberneko.xerces.xni
-
A structure that holds the components of an XML Namespaces qualified name.
- QName() - Constructor for class org.htmlunit.cyberneko.xerces.xni.QName
-
Default constructor.
- QName(String, String, String, String) - Constructor for class org.htmlunit.cyberneko.xerces.xni.QName
- QName(QName) - Constructor for class org.htmlunit.cyberneko.xerces.xni.QName
- qName_ - Variable in class org.htmlunit.cyberneko.filters.NamespaceBinder
-
QName.
- qName_ - Variable in class org.htmlunit.cyberneko.HTMLScanner.ContentScanner
-
A qualified name.
- queryString_ - Variable in class org.htmlunit.cyberneko.xerces.util.URI
-
If specified, stores the query string for this URI; otherwise null.
R
- rawname_ - Variable in class org.htmlunit.cyberneko.xerces.xni.QName
-
The qname rawname.
- RB - Static variable in class org.htmlunit.cyberneko.HTMLElements
- RBC - Static variable in class org.htmlunit.cyberneko.HTMLElements
- read() - Method in class org.htmlunit.cyberneko.HTMLScanner.CurrentEntity
- read() - Method in class org.htmlunit.cyberneko.io.PlaybackInputStream
-
Read a byte.
- read(byte[]) - Method in class org.htmlunit.cyberneko.io.PlaybackInputStream
-
Read an array of bytes.
- read(byte[], int, int) - Method in class org.htmlunit.cyberneko.io.PlaybackInputStream
-
Read an array of bytes.
- readObject(ObjectInputStream) - Method in class org.htmlunit.cyberneko.util.FastHashMap
-
We have to overwrite the import due to the use of static object as marker
- READONLY - Static variable in class org.htmlunit.cyberneko.xerces.dom.NamedNodeMapImpl
- READONLY - Static variable in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
- readPreservingBufferContent() - Method in class org.htmlunit.cyberneko.HTMLScanner
- RECOGNIZED_FEATURES - Static variable in class org.htmlunit.cyberneko.filters.NamespaceBinder
-
Recognized features.
- RECOGNIZED_FEATURES - Static variable in class org.htmlunit.cyberneko.HTMLScanner
-
Recognized features.
- RECOGNIZED_FEATURES - Static variable in class org.htmlunit.cyberneko.HTMLTagBalancer
-
Recognized features.
- RECOGNIZED_FEATURES - Static variable in class org.htmlunit.cyberneko.parsers.DOMFragmentParser
-
Recognized features.
- RECOGNIZED_FEATURES - Static variable in class org.htmlunit.cyberneko.xerces.parsers.AbstractDOMParser
-
Recognized features.
- RECOGNIZED_FEATURES - Static variable in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser
-
Recognized features.
- RECOGNIZED_FEATURES_DEFAULTS - Static variable in class org.htmlunit.cyberneko.HTMLScanner
-
Recognized features defaults.
- RECOGNIZED_FEATURES_DEFAULTS - Static variable in class org.htmlunit.cyberneko.HTMLTagBalancer
-
Recognized features defaults.
- RECOGNIZED_PROPERTIES - Static variable in class org.htmlunit.cyberneko.filters.NamespaceBinder
-
Recognized properties.
- RECOGNIZED_PROPERTIES - Static variable in class org.htmlunit.cyberneko.HTMLScanner
-
Recognized properties.
- RECOGNIZED_PROPERTIES - Static variable in class org.htmlunit.cyberneko.HTMLTagBalancer
-
Recognized properties.
- RECOGNIZED_PROPERTIES - Static variable in class org.htmlunit.cyberneko.parsers.DOMFragmentParser
-
Recognized properties.
- RECOGNIZED_PROPERTIES - Static variable in class org.htmlunit.cyberneko.xerces.parsers.AbstractDOMParser
-
Recognized properties.
- RECOGNIZED_PROPERTIES - Static variable in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser
-
Recognized properties.
- RECOGNIZED_PROPERTIES - Static variable in class org.htmlunit.cyberneko.xerces.parsers.XMLParser
-
Recognized properties.
- RECOGNIZED_PROPERTIES_DEFAULTS - Static variable in class org.htmlunit.cyberneko.HTMLScanner
-
Recognized properties defaults.
- RECOGNIZED_PROPERTIES_DEFAULTS - Static variable in class org.htmlunit.cyberneko.HTMLTagBalancer
-
Recognized properties defaults.
- recurse() - Method in class org.htmlunit.cyberneko.html.dom.HTMLCollectionImpl
-
Returns true if scanning methods should iterate through the collection.
- reduceToContent(String, String) - Method in class org.htmlunit.cyberneko.xerces.xni.XMLString
-
Deprecated.
- refeed(XMLDocumentHandler) - Method in class org.htmlunit.cyberneko.LostText
-
Pushes the characters into the
XMLDocumentHandler
- regAuthority_ - Variable in class org.htmlunit.cyberneko.xerces.util.URI
-
If specified, stores the registry based authority for this URI; otherwise -1
- rehash(int) - Method in class org.htmlunit.cyberneko.util.FastHashMap
- remove(int) - Method in class org.htmlunit.cyberneko.html.dom.HTMLSelectElementImpl
- remove(int) - Method in class org.htmlunit.cyberneko.util.SimpleArrayList
-
Removes the data at index and shifts all data right of it
- remove(Object) - Method in class org.htmlunit.cyberneko.util.SimpleArrayList
- remove(K) - Method in class org.htmlunit.cyberneko.util.FastHashMap
- remove(AttrImpl, int) - Method in class org.htmlunit.cyberneko.xerces.dom.AttributeMap
- removeAll() - Method in class org.htmlunit.cyberneko.xerces.dom.NamedNodeMapImpl
-
NON-DOM remove all elements from this map
- removeAll(Collection<?>) - Method in class org.htmlunit.cyberneko.util.SimpleArrayList
- removeAllAttributes() - Method in class org.htmlunit.cyberneko.xerces.util.XMLAttributesImpl
-
Removes all of the attributes.
- removeAllAttributes() - Method in interface org.htmlunit.cyberneko.xerces.xni.XMLAttributes
-
Removes all of the attributes.
- removeAttribute(String) - Method in class org.htmlunit.cyberneko.xerces.dom.ElementImpl
-
Remove the named attribute from this Element.
- removeAttributeAt(int) - Method in class org.htmlunit.cyberneko.xerces.util.XMLAttributesImpl
-
Removes the attribute at the specified index.
- removeAttributeAt(int) - Method in interface org.htmlunit.cyberneko.xerces.xni.XMLAttributes
-
Removes the attribute at the specified index.
- removeAttributeNode(Attr) - Method in class org.htmlunit.cyberneko.xerces.dom.ElementImpl
-
Remove the specified attribute/value pair.
- removeAttributeNS(String, String) - Method in class org.htmlunit.cyberneko.xerces.dom.ElementImpl
-
Introduced in DOM Level 2.
- removeChild(Node) - Method in class org.htmlunit.cyberneko.xerces.dom.AttrImpl
-
Remove a child from this Node.
- removeChild(Node) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
Since insertBefore caches the docElement (and, currently, docType), removeChild has to know how to undo the cache
- removeChild(Node) - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
-
Remove a child from this Node.
- removeChild(Node) - Method in class org.htmlunit.cyberneko.xerces.dom.ParentNode
-
Remove a child from this Node.
- REMOVED_KEY - Static variable in class org.htmlunit.cyberneko.util.FastHashMap
- removeData() - Method in class org.htmlunit.cyberneko.xerces.dom.TextImpl
- removedAttrNode(AttrImpl, NodeImpl, String) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
A method to be called when an attribute node has been removed
- removedAttrNode(AttrImpl, NodeImpl, String) - Method in class org.htmlunit.cyberneko.xerces.dom.DocumentImpl
-
A method to be called when an attribute node has been removed
- removedNode(NodeImpl, boolean) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
A method to be called when a node has been removed from the tree.
- removedNode(NodeImpl, boolean) - Method in class org.htmlunit.cyberneko.xerces.dom.DocumentImpl
-
A method to be called when a node has been removed from the tree.
- removeEventListener(String, EventListener, boolean) - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
- removeEventListener(NodeImpl, String, EventListener, boolean) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
- removeIdentifier(String) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
Removes a previously registered element with the specified identifier name.
- removeItem(int) - Method in class org.htmlunit.cyberneko.xerces.dom.NamedNodeMapImpl
-
NON-DOM: Remove attribute at specified index
- removeItem(Node) - Method in class org.htmlunit.cyberneko.xerces.dom.AttributeMap
-
NON-DOM: Remove the node object
- removeNamedItem(String) - Method in class org.htmlunit.cyberneko.xerces.dom.AttributeMap
-
Removes an attribute specified by name.
- removeNamedItem(String) - Method in class org.htmlunit.cyberneko.xerces.dom.NamedNodeMapImpl
-
Removes a node specified by name.
- removeNamedItemNS(String, String) - Method in class org.htmlunit.cyberneko.xerces.dom.AttributeMap
-
Introduced in DOM Level 2.
- removeNamedItemNS(String, String) - Method in class org.htmlunit.cyberneko.xerces.dom.NamedNodeMapImpl
- removeSpaces(String) - Method in class org.htmlunit.cyberneko.HTMLScanner.ContentScanner
-
Removes all spaces for the string (remember: JDK 1.3!)
- removingNode(NodeImpl, NodeImpl, boolean) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
A method to be called when a node is about to be removed from the tree.
- removingNode(NodeImpl, NodeImpl, boolean) - Method in class org.htmlunit.cyberneko.xerces.dom.DocumentImpl
-
A method to be called when a node is about to be removed from the tree.
- rename(String) - Method in class org.htmlunit.cyberneko.xerces.dom.AttrImpl
- rename(String) - Method in class org.htmlunit.cyberneko.xerces.dom.ElementImpl
- rename(String, String) - Method in class org.htmlunit.cyberneko.xerces.dom.AttrNSImpl
- rename(String, String) - Method in class org.htmlunit.cyberneko.xerces.dom.ElementNSImpl
- renamedAttrNode(Attr, Attr) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
A method to be called when an attribute node has been renamed
- renamedAttrNode(Attr, Attr) - Method in class org.htmlunit.cyberneko.xerces.dom.DocumentImpl
-
A method to be called when an attribute node has been renamed
- renamedElement(Element, Element) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
A method to be called when an element has been renamed
- renamedElement(Element, Element) - Method in class org.htmlunit.cyberneko.xerces.dom.DocumentImpl
-
A method to be called when an element has been renamed
- renameNode(Node, String, String) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
DOM Level 3 WD - Experimental.
- replaceChild(Node, Node) - Method in class org.htmlunit.cyberneko.xerces.dom.AttrImpl
-
Make newChild occupy the location that oldChild used to have.
- replaceChild(Node, Node) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
Since we cache the docElement (and, currently, docType), replaceChild has to update the cache
- replaceChild(Node, Node) - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
-
Make newChild occupy the location that oldChild used to have.
- replaceChild(Node, Node) - Method in class org.htmlunit.cyberneko.xerces.dom.ParentNode
-
Make newChild occupy the location that oldChild used to have.
- replaceData(int, int, String) - Method in class org.htmlunit.cyberneko.xerces.dom.CharacterDataImpl
-
Replace a series of characters at the specified (zero-based) offset with a new string, NOT necessarily of the same length.
- replaceData(String) - Method in class org.htmlunit.cyberneko.xerces.dom.TextImpl
- replacedCharacterData(NodeImpl, String, String) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
method to be called when a character data node has been replaced.
- replacedCharacterData(NodeImpl, String, String) - Method in class org.htmlunit.cyberneko.xerces.dom.DocumentImpl
-
method to be called when a character data node has been replaced.
- replacedNode(NodeImpl) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
A method to be called when a node has been replaced in the tree.
- replacedNode(NodeImpl) - Method in class org.htmlunit.cyberneko.xerces.dom.DocumentImpl
-
A method to be called when a node has been replaced in the tree.
- replacedText(CharacterDataImpl) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
A method to be called when some text was changed in a text node, so that live objects can be notified.
- replacedText(CharacterDataImpl) - Method in class org.htmlunit.cyberneko.xerces.dom.DocumentImpl
-
A method to be called when some text was changed in a text node, so that live objects can be notified.
- REPLACEMENT - Static variable in class org.htmlunit.cyberneko.xerces.util.StandardEncodingTranslator
-
https://encoding.spec.whatwg.org/#replacement For the moment we are using this constant in the
HTMLScanner
to support this encoding. - REPLACEMENT_CHARACTER - Static variable in class org.htmlunit.cyberneko.xerces.xni.XMLString
- replaceRenameElement(ElementImpl, String, String) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
- replaceWholeText(String) - Method in class org.htmlunit.cyberneko.xerces.dom.TextImpl
-
Replaces the text of the current node and all logically-adjacent text nodes with the specified text.
- replacingData(NodeImpl) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
A method to be called when a character data node is about to be replaced
- replacingData(NodeImpl) - Method in class org.htmlunit.cyberneko.xerces.dom.DocumentImpl
-
A method to be called when a character data node is about to be replaced
- replacingNode(NodeImpl) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
A method to be called when a node is about to be replaced in the tree.
- replacingNode(NodeImpl) - Method in class org.htmlunit.cyberneko.xerces.dom.DocumentImpl
-
A method to be called when a node is about to be replaced in the tree.
- REPORT_ERRORS - Static variable in class org.htmlunit.cyberneko.HTMLConfiguration
-
Report errors.
- REPORT_ERRORS - Static variable in class org.htmlunit.cyberneko.HTMLScanner
-
Report errors.
- REPORT_ERRORS - Static variable in class org.htmlunit.cyberneko.HTMLTagBalancer
-
Report errors.
- reportError(String, Object[]) - Method in class org.htmlunit.cyberneko.HTMLConfiguration.ErrorReporter
-
Reports an error.
- reportError(String, Object[]) - Method in interface org.htmlunit.cyberneko.HTMLErrorReporter
-
Reports an error.
- reportWarning(String, Object[]) - Method in class org.htmlunit.cyberneko.HTMLConfiguration.ErrorReporter
-
Reports a warning.
- reportWarning(String, Object[]) - Method in interface org.htmlunit.cyberneko.HTMLErrorReporter
-
Reports a warning.
- RESERVED_CHARACTERS - Static variable in class org.htmlunit.cyberneko.xerces.util.URI
-
reserved characters ;/?:@invalid input: '&'=+$,[]
- reset() - Method in class org.htmlunit.cyberneko.filters.NamespaceBinder.NamespaceSupport
-
Reset.
- reset() - Method in class org.htmlunit.cyberneko.html.dom.HTMLFormElementImpl
- reset() - Method in class org.htmlunit.cyberneko.HTMLConfiguration
-
Resets the parser configuration.
- reset() - Method in class org.htmlunit.cyberneko.util.MiniStack
-
Resets the stack to zero but does not clean it.
- reset() - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractDOMParser
-
Resets the parser state.
- reset() - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser
-
Reset all components before parsing.
- reset() - Method in class org.htmlunit.cyberneko.xerces.parsers.XMLParser
-
reset all components before parsing
- reset() - Method in class org.htmlunit.cyberneko.xerces.util.NamespaceSupport
- reset() - Method in interface org.htmlunit.cyberneko.xerces.xni.NamespaceContext
-
Reset this Namespace support object for reuse.
- reset(XMLComponentManager) - Method in class org.htmlunit.cyberneko.filters.DefaultFilter
-
Resets the component.
- reset(XMLComponentManager) - Method in class org.htmlunit.cyberneko.filters.NamespaceBinder
-
Resets the component.
- reset(XMLComponentManager) - Method in class org.htmlunit.cyberneko.HTMLScanner
-
Resets the component.
- reset(XMLComponentManager) - Method in class org.htmlunit.cyberneko.HTMLTagBalancer
-
Resets the component.
- reset(XMLComponentManager) - Method in interface org.htmlunit.cyberneko.xerces.xni.parser.XMLComponent
-
Resets the component.
- resetBuffer(XMLString, int, int, int) - Method in class org.htmlunit.cyberneko.HTMLScanner.CurrentEntity
- resolvedValue_ - Variable in class org.htmlunit.cyberneko.HTMLNamedEntitiesParser.State
- retainAll(Collection<?>) - Method in class org.htmlunit.cyberneko.util.SimpleArrayList
- returnEntityRefString(XMLString, boolean) - Method in class org.htmlunit.cyberneko.HTMLScanner
- rewind() - Method in class org.htmlunit.cyberneko.HTMLScanner.CurrentEntity
-
Goes back, cancelling the effect of the previous read() call.
- rewind(int) - Method in class org.htmlunit.cyberneko.HTMLScanner.CurrentEntity
- rootLevel_ - Variable in class org.htmlunit.cyberneko.HTMLNamedEntitiesParser
- rootNode_ - Variable in class org.htmlunit.cyberneko.xerces.dom.DeepNodeListImpl
- RootState() - Constructor for class org.htmlunit.cyberneko.HTMLNamedEntitiesParser.RootState
- ROW - Static variable in class org.htmlunit.cyberneko.html.dom.HTMLCollectionImpl
-
Request collection of all rows in table: <TR> elements in table or table section.
- rows_ - Variable in class org.htmlunit.cyberneko.html.dom.HTMLTableElementImpl
- rows_ - Variable in class org.htmlunit.cyberneko.html.dom.HTMLTableSectionElementImpl
- RP - Static variable in class org.htmlunit.cyberneko.HTMLElements
- RT - Static variable in class org.htmlunit.cyberneko.HTMLElements
- RTC - Static variable in class org.htmlunit.cyberneko.HTMLElements
- RUBY - Static variable in class org.htmlunit.cyberneko.HTMLElements
S
- S - Static variable in class org.htmlunit.cyberneko.HTMLElements
- SAMP - Static variable in class org.htmlunit.cyberneko.HTMLElements
- SAX_FEATURE_PREFIX - Static variable in class org.htmlunit.cyberneko.xerces.parsers.Constants
-
SAX feature prefix ("http://xml.org/sax/features/").
- SAX_PROPERTY_PREFIX - Static variable in class org.htmlunit.cyberneko.xerces.parsers.Constants
-
SAX property prefix ("http://xml.org/sax/properties/").
- SAXMessageFormatter - Class in org.htmlunit.cyberneko.xerces.util
-
Used to format SAX error messages.
- SAXMessageFormatter() - Constructor for class org.htmlunit.cyberneko.xerces.util.SAXMessageFormatter
- SAXParser - Class in org.htmlunit.cyberneko.parsers
-
A SAX parser for HTML documents.
- SAXParser() - Constructor for class org.htmlunit.cyberneko.parsers.SAXParser
-
Default constructor.
- scan(boolean) - Method in class org.htmlunit.cyberneko.HTMLScanner.ContentScanner
-
Scan.
- scan(boolean) - Method in class org.htmlunit.cyberneko.HTMLScanner.PlainTextScanner
- scan(boolean) - Method in interface org.htmlunit.cyberneko.HTMLScanner.Scanner
-
Scans part of the document.
- scan(boolean) - Method in class org.htmlunit.cyberneko.HTMLScanner.SpecialScanner
-
Scan.
- scanAttribute(XMLAttributesImpl, boolean[]) - Method in class org.htmlunit.cyberneko.HTMLScanner.ContentScanner
-
Scans a real attribute.
- scanAttributeQuotedValue(int, HTMLScanner.CurrentEntity, XMLString, XMLString, boolean) - Method in class org.htmlunit.cyberneko.HTMLScanner.ContentScanner
- scanAttributeUnquotedValue(HTMLScanner.CurrentEntity, XMLString, XMLString) - Method in class org.htmlunit.cyberneko.HTMLScanner.ContentScanner
- scanCDATA() - Method in class org.htmlunit.cyberneko.HTMLScanner.ContentScanner
- scanCDataContent(XMLString) - Method in class org.htmlunit.cyberneko.HTMLScanner.ContentScanner
- scanCharacters() - Method in class org.htmlunit.cyberneko.HTMLScanner.ContentScanner
- scanCharacters(XMLString, boolean) - Method in class org.htmlunit.cyberneko.HTMLScanner.PlainTextScanner
- scanCharacters(XMLString, int) - Method in class org.htmlunit.cyberneko.HTMLScanner.SpecialScanner
- scanComment() - Method in class org.htmlunit.cyberneko.HTMLScanner.ContentScanner
- scanCommentContent(XMLString) - Method in class org.htmlunit.cyberneko.HTMLScanner.ContentScanner
- scanDoctype() - Method in class org.htmlunit.cyberneko.HTMLScanner
- scanDocument(boolean) - Method in class org.htmlunit.cyberneko.HTMLScanner
-
Scans the document.
- scanDocument(boolean) - Method in interface org.htmlunit.cyberneko.xerces.xni.parser.XMLDocumentScanner
-
Scans a document.
- scanEndElement() - Method in class org.htmlunit.cyberneko.HTMLScanner.ContentScanner
- scanEntityRef(XMLString, XMLString, boolean) - Method in class org.htmlunit.cyberneko.HTMLScanner
- scanHexSequence(String, int, int, int[]) - Static method in class org.htmlunit.cyberneko.xerces.util.URI
-
Helper method for isWellFormedIPv6Reference which scans the hex sequences of an IPv6 address.
- scanLiteral() - Method in class org.htmlunit.cyberneko.HTMLScanner
- scanName(boolean) - Method in class org.htmlunit.cyberneko.HTMLScanner
- scanPI() - Method in class org.htmlunit.cyberneko.HTMLScanner.ContentScanner
- scanScriptContent() - Method in class org.htmlunit.cyberneko.HTMLScanner.ContentScanner
- ScanScriptState() - Constructor for enum org.htmlunit.cyberneko.HTMLScanner.ScanScriptState
- scanStartElement(boolean[]) - Method in class org.htmlunit.cyberneko.HTMLScanner.ContentScanner
-
Scans a start element.
- scanTagName() - Method in class org.htmlunit.cyberneko.HTMLScanner
- scanUntilEndTag(String) - Method in class org.htmlunit.cyberneko.HTMLScanner.ContentScanner
-
Scans the content of : it doesn't get parsed but is considered as plain text when feature
HTMLScanner.PARSE_NOSCRIPT_CONTENT
is set to false. - scheme_ - Variable in class org.htmlunit.cyberneko.xerces.util.URI
-
Stores the scheme (usually the protocol) for this URI.
- SCHEME_CHARACTERS - Static variable in class org.htmlunit.cyberneko.xerces.util.URI
-
scheme can be composed of alphanumerics and these characters: +-.
- SCRIPT - Static variable in class org.htmlunit.cyberneko.HTMLElements
- SCRIPT_STRIP_CDATA_DELIMS - Static variable in class org.htmlunit.cyberneko.HTMLScanner
-
Strip XHTML CDATA delimiters ("<![CDATA[" and "]]>") from SCRIPT tag contents.
- SCRIPT_STRIP_COMMENT_DELIMS - Static variable in class org.htmlunit.cyberneko.HTMLScanner
-
Strip HTML comment delimiters ("<!−−" and "−−>") from SCRIPT tag contents.
- SECTION - Static variable in class org.htmlunit.cyberneko.HTMLElements
- seenRootElement_ - Variable in class org.htmlunit.cyberneko.filters.HTMLWriterFilter
-
Seen root element.
- select() - Method in class org.htmlunit.cyberneko.html.dom.HTMLInputElementImpl
- select() - Method in class org.htmlunit.cyberneko.html.dom.HTMLTextAreaElementImpl
- SELECT - Static variable in class org.htmlunit.cyberneko.HTMLElements
- serialVersionUID - Static variable in exception class org.htmlunit.cyberneko.xerces.xni.XNIException
- set(int, T) - Method in class org.htmlunit.cyberneko.util.SimpleArrayList
- setAbbr(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableCellElementImpl
- setAccept(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLInputElementImpl
- setAcceptCharset(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLFormElementImpl
- setAccessKey(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLAnchorElementImpl
- setAccessKey(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLAreaElementImpl
- setAccessKey(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLButtonElementImpl
- setAccessKey(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLInputElementImpl
- setAccessKey(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLLabelElementImpl
- setAccessKey(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLLegendElementImpl
- setAccessKey(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTextAreaElementImpl
- setAction(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLFormElementImpl
- setAlign(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLAppletElementImpl
- setAlign(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLDivElementImpl
- setAlign(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLHeadingElementImpl
- setAlign(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLHRElementImpl
- setAlign(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLIFrameElementImpl
- setAlign(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLImageElementImpl
- setAlign(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLInputElementImpl
- setAlign(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLLegendElementImpl
- setAlign(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLObjectElementImpl
- setAlign(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLParagraphElementImpl
- setAlign(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableCaptionElementImpl
- setAlign(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableCellElementImpl
- setAlign(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableColElementImpl
- setAlign(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableElementImpl
- setAlign(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableRowElementImpl
- setAlign(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableSectionElementImpl
- setALink(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLBodyElementImpl
- setAlt(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLAppletElementImpl
- setAlt(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLAreaElementImpl
- setAlt(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLImageElementImpl
- setAlt(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLInputElementImpl
- setArchive(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLAppletElementImpl
- setArchive(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLObjectElementImpl
- setAttribute(String, boolean) - Method in class org.htmlunit.cyberneko.html.dom.HTMLElementImpl
-
Convenience method used to set a boolean attribute.
- setAttribute(String, String) - Method in class org.htmlunit.cyberneko.xerces.dom.ElementImpl
-
Add a new name/value pair, or replace the value of the existing attribute having that name.
- setAttributeNode(Attr) - Method in class org.htmlunit.cyberneko.xerces.dom.ElementImpl
-
Add a new attribute/value pair, or replace the value of the existing attribute with that name.
- setAttributeNodeNS(Attr) - Method in class org.htmlunit.cyberneko.xerces.dom.ElementImpl
-
Introduced in DOM Level 2.
- setAttributeNS(String, String, String) - Method in class org.htmlunit.cyberneko.xerces.dom.ElementImpl
-
Introduced in DOM Level 2.
- setAttributes(XMLAttributes) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser.AttributesProxy
- setAttrNode(AttrImpl, AttrImpl) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
A method to be called when an attribute node has been set
- setAttrNode(AttrImpl, AttrImpl) - Method in class org.htmlunit.cyberneko.xerces.dom.DocumentImpl
-
A method to be called when an attribute node has been set
- setAxis(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableCellElementImpl
- setBackground(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLBodyElementImpl
- setBaseSystemId(String) - Method in class org.htmlunit.cyberneko.xerces.xni.parser.XMLInputSource
-
Sets the base system identifier.
- setBaseURI(String) - Method in class org.htmlunit.cyberneko.xerces.dom.EntityImpl
- setBgColor(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLBodyElementImpl
- setBgColor(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableCellElementImpl
- setBgColor(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableElementImpl
- setBgColor(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableRowElementImpl
- setBody(HTMLElement) - Method in class org.htmlunit.cyberneko.html.dom.HTMLDocumentImpl
- setBorder(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLImageElementImpl
- setBorder(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLObjectElementImpl
- setBorder(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableElementImpl
- setByteStream(InputStream) - Method in class org.htmlunit.cyberneko.xerces.xni.parser.XMLInputSource
-
Sets the byte stream.
- setCaption(HTMLTableCaptionElement) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableElementImpl
- setCellPadding(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableElementImpl
- setCellSpacing(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableElementImpl
- setCh(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableCellElementImpl
- setCh(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableColElementImpl
- setCh(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableRowElementImpl
- setCh(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableSectionElementImpl
- setCharacterData(boolean) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractDOMParser
- setCharacterStream(Reader) - Method in class org.htmlunit.cyberneko.xerces.xni.parser.XMLInputSource
-
Sets the character stream.
- setCharset(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLAnchorElementImpl
- setCharset(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLLinkElementImpl
- setCharset(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLScriptElementImpl
- setChecked(boolean) - Method in class org.htmlunit.cyberneko.html.dom.HTMLInputElementImpl
- setChOff(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableCellElementImpl
- setChOff(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableColElementImpl
- setChOff(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableRowElementImpl
- setChOff(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableSectionElementImpl
- setCite(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLModElementImpl
- setCite(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLQuoteElementImpl
- setClassName(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLElementImpl
- setClear(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLBRElementImpl
- setCode(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLAppletElementImpl
- setCode(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLObjectElementImpl
- setCodeBase(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLAppletElementImpl
- setCodeBase(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLObjectElementImpl
- setCodeType(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLObjectElementImpl
- setColor(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLBaseFontElementImpl
- setColor(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLFontElementImpl
- setCols(int) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTextAreaElementImpl
- setCols(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLFrameSetElementImpl
- setColSpan(int) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableCellElementImpl
- setCompact(boolean) - Method in class org.htmlunit.cyberneko.html.dom.HTMLDirectoryElementImpl
- setCompact(boolean) - Method in class org.htmlunit.cyberneko.html.dom.HTMLDListElementImpl
- setCompact(boolean) - Method in class org.htmlunit.cyberneko.html.dom.HTMLMenuElementImpl
- setCompact(boolean) - Method in class org.htmlunit.cyberneko.html.dom.HTMLOListElementImpl
- setCompact(boolean) - Method in class org.htmlunit.cyberneko.html.dom.HTMLUListElementImpl
- setContent(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLMetaElementImpl
- setContentHandler(ContentHandler) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser
-
Allow an application to register a content event handler.
- setCookie(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLDocumentImpl
- setCoords(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLAnchorElementImpl
- setCoords(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLAreaElementImpl
- setData(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLObjectElementImpl
- setData(String) - Method in class org.htmlunit.cyberneko.xerces.dom.CharacterDataImpl
-
Store character data into this node.
- setDateTime(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLModElementImpl
- setDeclare(boolean) - Method in class org.htmlunit.cyberneko.html.dom.HTMLObjectElementImpl
- setDefaultChecked(boolean) - Method in class org.htmlunit.cyberneko.html.dom.HTMLInputElementImpl
- setDefaultSelected(boolean) - Method in class org.htmlunit.cyberneko.html.dom.HTMLOptionElementImpl
- setDefaultValue(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLInputElementImpl
- setDefaultValue(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTextAreaElementImpl
- setDefer(boolean) - Method in class org.htmlunit.cyberneko.html.dom.HTMLScriptElementImpl
- setDir(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLElementImpl
- setDisabled(boolean) - Method in class org.htmlunit.cyberneko.html.dom.HTMLButtonElementImpl
- setDisabled(boolean) - Method in class org.htmlunit.cyberneko.html.dom.HTMLInputElementImpl
- setDisabled(boolean) - Method in class org.htmlunit.cyberneko.html.dom.HTMLLinkElementImpl
- setDisabled(boolean) - Method in class org.htmlunit.cyberneko.html.dom.HTMLOptGroupElementImpl
- setDisabled(boolean) - Method in class org.htmlunit.cyberneko.html.dom.HTMLOptionElementImpl
- setDisabled(boolean) - Method in class org.htmlunit.cyberneko.html.dom.HTMLSelectElementImpl
- setDisabled(boolean) - Method in class org.htmlunit.cyberneko.html.dom.HTMLStyleElementImpl
- setDisabled(boolean) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTextAreaElementImpl
- setDocumentClass(Class<? extends DocumentImpl>) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractDOMParser
-
This method allows the programmer to decide which document factory to use when constructing the DOM tree.
- setDocumentHandler(XMLDocumentHandler) - Method in class org.htmlunit.cyberneko.filters.DefaultFilter
-
Sets the document handler.
- setDocumentHandler(XMLDocumentHandler) - Method in class org.htmlunit.cyberneko.HTMLConfiguration
- setDocumentHandler(XMLDocumentHandler) - Method in class org.htmlunit.cyberneko.HTMLScanner
-
Sets the document handler.
- setDocumentHandler(XMLDocumentHandler) - Method in class org.htmlunit.cyberneko.HTMLTagBalancer
-
Sets the document handler.
- setDocumentHandler(XMLDocumentHandler) - Method in interface org.htmlunit.cyberneko.xerces.xni.parser.XMLDocumentSource
-
Sets the document handler.
- setDocumentHandler(XMLDocumentHandler) - Method in interface org.htmlunit.cyberneko.xerces.xni.parser.XMLParserConfiguration
-
Sets the document handler to receive information about the document.
- setDocumentSource(XMLDocumentSource) - Method in class org.htmlunit.cyberneko.filters.DefaultFilter
-
Sets the document source.
- setDocumentSource(XMLDocumentSource) - Method in class org.htmlunit.cyberneko.HTMLTagBalancer
-
Sets the document source.
- setDocumentSource(XMLDocumentSource) - Method in class org.htmlunit.cyberneko.parsers.DOMFragmentParser
-
Sets the document source.
- setDocumentSource(XMLDocumentSource) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractXMLDocumentParser
-
Sets the document source.
- setDocumentSource(XMLDocumentSource) - Method in interface org.htmlunit.cyberneko.xerces.xni.XMLDocumentHandler
-
Sets the document source.
- setDocumentURI(String) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
DOM Level 3 WD - Experimental.
- setDTDHandler(DTDHandler) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser
-
Allow an application to register a DTD event handler.
- setElement(HTMLElements.Element) - Method in class org.htmlunit.cyberneko.HTMLElements
- setElementName(String) - Method in class org.htmlunit.cyberneko.HTMLScanner.SpecialScanner
- setEncoding(String) - Method in class org.htmlunit.cyberneko.xerces.xni.parser.XMLInputSource
-
Sets the encoding of the stream.
- setEnctype(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLFormElementImpl
- setEntityResolver(EntityResolver) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser
- setErrorChecking(boolean) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
Sets whether the DOM implementation performs error checking upon operations.
- setErrorHandler(XMLErrorHandler) - Method in class org.htmlunit.cyberneko.HTMLConfiguration
- setErrorHandler(XMLErrorHandler) - Method in interface org.htmlunit.cyberneko.xerces.xni.parser.XMLParserConfiguration
-
Sets the error handler.
- setErrorHandler(ErrorHandler) - Method in class org.htmlunit.cyberneko.parsers.DOMFragmentParser
-
Allow an application to register an error event handler.
- setErrorHandler(ErrorHandler) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractDOMParser
-
Allow an application to register an error event handler.
- setErrorHandler(ErrorHandler) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser
-
Allow an application to register an error event handler.
- setErrorHandler(ErrorHandler) - Method in class org.htmlunit.cyberneko.xerces.util.ErrorHandlerWrapper
- setEvent(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLScriptElementImpl
- setFace(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLBaseFontElementImpl
- setFace(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLFontElementImpl
- setFeature(String, boolean) - Method in class org.htmlunit.cyberneko.filters.DefaultFilter
-
Sets the state of a feature.
- setFeature(String, boolean) - Method in class org.htmlunit.cyberneko.HTMLConfiguration
- setFeature(String, boolean) - Method in class org.htmlunit.cyberneko.HTMLScanner
-
Sets a feature.
- setFeature(String, boolean) - Method in class org.htmlunit.cyberneko.HTMLTagBalancer
-
Sets a feature.
- setFeature(String, boolean) - Method in class org.htmlunit.cyberneko.parsers.DOMFragmentParser
-
Set the state of any feature in a SAX2 parser.
- setFeature(String, boolean) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractDOMParser
-
Set the state of any feature in a SAX2 parser.
- setFeature(String, boolean) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser
-
Set the state of any feature in a SAX2 parser.
- setFeature(String, boolean) - Method in class org.htmlunit.cyberneko.xerces.util.ParserConfigurationSettings
-
Set the state of a feature.
- setFeature(String, boolean) - Method in interface org.htmlunit.cyberneko.xerces.xni.parser.XMLComponent
-
Sets the state of a feature.
- setFeature(String, boolean) - Method in interface org.htmlunit.cyberneko.xerces.xni.parser.XMLParserConfiguration
-
Sets the state of a feature.
- setFragment(String) - Method in class org.htmlunit.cyberneko.xerces.util.URI
-
Set the fragment for this URI.
- setFrame(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableElementImpl
- setFrameBorder(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLFrameElementImpl
- setFrameBorder(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLIFrameElementImpl
- setHeaders(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableCellElementImpl
- setHeight(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLAppletElementImpl
- setHeight(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLIFrameElementImpl
- setHeight(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLImageElementImpl
- setHeight(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLObjectElementImpl
- setHeight(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableCellElementImpl
- setHost(String) - Method in class org.htmlunit.cyberneko.xerces.util.URI
-
Set the host for this URI.
- setHref(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLAnchorElementImpl
- setHref(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLAreaElementImpl
- setHref(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLBaseElementImpl
- setHref(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLLinkElementImpl
- setHreflang(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLAnchorElementImpl
- setHreflang(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLLinkElementImpl
- setHspace(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLAppletElementImpl
- setHspace(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLImageElementImpl
- setHspace(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLObjectElementImpl
- setHtmlFor(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLLabelElementImpl
- setHtmlFor(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLScriptElementImpl
- setHttpEquiv(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLMetaElementImpl
- setId(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLElementImpl
- setIdAttribute(String, boolean) - Method in class org.htmlunit.cyberneko.xerces.dom.ElementImpl
-
DOM Level 3: register the given attribute node as an ID attribute
- setIdAttributeNode(Attr, boolean) - Method in class org.htmlunit.cyberneko.xerces.dom.ElementImpl
-
DOM Level 3: register the given attribute node as an ID attribute
- setIdAttributeNS(String, String, boolean) - Method in class org.htmlunit.cyberneko.xerces.dom.ElementImpl
-
DOM Level 3: register the given attribute node as an ID attribute
- setInputEncoding(String) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
DOM Internal (Was a DOM L3 Core WD public interface method setActualEncoding )
- setInputEncoding(String) - Method in class org.htmlunit.cyberneko.xerces.dom.EntityImpl
- setInputSource(XMLInputSource) - Method in class org.htmlunit.cyberneko.HTMLConfiguration
-
Sets the input source for the document to parse.
- setInputSource(XMLInputSource) - Method in class org.htmlunit.cyberneko.HTMLScanner
-
Sets the input source.
- setInputSource(XMLInputSource) - Method in interface org.htmlunit.cyberneko.xerces.xni.parser.XMLDocumentScanner
-
Sets the input source.
- setInputSource(XMLInputSource) - Method in interface org.htmlunit.cyberneko.xerces.xni.parser.XMLParserConfiguration
-
Sets the input source for the document to parse.
- setInternalSubset(String) - Method in class org.htmlunit.cyberneko.xerces.dom.DocumentTypeImpl
- setIsMap(boolean) - Method in class org.htmlunit.cyberneko.html.dom.HTMLImageElementImpl
- setLabel(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLOptGroupElementImpl
- setLabel(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLOptionElementImpl
- setLang(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLElementImpl
- setLexicalHandler(LexicalHandler) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser
-
Set the lexical event handler.
- setLink(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLBodyElementImpl
- setLongDesc(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLFrameElementImpl
- setLongDesc(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLIFrameElementImpl
- setLongDesc(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLImageElementImpl
- setLowSrc(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLImageElementImpl
- setMarginHeight(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLFrameElementImpl
- setMarginHeight(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLIFrameElementImpl
- setMarginWidth(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLFrameElementImpl
- setMarginWidth(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLIFrameElementImpl
- setMatchFromCode() - Method in class org.htmlunit.cyberneko.HTMLUnicodeEntitiesParser
- setMaxLength(int) - Method in class org.htmlunit.cyberneko.html.dom.HTMLInputElementImpl
- setMedia(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLLinkElementImpl
- setMedia(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLStyleElementImpl
- setMethod(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLFormElementImpl
- setMultiple(boolean) - Method in class org.htmlunit.cyberneko.html.dom.HTMLSelectElementImpl
- setName(int, QName) - Method in class org.htmlunit.cyberneko.xerces.util.XMLAttributesImpl
-
Sets the name of the attribute at the specified index.
- setName(int, QName) - Method in interface org.htmlunit.cyberneko.xerces.xni.XMLAttributes
-
Sets the name of the attribute at the specified index.
- setName(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLAnchorElementImpl
- setName(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLAppletElementImpl
- setName(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLButtonElementImpl
- setName(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLFormElementImpl
- setName(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLFrameElementImpl
- setName(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLIFrameElementImpl
- setName(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLImageElementImpl
- setName(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLInputElementImpl
- setName(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLMapElementImpl
- setName(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLMetaElementImpl
- setName(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLObjectElementImpl
- setName(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLParamElementImpl
- setName(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLSelectElementImpl
- setName(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTextAreaElementImpl
- setName(String, String) - Method in class org.htmlunit.cyberneko.xerces.dom.AttrNSImpl
- setName(String, String) - Method in class org.htmlunit.cyberneko.xerces.dom.ElementNSImpl
- setNamedItem(Node) - Method in class org.htmlunit.cyberneko.xerces.dom.AttributeMap
-
Adds an attribute using its nodeName attribute.
- setNamedItem(Node) - Method in class org.htmlunit.cyberneko.xerces.dom.NamedNodeMapImpl
-
Adds a node using its nodeName attribute.
- setNamedItemNS(Node) - Method in class org.htmlunit.cyberneko.xerces.dom.AttributeMap
-
Adds an attribute using its namespaceURI and localName.
- setNamedItemNS(Node) - Method in class org.htmlunit.cyberneko.xerces.dom.NamedNodeMapImpl
- setNodeValue(String) - Method in class org.htmlunit.cyberneko.xerces.dom.AttrImpl
-
Sets the node value.
- setNodeValue(String) - Method in class org.htmlunit.cyberneko.xerces.dom.CharacterDataImpl
-
Sets the node value.
- setNodeValue(String) - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
-
Sets the node value.
- setNodeValueInternal(String) - Method in class org.htmlunit.cyberneko.xerces.dom.CharacterDataImpl
-
Convenience wrapper for calling setNodeValueInternal when we are not performing a replacement operation
- setNodeValueInternal(String, boolean) - Method in class org.htmlunit.cyberneko.xerces.dom.CharacterDataImpl
-
This function added so that we can distinguish whether setNodeValue has been called from some other DOM functions.
- setNoHref(boolean) - Method in class org.htmlunit.cyberneko.html.dom.HTMLAreaElementImpl
- setNoResize(boolean) - Method in class org.htmlunit.cyberneko.html.dom.HTMLFrameElementImpl
- setNoShade(boolean) - Method in class org.htmlunit.cyberneko.html.dom.HTMLHRElementImpl
- setNotationName(String) - Method in class org.htmlunit.cyberneko.xerces.dom.EntityImpl
-
DOM Level 2: Unparsed entities -- which contain non-XML data -- have a "notation name" which tells applications how to deal with them.
- setNoWrap(boolean) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableCellElementImpl
- setObject(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLAppletElementImpl
- setOwnerDocument(CoreDocumentImpl) - Method in class org.htmlunit.cyberneko.xerces.dom.AttrImpl
-
NON-DOM set the ownerDocument of this node and its children
- setOwnerDocument(CoreDocumentImpl) - Method in class org.htmlunit.cyberneko.xerces.dom.DocumentTypeImpl
-
NON-DOM set the ownerDocument of this node and its children
- setOwnerDocument(CoreDocumentImpl) - Method in class org.htmlunit.cyberneko.xerces.dom.ElementImpl
- setOwnerDocument(CoreDocumentImpl) - Method in class org.htmlunit.cyberneko.xerces.dom.NamedNodeMapImpl
-
NON-DOM set the ownerDocument of this node, and the attributes it contains
- setOwnerDocument(CoreDocumentImpl) - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
- setOwnerDocument(CoreDocumentImpl) - Method in class org.htmlunit.cyberneko.xerces.dom.ParentNode
-
NON-DOM set the ownerDocument of this node and its children
- setPath(String) - Method in class org.htmlunit.cyberneko.xerces.util.URI
-
Set the path for this URI.
- setPort(int) - Method in class org.htmlunit.cyberneko.xerces.util.URI
-
Set the port for this URI.
- setPrefix(String) - Method in class org.htmlunit.cyberneko.xerces.dom.AttrNSImpl
-
Introduced in DOM Level 2.
- setPrefix(String) - Method in class org.htmlunit.cyberneko.xerces.dom.ElementNSImpl
-
Introduced in DOM Level 2.
- setPrefix(String) - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
-
Introduced in DOM Level 2.
- setPrefix(String) - Method in class org.htmlunit.cyberneko.xerces.xni.QName
- setProfile(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLHeadElementImpl
- setPrompt(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLIsIndexElementImpl
- setProperty(String, Object) - Method in class org.htmlunit.cyberneko.filters.DefaultFilter
-
Sets the value of a property.
- setProperty(String, Object) - Method in class org.htmlunit.cyberneko.HTMLConfiguration
- setProperty(String, Object) - Method in class org.htmlunit.cyberneko.HTMLScanner
-
Sets a property.
- setProperty(String, Object) - Method in class org.htmlunit.cyberneko.HTMLTagBalancer
-
Sets a property.
- setProperty(String, Object) - Method in class org.htmlunit.cyberneko.parsers.DOMFragmentParser
-
Set the value of any property in a SAX2 parser.
- setProperty(String, Object) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractDOMParser
-
Set the value of any property in a SAX2 parser.
- setProperty(String, Object) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser
-
Set the value of any property in a SAX2 parser.
- setProperty(String, Object) - Method in class org.htmlunit.cyberneko.xerces.util.ParserConfigurationSettings
-
setProperty
- setProperty(String, Object) - Method in interface org.htmlunit.cyberneko.xerces.xni.parser.XMLComponent
-
Sets the value of a property.
- setProperty(String, Object) - Method in interface org.htmlunit.cyberneko.xerces.xni.parser.XMLParserConfiguration
-
Sets the value of a property.
- setPublicId(String) - Method in class org.htmlunit.cyberneko.xerces.dom.EntityImpl
-
DOM Level 2: The public identifier associated with the entity.
- setPublicId(String) - Method in class org.htmlunit.cyberneko.xerces.xni.parser.XMLInputSource
-
Sets the public identifier.
- setQueryString(String) - Method in class org.htmlunit.cyberneko.xerces.util.URI
-
Set the query string for this URI.
- setRawname(String) - Method in class org.htmlunit.cyberneko.xerces.xni.QName
- setReadOnly(boolean) - Method in class org.htmlunit.cyberneko.html.dom.HTMLInputElementImpl
- setReadOnly(boolean) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTextAreaElementImpl
- setRel(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLAnchorElementImpl
- setRel(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLLinkElementImpl
- setRev(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLAnchorElementImpl
- setRev(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLLinkElementImpl
- setRows(int) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTextAreaElementImpl
- setRows(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLFrameSetElementImpl
- setRowSpan(int) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableCellElementImpl
- setRules(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableElementImpl
- setScanner(HTMLScanner.Scanner) - Method in class org.htmlunit.cyberneko.HTMLScanner
- setScannerState(short) - Method in class org.htmlunit.cyberneko.HTMLScanner
- setScheme(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLMetaElementImpl
- setScheme(String) - Method in class org.htmlunit.cyberneko.xerces.util.URI
-
Set the scheme for this URI.
- setScope(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableCellElementImpl
- setScrolling(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLFrameElementImpl
- setScrolling(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLIFrameElementImpl
- setSelected(boolean) - Method in class org.htmlunit.cyberneko.html.dom.HTMLOptionElementImpl
- setSelectedIndex(int) - Method in class org.htmlunit.cyberneko.html.dom.HTMLSelectElementImpl
- setShape(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLAnchorElementImpl
- setShape(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLAreaElementImpl
- setSize(int) - Method in class org.htmlunit.cyberneko.html.dom.HTMLSelectElementImpl
- setSize(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLBaseFontElementImpl
- setSize(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLFontElementImpl
- setSize(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLHRElementImpl
- setSize(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLInputElementImpl
- setSpan(int) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableColElementImpl
- setSpecified(boolean) - Method in class org.htmlunit.cyberneko.xerces.dom.AttrImpl
- setSpecified(int, boolean) - Method in class org.htmlunit.cyberneko.xerces.util.XMLAttributesImpl
-
Sets whether an attribute is specified in the instance document or not.
- setSpecified(int, boolean) - Method in interface org.htmlunit.cyberneko.xerces.xni.XMLAttributes
-
Sets whether an attribute is specified in the instance document or not.
- setSrc(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLFrameElementImpl
- setSrc(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLIFrameElementImpl
- setSrc(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLImageElementImpl
- setSrc(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLInputElementImpl
- setSrc(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLScriptElementImpl
- setStandby(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLObjectElementImpl
- setStart(int) - Method in class org.htmlunit.cyberneko.html.dom.HTMLOListElementImpl
- setStream(Reader, String) - Method in class org.htmlunit.cyberneko.HTMLScanner.CurrentEntity
- setStrictErrorChecking(boolean) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
- setSummary(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableElementImpl
- setSystemId(String) - Method in class org.htmlunit.cyberneko.xerces.dom.EntityImpl
-
DOM Level 2: The system identifier associated with the entity.
- setSystemId(String) - Method in class org.htmlunit.cyberneko.xerces.xni.parser.XMLInputSource
-
Sets the system identifier.
- setTabIndex(int) - Method in class org.htmlunit.cyberneko.html.dom.HTMLAnchorElementImpl
- setTabIndex(int) - Method in class org.htmlunit.cyberneko.html.dom.HTMLAreaElementImpl
- setTabIndex(int) - Method in class org.htmlunit.cyberneko.html.dom.HTMLButtonElementImpl
- setTabIndex(int) - Method in class org.htmlunit.cyberneko.html.dom.HTMLInputElementImpl
- setTabIndex(int) - Method in class org.htmlunit.cyberneko.html.dom.HTMLObjectElementImpl
- setTabIndex(int) - Method in class org.htmlunit.cyberneko.html.dom.HTMLSelectElementImpl
- setTabIndex(int) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTextAreaElementImpl
- setTagBalancingListener(HTMLTagBalancingListener) - Method in class org.htmlunit.cyberneko.HTMLTagBalancer
- setTarget(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLAnchorElementImpl
- setTarget(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLAreaElementImpl
- setTarget(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLBaseElementImpl
- setTarget(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLFormElementImpl
- setTarget(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLLinkElementImpl
- setText(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLBodyElementImpl
- setText(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLScriptElementImpl
- setText(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTitleElementImpl
- setTextContent(String) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
- setTextContent(String) - Method in class org.htmlunit.cyberneko.xerces.dom.DocumentTypeImpl
-
This attribute returns the text content of this node and its descendants.
- setTextContent(String) - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
-
This attribute returns the text content of this node and its descendants.
- setTextContent(String) - Method in class org.htmlunit.cyberneko.xerces.dom.ParentNode
- setTFoot(HTMLTableSectionElement) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableElementImpl
- setTHead(HTMLTableSectionElement) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableElementImpl
- setTitle(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLDocumentImpl
- setTitle(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLElementImpl
- setType(int, String) - Method in class org.htmlunit.cyberneko.xerces.util.XMLAttributesImpl
-
Sets the type of the attribute at the specified index.
- setType(int, String) - Method in interface org.htmlunit.cyberneko.xerces.xni.XMLAttributes
-
Sets the type of the attribute at the specified index.
- setType(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLAnchorElementImpl
- setType(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLLIElementImpl
- setType(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLLinkElementImpl
- setType(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLObjectElementImpl
- setType(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLOListElementImpl
- setType(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLParamElementImpl
- setType(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLScriptElementImpl
- setType(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLStyleElementImpl
- setType(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLUListElementImpl
- setType(String) - Method in class org.htmlunit.cyberneko.xerces.dom.AttrImpl
- setupOptimizedVersions() - Method in class org.htmlunit.cyberneko.HTMLElements
- setUri(String) - Method in class org.htmlunit.cyberneko.xerces.xni.QName
- setUseMap(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLImageElementImpl
- setUseMap(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLInputElementImpl
- setUseMap(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLObjectElementImpl
- setUserData(String, Object, UserDataHandler) - Method in class org.htmlunit.cyberneko.xerces.dom.DocumentTypeImpl
-
Associate an object to a key on this node.
- setUserData(String, Object, UserDataHandler) - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
-
Associate an object to a key on this node.
- setUserinfo(String) - Method in class org.htmlunit.cyberneko.xerces.util.URI
-
Set the userinfo for this URI.
- setVAlign(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableCellElementImpl
- setVAlign(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableColElementImpl
- setVAlign(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableRowElementImpl
- setVAlign(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableSectionElementImpl
- setValue(int) - Method in class org.htmlunit.cyberneko.html.dom.HTMLLIElementImpl
- setValue(int, String) - Method in class org.htmlunit.cyberneko.xerces.util.XMLAttributesImpl
-
Sets the value of the attribute at the specified index.
- setValue(int, String) - Method in interface org.htmlunit.cyberneko.xerces.xni.XMLAttributes
-
Sets the value of the attribute at the specified index.
- setValue(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLButtonElementImpl
- setValue(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLInputElementImpl
- setValue(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLOptionElementImpl
- setValue(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLParamElementImpl
- setValue(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLSelectElementImpl
- setValue(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTextAreaElementImpl
- setValue(String) - Method in class org.htmlunit.cyberneko.xerces.dom.AttrImpl
-
The DOM doesn't clearly define what setValue(null) means.
- setValues(int, int, int, int, int, int) - Method in class org.htmlunit.cyberneko.HTMLScanner.LocationItem
- setValues(String, String, String, String) - Method in class org.htmlunit.cyberneko.xerces.xni.QName
-
Convenience method to set the values of the qname components.
- setValues(QName) - Method in class org.htmlunit.cyberneko.xerces.xni.QName
-
Convenience method to set the values of the qname components.
- setValueType(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLParamElementImpl
- setVersion(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLHtmlElementImpl
- setVLink(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLBodyElementImpl
- setVspace(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLAppletElementImpl
- setVspace(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLImageElementImpl
- setVspace(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLObjectElementImpl
- setWidth(int) - Method in class org.htmlunit.cyberneko.html.dom.HTMLPreElementImpl
- setWidth(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLAppletElementImpl
- setWidth(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLHRElementImpl
- setWidth(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLIFrameElementImpl
- setWidth(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLImageElementImpl
- setWidth(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLObjectElementImpl
- setWidth(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableCellElementImpl
- setWidth(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableColElementImpl
- setWidth(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLTableElementImpl
- setXmlEncoding(String) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
DOM Internal (Was a DOM L3 Core WD public interface method setXMLEncoding )
- setXmlEncoding(String) - Method in class org.htmlunit.cyberneko.xerces.dom.EntityImpl
-
NON-DOM encoding - An attribute specifying, as part of the text declaration, the encoding of this entity, when it is an external parsed entity.
- setXmlStandalone(boolean) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
DOM Level 3 CR - Experimental.
- setXmlVersion(String) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
DOM Level 3 CR - Experimental.
- setXmlVersion(String) - Method in class org.htmlunit.cyberneko.xerces.dom.EntityImpl
- shortenBy(int) - Method in class org.htmlunit.cyberneko.xerces.xni.XMLString
-
Shortens the buffer by that many positions.
- SIMPLE_ERROR_FORMAT - Static variable in class org.htmlunit.cyberneko.HTMLConfiguration
-
Simple report format.
- SimpleArrayList<T> - Class in org.htmlunit.cyberneko.util
-
Inexpensive (partial) list implementation.
- SimpleArrayList() - Constructor for class org.htmlunit.cyberneko.util.SimpleArrayList
-
Create a new list with a default capacity.
- SimpleArrayList(int) - Constructor for class org.htmlunit.cyberneko.util.SimpleArrayList
-
Create a new list with a default capacity.
- SimpleArrayList(SimpleArrayList<T>) - Constructor for class org.htmlunit.cyberneko.util.SimpleArrayList
-
Creates a new list wrapper from an existing one.
- SimpleArrayList.Partition<K> - Class in org.htmlunit.cyberneko.util
- singleton - Static variable in class org.htmlunit.cyberneko.xerces.dom.CoreDOMImplementationImpl
-
Dom implementation singleton.
- singleton - Static variable in class org.htmlunit.cyberneko.xerces.dom.DOMImplementationImpl
-
Dom implementation singleton.
- singletonNodeList - Static variable in class org.htmlunit.cyberneko.xerces.dom.CharacterDataImpl
-
Empty child nodes.
- size - Variable in class org.htmlunit.cyberneko.util.SimpleArrayList
- size() - Method in class org.htmlunit.cyberneko.util.FastHashMap
- size() - Method in class org.htmlunit.cyberneko.util.MiniStack
-
Returns the current size of the stack.
- size() - Method in class org.htmlunit.cyberneko.util.SimpleArrayList.Partition
- size() - Method in class org.htmlunit.cyberneko.util.SimpleArrayList
-
Returns the size of this list
- size_ - Variable in class org.htmlunit.cyberneko.util.SimpleArrayList.Partition
- skip(String, boolean) - Method in class org.htmlunit.cyberneko.HTMLScanner
- skipMarkup(boolean) - Method in class org.htmlunit.cyberneko.HTMLScanner
- skipNewlines() - Method in class org.htmlunit.cyberneko.HTMLScanner
- skipSpaces() - Method in class org.htmlunit.cyberneko.HTMLScanner
- SLOT - Static variable in class org.htmlunit.cyberneko.HTMLElements
- SMALL - Static variable in class org.htmlunit.cyberneko.HTMLElements
- SOUND - Static variable in class org.htmlunit.cyberneko.HTMLElements
- SOURCE - Static variable in class org.htmlunit.cyberneko.HTMLElements
- SPACER - Static variable in class org.htmlunit.cyberneko.HTMLElements
- SPAN - Static variable in class org.htmlunit.cyberneko.HTMLElements
- SPECIAL - Static variable in class org.htmlunit.cyberneko.HTMLElements.Element
-
Special element.
- SpecialScanner() - Constructor for class org.htmlunit.cyberneko.HTMLScanner.SpecialScanner
- SPECIFIED - Static variable in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
- specified_ - Variable in class org.htmlunit.cyberneko.xerces.util.XMLAttributesImpl.Attribute
-
Specified.
- splitQName() - Method in class org.htmlunit.cyberneko.xerces.xni.QName
- splitText(int) - Method in class org.htmlunit.cyberneko.xerces.dom.TextImpl
-
Break a text node into two sibling nodes.
- standalone_ - Variable in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
Experimental DOM Level 3 feature: Document standalone
- StandardEncodingTranslator - Class in org.htmlunit.cyberneko.xerces.util
-
EncodingTranslator based on https://encoding.spec.whatwg.org/#names-and-labels
- StandardEncodingTranslator() - Constructor for class org.htmlunit.cyberneko.xerces.util.StandardEncodingTranslator
- startCDATA(Augmentations) - Method in class org.htmlunit.cyberneko.filters.DefaultFilter
-
Start CDATA section.
- startCDATA(Augmentations) - Method in class org.htmlunit.cyberneko.HTMLTagBalancer
-
Start CDATA section.
- startCDATA(Augmentations) - Method in class org.htmlunit.cyberneko.parsers.DOMFragmentParser
-
Start CDATA section.
- startCDATA(Augmentations) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractDOMParser
-
The start of a CDATA section.
- startCDATA(Augmentations) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser
-
The start of a CDATA section.
- startCDATA(Augmentations) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractXMLDocumentParser
-
The start of a CDATA section.
- startCDATA(Augmentations) - Method in interface org.htmlunit.cyberneko.xerces.xni.XMLDocumentHandler
-
The start of a CDATA section.
- startDocument(XMLLocator, String, NamespaceContext, Augmentations) - Method in class org.htmlunit.cyberneko.filters.DefaultFilter
-
Start document.
- startDocument(XMLLocator, String, NamespaceContext, Augmentations) - Method in class org.htmlunit.cyberneko.filters.HTMLWriterFilter
-
Start document.
- startDocument(XMLLocator, String, NamespaceContext, Augmentations) - Method in class org.htmlunit.cyberneko.filters.NamespaceBinder
-
Start document.
- startDocument(XMLLocator, String, NamespaceContext, Augmentations) - Method in class org.htmlunit.cyberneko.HTMLTagBalancer
-
Start document.
- startDocument(XMLLocator, String, NamespaceContext, Augmentations) - Method in class org.htmlunit.cyberneko.parsers.DOMFragmentParser
- startDocument(XMLLocator, String, NamespaceContext, Augmentations) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractDOMParser
-
The start of the document.
- startDocument(XMLLocator, String, NamespaceContext, Augmentations) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser
-
The start of the document.
- startDocument(XMLLocator, String, NamespaceContext, Augmentations) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractXMLDocumentParser
-
The start of the document.
- startDocument(XMLLocator, String, NamespaceContext, Augmentations) - Method in interface org.htmlunit.cyberneko.xerces.xni.XMLDocumentHandler
-
The start of the document.
- startElement(QName, XMLAttributes, Augmentations) - Method in class org.htmlunit.cyberneko.filters.DefaultFilter
-
Start element.
- startElement(QName, XMLAttributes, Augmentations) - Method in class org.htmlunit.cyberneko.filters.HTMLWriterFilter
-
Start element.
- startElement(QName, XMLAttributes, Augmentations) - Method in class org.htmlunit.cyberneko.filters.NamespaceBinder
-
Start element.
- startElement(QName, XMLAttributes, Augmentations) - Method in class org.htmlunit.cyberneko.HTMLTagBalancer
-
Start element.
- startElement(QName, XMLAttributes, Augmentations) - Method in class org.htmlunit.cyberneko.parsers.DOMFragmentParser
- startElement(QName, XMLAttributes, Augmentations) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractDOMParser
-
The start of an element.
- startElement(QName, XMLAttributes, Augmentations) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser
-
The start of an element.
- startElement(QName, XMLAttributes, Augmentations) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractXMLDocumentParser
-
The start of an element.
- startElement(QName, XMLAttributes, Augmentations) - Method in interface org.htmlunit.cyberneko.xerces.xni.XMLDocumentHandler
-
The start of an element.
- startNamespaceMapping() - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser
-
Send startPrefixMapping events
- State() - Constructor for class org.htmlunit.cyberneko.HTMLNamedEntitiesParser.State
-
Create the empty state
- State(int, String, String) - Constructor for class org.htmlunit.cyberneko.HTMLNamedEntitiesParser.State
-
Create us a new state that describes itself nicely
- state_ - Variable in class org.htmlunit.cyberneko.HTMLUnicodeEntitiesParser
- STATE_ABSENCE_OF_DIGITS_IN_NUMERIC_CHARACTER_REFERENCE - Static variable in class org.htmlunit.cyberneko.HTMLUnicodeEntitiesParser
- STATE_CONTENT - Static variable in class org.htmlunit.cyberneko.HTMLScanner
-
State: content.
- STATE_DECIMAL_CHAR - Static variable in class org.htmlunit.cyberneko.HTMLUnicodeEntitiesParser
- STATE_END_DOCUMENT - Static variable in class org.htmlunit.cyberneko.HTMLScanner
-
State: end document.
- STATE_HEXADECIMAL_CHAR - Static variable in class org.htmlunit.cyberneko.HTMLUnicodeEntitiesParser
- STATE_HEXADECIMAL_START - Static variable in class org.htmlunit.cyberneko.HTMLUnicodeEntitiesParser
- STATE_MARKUP_BRACKET - Static variable in class org.htmlunit.cyberneko.HTMLScanner
-
State: markup bracket.
- STATE_NUMERIC_CHAR_END_SEMICOLON_MISSING - Static variable in class org.htmlunit.cyberneko.HTMLUnicodeEntitiesParser
- STATE_START - Static variable in class org.htmlunit.cyberneko.HTMLUnicodeEntitiesParser
- STATE_START_DOCUMENT - Static variable in class org.htmlunit.cyberneko.HTMLScanner
-
State: start document.
- stream_ - Variable in class org.htmlunit.cyberneko.HTMLScanner.CurrentEntity
-
Character stream.
- STRIKE - Static variable in class org.htmlunit.cyberneko.HTMLElements
- STRONG - Static variable in class org.htmlunit.cyberneko.HTMLElements
- STYLE - Static variable in class org.htmlunit.cyberneko.HTMLElements
- STYLE_STRIP_CDATA_DELIMS - Static variable in class org.htmlunit.cyberneko.HTMLScanner
-
Strip XHTML CDATA delimiters ("<![CDATA[" and "]]>") from STYLE tag contents.
- STYLE_STRIP_COMMENT_DELIMS - Static variable in class org.htmlunit.cyberneko.HTMLScanner
-
Strip HTML comment delimiters ("<!−−" and "−−>") from STYLE tag contents.
- SUB - Static variable in class org.htmlunit.cyberneko.HTMLElements
- subList(int, int) - Method in class org.htmlunit.cyberneko.util.SimpleArrayList
- submit() - Method in class org.htmlunit.cyberneko.html.dom.HTMLFormElementImpl
- subSequence(int, int) - Method in class org.htmlunit.cyberneko.xerces.xni.XMLString
-
Returns a
CharSequence
that is a subsequence of this sequence. - substringData(int, int) - Method in class org.htmlunit.cyberneko.xerces.dom.CharacterDataImpl
-
Substring is more than a convenience function.
- SUMMARY - Static variable in class org.htmlunit.cyberneko.HTMLElements
- SUP - Static variable in class org.htmlunit.cyberneko.HTMLElements
- supplemental(char, char) - Static method in class org.htmlunit.cyberneko.xerces.util.XMLChar
- SVG - Static variable in class org.htmlunit.cyberneko.HTMLElements
- SYNCCHILDREN - Static variable in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
- synchronizeChildren() - Method in class org.htmlunit.cyberneko.xerces.dom.EntityReferenceImpl
-
Override this method in subclass to hook in efficient internal data structure.
- synchronizeChildren() - Method in class org.htmlunit.cyberneko.xerces.dom.ParentNode
-
Override this method in subclass to hook in efficient internal data structure.
- SYNTHESIZED_ITEM - Static variable in class org.htmlunit.cyberneko.HTMLScanner
-
Synthesized event info item.
- SYNTHESIZED_ITEM - Static variable in class org.htmlunit.cyberneko.HTMLTagBalancer
-
Synthesized event info item.
- synthesizedAugs() - Method in class org.htmlunit.cyberneko.HTMLScanner
- synthesizedAugs() - Method in class org.htmlunit.cyberneko.HTMLTagBalancer
- SynthesizedItem() - Constructor for class org.htmlunit.cyberneko.HTMLEventInfo.SynthesizedItem
- systemId_ - Variable in class org.htmlunit.cyberneko.xerces.dom.EntityImpl
-
System identifier.
- systemId_ - Variable in class org.htmlunit.cyberneko.xerces.xni.parser.XMLInputSource
-
System identifier.
- systemID_ - Variable in class org.htmlunit.cyberneko.xerces.dom.DocumentTypeImpl
T
- TABLE - Static variable in class org.htmlunit.cyberneko.HTMLElements
- tagBalancer_ - Variable in class org.htmlunit.cyberneko.HTMLConfiguration
-
HTML tag balancer.
- tagBalancingListener - Variable in class org.htmlunit.cyberneko.HTMLTagBalancer
- tagName_ - Variable in class org.htmlunit.cyberneko.html.dom.HTMLDocumentImpl.ElementTypesHTMLHolder
- tagName_ - Variable in class org.htmlunit.cyberneko.xerces.dom.DeepNodeListImpl
- target_ - Variable in class org.htmlunit.cyberneko.xerces.dom.ProcessingInstructionImpl
- TBODY - Static variable in class org.htmlunit.cyberneko.html.dom.HTMLCollectionImpl
-
Request collection of all table bodies in table: <TBODY> element in table <TABLE> (non recursive).
- TBODY - Static variable in class org.htmlunit.cyberneko.HTMLElements
- TD - Static variable in class org.htmlunit.cyberneko.HTMLElements
- TEMPLATE - Static variable in class org.htmlunit.cyberneko.HTMLElements
- text_ - Variable in class org.htmlunit.cyberneko.LostText.Entry
- TEXTAREA - Static variable in class org.htmlunit.cyberneko.HTMLElements
- TextImpl - Class in org.htmlunit.cyberneko.xerces.dom
-
Text nodes hold the non-markup, non-Entity content of an Element or Attribute.
- TextImpl(CoreDocumentImpl, String) - Constructor for class org.htmlunit.cyberneko.xerces.dom.TextImpl
- TFOOT - Static variable in class org.htmlunit.cyberneko.HTMLElements
- TH - Static variable in class org.htmlunit.cyberneko.HTMLElements
- THEAD - Static variable in class org.htmlunit.cyberneko.HTMLElements
- TIME - Static variable in class org.htmlunit.cyberneko.HTMLElements
- TITLE - Static variable in class org.htmlunit.cyberneko.HTMLElements
- toArray() - Method in class org.htmlunit.cyberneko.util.SimpleArrayList.Partition
- toArray() - Method in class org.htmlunit.cyberneko.util.SimpleArrayList
-
Creates an array of the elements.
- toArray(T[]) - Method in class org.htmlunit.cyberneko.util.SimpleArrayList
-
Creates an array of the elements.
- toLowerCase(Locale) - Method in class org.htmlunit.cyberneko.xerces.xni.XMLString
-
This lowercases an XMLString in place and will likely not consume extra memory unless the character might grow.
- top - Variable in class org.htmlunit.cyberneko.HTMLTagBalancer.InfoStack
-
The top of the stack.
- top_ - Variable in class org.htmlunit.cyberneko.filters.NamespaceBinder.NamespaceSupport
-
Top of the levels list.
- topLevel_ - Variable in class org.htmlunit.cyberneko.html.dom.HTMLCollectionImpl
-
This is the top level element underneath which the collection exists.
- toString() - Method in class org.htmlunit.cyberneko.HTMLElements.Element
- toString() - Method in class org.htmlunit.cyberneko.HTMLEventInfo.SynthesizedItem
- toString() - Method in class org.htmlunit.cyberneko.HTMLScanner.LocationItem
- toString() - Method in class org.htmlunit.cyberneko.HTMLTagBalancer.Info
-
Simple representation to make debugging easier
- toString() - Method in class org.htmlunit.cyberneko.HTMLTagBalancer.InfoStack
- toString() - Method in class org.htmlunit.cyberneko.xerces.dom.AttrImpl
- toString() - Method in class org.htmlunit.cyberneko.xerces.dom.NodeImpl
- toString() - Method in class org.htmlunit.cyberneko.xerces.util.URI
-
Get the URI as a string specification.
- toString() - Method in exception class org.htmlunit.cyberneko.xerces.xni.parser.XMLParseException
- toString() - Method in class org.htmlunit.cyberneko.xerces.xni.QName
- toString() - Method in class org.htmlunit.cyberneko.xerces.xni.XMLString
-
Returns a string representation of this buffer.
- toString(FastHashMap<XMLString, String>) - Method in class org.htmlunit.cyberneko.xerces.xni.XMLString
-
Returns a string representation of this buffer using a cache as source to avoid duplicates.
- toString(XMLString) - Static method in class org.htmlunit.cyberneko.xerces.xni.XMLString
-
Returns a string representation of a buffer.
- toString(XMLString, FastHashMap<XMLString, String>) - Static method in class org.htmlunit.cyberneko.xerces.xni.XMLString
-
Returns a string representation of the buffer using a cache as source to avoid duplicates.
- toUpperCase(Locale) - Method in class org.htmlunit.cyberneko.xerces.xni.XMLString
-
This uppercases an XMLString in place and will likely not consume extra memory unless the character might grow.
- TR - Static variable in class org.htmlunit.cyberneko.HTMLElements
- TRACK - Static variable in class org.htmlunit.cyberneko.HTMLElements
- trim() - Method in class org.htmlunit.cyberneko.xerces.xni.XMLString
-
Trims the string similar to
String.trim()
- trimLeading() - Method in class org.htmlunit.cyberneko.xerces.xni.XMLString
-
Removes all whitespace before the first non-whitespace char.
- trimToContent(String, String) - Method in class org.htmlunit.cyberneko.xerces.xni.XMLString
-
Reduces the buffer to the content between start and end marker when only whitespaces are found before the startMarker as well as after the end marker.
- trimTrailing() - Method in class org.htmlunit.cyberneko.xerces.xni.XMLString
-
Removes all whitespace at the end.
- trimWhitespaceAtEnd() - Method in class org.htmlunit.cyberneko.xerces.xni.XMLString
-
Deprecated.Use
XMLString.trimTrailing()
instead. - TT - Static variable in class org.htmlunit.cyberneko.HTMLElements
- type - Variable in class org.htmlunit.cyberneko.xerces.dom.AttrImpl
-
Type information
- type_ - Variable in class org.htmlunit.cyberneko.xerces.util.XMLAttributesImpl.Attribute
-
Type.
- type_ - Variable in exception class org.htmlunit.cyberneko.xerces.xni.parser.XMLConfigurationException
-
Exception type.
U
- U - Static variable in class org.htmlunit.cyberneko.HTMLElements
- UL - Static variable in class org.htmlunit.cyberneko.HTMLElements
- undeferChildren(Node) - Method in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
Traverses the DOM Tree and expands deferred nodes and their children.
- UNICODE_NORMALIZATION_CHECKING_FEATURE - Static variable in class org.htmlunit.cyberneko.xerces.parsers.Constants
-
Unicode normalization checking feature ("unicode-normalization-checking").
- UNKNOWN - Static variable in class org.htmlunit.cyberneko.HTMLElements
- unknownElements_ - Variable in class org.htmlunit.cyberneko.HTMLElements
- unsafeCharAt(int) - Method in class org.htmlunit.cyberneko.xerces.xni.XMLString
-
Returns the char at the given position.
- updateNonSemicolonEntity(String, String) - Method in class org.htmlunit.cyberneko.HTMLNamedEntitiesParser.State
-
We have a special in between state because some entities exist as correct entity with a semicolon at the end and as legacy version without.
- URI - Class in org.htmlunit.cyberneko.xerces.util
-
A class to represent a Uniform Resource Identifier (URI).
- URI(String) - Constructor for class org.htmlunit.cyberneko.xerces.util.URI
-
Construct a new URI from a URI specification string.
- URI(String, boolean) - Constructor for class org.htmlunit.cyberneko.xerces.util.URI
-
Construct a new URI from a URI specification string.
- URI(String, String, String, int, String, String, String) - Constructor for class org.htmlunit.cyberneko.xerces.util.URI
-
Construct a new URI that follows the generic URI syntax from its component parts.
- URI(String, String, String, String, String) - Constructor for class org.htmlunit.cyberneko.xerces.util.URI
-
Construct a new URI that follows the generic URI syntax from its component parts.
- URI(URI, String) - Constructor for class org.htmlunit.cyberneko.xerces.util.URI
-
Construct a new URI from a base URI and a URI specification string.
- URI(URI, String, boolean) - Constructor for class org.htmlunit.cyberneko.xerces.util.URI
-
Construct a new URI from a base URI and a URI specification string.
- uri_ - Variable in class org.htmlunit.cyberneko.filters.NamespaceBinder.NamespaceSupport.Entry
-
URI.
- uri_ - Variable in class org.htmlunit.cyberneko.xerces.xni.QName
-
The URI to which the qname prefix is bound.
- URI.MalformedURIException - Exception Class in org.htmlunit.cyberneko.xerces.util
-
MalformedURIExceptions are thrown in the process of building a URI or setting fields on a URI when an operation would result in an invalid URI specification.
- userinfo_ - Variable in class org.htmlunit.cyberneko.xerces.util.URI
-
If specified, stores the userinfo for this URI; otherwise null
- USERINFO_CHARACTERS - Static variable in class org.htmlunit.cyberneko.xerces.util.URI
-
userinfo can be composed of unreserved, escaped and these characters: ;:invalid input: '&'=+$,
V
- value_ - Variable in class org.htmlunit.cyberneko.xerces.dom.AttrImpl
-
This can either be a String or the first child node.
- value_ - Variable in class org.htmlunit.cyberneko.xerces.util.XMLAttributesImpl.Attribute
-
Value.
- valueOf(String) - Static method in enum org.htmlunit.cyberneko.HTMLScanner.ScanScriptState
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.htmlunit.cyberneko.HTMLScanner.ScanScriptState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class org.htmlunit.cyberneko.util.FastHashMap
- VAR - Static variable in class org.htmlunit.cyberneko.HTMLElements
- version - Variable in class org.htmlunit.cyberneko.HTMLScanner.CurrentEntity
-
XML version.
- version_ - Variable in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
Experimental DOM Level 3 feature: Document version
- version_ - Variable in class org.htmlunit.cyberneko.xerces.dom.EntityImpl
-
Version
- VIDEO - Static variable in class org.htmlunit.cyberneko.HTMLElements
W
- warning(String, String, XMLParseException) - Method in class org.htmlunit.cyberneko.xerces.util.DefaultErrorHandler
-
Warning.
- warning(String, String, XMLParseException) - Method in class org.htmlunit.cyberneko.xerces.util.ErrorHandlerWrapper
-
Reports a warning.
- warning(String, String, XMLParseException) - Method in interface org.htmlunit.cyberneko.xerces.xni.parser.XMLErrorHandler
-
Reports a warning.
- WBR - Static variable in class org.htmlunit.cyberneko.HTMLElements
- write(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLDocumentImpl
- writeln(String) - Method in class org.htmlunit.cyberneko.html.dom.HTMLDocumentImpl
- writeObject(ObjectOutputStream) - Method in class org.htmlunit.cyberneko.util.FastHashMap
-
We have to overwrite the export due to the use of static object as marker
- writer_ - Variable in class org.htmlunit.cyberneko.html.dom.HTMLDocumentImpl
-
Holds string writer used by direct manipulation operation (
HTMLDocumentImpl.open()
.
X
- XERCES_FEATURE_PREFIX - Static variable in class org.htmlunit.cyberneko.xerces.parsers.Constants
-
Xerces features prefix ("http://apache.org/xml/features/").
- XERCES_PROPERTY_PREFIX - Static variable in class org.htmlunit.cyberneko.xerces.parsers.Constants
-
Xerces properties prefix ("http://apache.org/xml/properties/").
- XHTML_1_0_URI - Static variable in class org.htmlunit.cyberneko.filters.NamespaceBinder
-
XHTML 1.0 namespace URI (http://www.w3.org/1999/xhtml).
- XML - Static variable in class org.htmlunit.cyberneko.HTMLElements
- XML_URI - Static variable in class org.htmlunit.cyberneko.filters.NamespaceBinder
-
XML namespace URI (http://www.w3.org/XML/1998/namespace).
- XML_URI - Static variable in interface org.htmlunit.cyberneko.xerces.xni.NamespaceContext
-
The XML Namespace ("http://www.w3.org/XML/1998/namespace").
- XML11Char - Class in org.htmlunit.cyberneko.xerces.util
-
This class defines the basic properties of characters in XML 1.1.
- XML11Char() - Constructor for class org.htmlunit.cyberneko.xerces.util.XML11Char
- XML11CHARS - Static variable in class org.htmlunit.cyberneko.xerces.util.XML11Char
-
Character flags for XML 1.1.
- xml11Version_ - Variable in class org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
- XMLAttributes - Interface in org.htmlunit.cyberneko.xerces.xni
-
The XMLAttributes interface defines a collection of attributes for an element.
- XMLAttributesImpl - Class in org.htmlunit.cyberneko.xerces.util
-
The XMLAttributesImpl class is an implementation of the XMLAttributes interface which defines a collection of attributes for an element.
- XMLAttributesImpl() - Constructor for class org.htmlunit.cyberneko.xerces.util.XMLAttributesImpl
-
Default constructor.
- XMLAttributesImpl.Attribute - Class in org.htmlunit.cyberneko.xerces.util
-
Attribute information.
- XMLAttributesImpl.AttributeExt - Class in org.htmlunit.cyberneko.xerces.util
-
Attribute information.
- XMLChar - Class in org.htmlunit.cyberneko.xerces.util
-
This class defines the basic XML character properties.
- XMLChar() - Constructor for class org.htmlunit.cyberneko.xerces.util.XMLChar
- XMLComponent - Interface in org.htmlunit.cyberneko.xerces.xni.parser
-
The component interface defines methods that must be implemented by components in a parser configuration.
- XMLComponentManager - Interface in org.htmlunit.cyberneko.xerces.xni.parser
-
The component manager manages a parser configuration and the components that make up that configuration.
- XMLConfigurationException - Exception Class in org.htmlunit.cyberneko.xerces.xni.parser
-
An XNI parser configuration exception.
- XMLConfigurationException(short, String) - Constructor for exception class org.htmlunit.cyberneko.xerces.xni.parser.XMLConfigurationException
-
Constructs a configuration exception with the specified type and feature/property identifier.
- XMLConfigurationException(short, String, String) - Constructor for exception class org.htmlunit.cyberneko.xerces.xni.parser.XMLConfigurationException
-
Constructs a configuration exception with the specified type, feature/property identifier, and error message
- xmlDecl(String, String, String, Augmentations) - Method in class org.htmlunit.cyberneko.filters.DefaultFilter
-
XML declaration.
- xmlDecl(String, String, String, Augmentations) - Method in class org.htmlunit.cyberneko.HTMLTagBalancer
-
XML declaration.
- xmlDecl(String, String, String, Augmentations) - Method in class org.htmlunit.cyberneko.parsers.DOMFragmentParser
- xmlDecl(String, String, String, Augmentations) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractDOMParser
-
Notifies of the presence of an XMLDecl line in the document.
- xmlDecl(String, String, String, Augmentations) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser
-
Notifies of the presence of an XMLDecl line in the document.
- xmlDecl(String, String, String, Augmentations) - Method in class org.htmlunit.cyberneko.xerces.parsers.AbstractXMLDocumentParser
-
Notifies of the presence of an XMLDecl line in the document.
- xmlDecl(String, String, String, Augmentations) - Method in interface org.htmlunit.cyberneko.xerces.xni.XMLDocumentHandler
-
Notifies of the presence of an XMLDecl line in the document.
- XMLDocumentFilter - Interface in org.htmlunit.cyberneko.xerces.xni.parser
-
Defines a document filter that acts as both a receiver and an emitter of document events.
- XMLDocumentHandler - Interface in org.htmlunit.cyberneko.xerces.xni
-
The document handler interface defines callback methods to report information items in XML documents.
- XMLDocumentScanner - Interface in org.htmlunit.cyberneko.xerces.xni.parser
-
This interface defines a generic document scanner.
- XMLDocumentSource - Interface in org.htmlunit.cyberneko.xerces.xni.parser
-
Defines a document source.
- XMLErrorHandler - Interface in org.htmlunit.cyberneko.xerces.xni.parser
-
An interface for handling errors.
- XMLInputSource - Class in org.htmlunit.cyberneko.xerces.xni.parser
-
This class represents an input source for an XML document.
- XMLInputSource(String, String, String) - Constructor for class org.htmlunit.cyberneko.xerces.xni.parser.XMLInputSource
-
Constructs an input source from just the public and system identifiers, leaving resolution of the entity and opening of the input stream up to the caller.
- XMLInputSource(String, String, String, InputStream, String) - Constructor for class org.htmlunit.cyberneko.xerces.xni.parser.XMLInputSource
-
Constructs an input source from a byte stream.
- XMLInputSource(String, String, String, Reader, String) - Constructor for class org.htmlunit.cyberneko.xerces.xni.parser.XMLInputSource
-
Constructs an input source from a character stream.
- XMLLocator - Interface in org.htmlunit.cyberneko.xerces.xni
-
Location information.
- XMLNS_URI - Static variable in class org.htmlunit.cyberneko.filters.NamespaceBinder
-
XMLNS namespace URI (http://www.w3.org/2000/xmlns/).
- XMLNS_URI - Static variable in interface org.htmlunit.cyberneko.xerces.xni.NamespaceContext
-
XML Information Set REC all namespace attributes (including those named xmlns, whose [prefix] property has no value) have a namespace URI of http://www.w3.org/2000/xmlns/
- xmlnsURI - Static variable in class org.htmlunit.cyberneko.xerces.dom.AttrNSImpl
- XMLParseException - Exception Class in org.htmlunit.cyberneko.xerces.xni.parser
-
A parsing exception.
- XMLParseException(XMLLocator, String) - Constructor for exception class org.htmlunit.cyberneko.xerces.xni.parser.XMLParseException
- XMLParseException(XMLLocator, String, Exception) - Constructor for exception class org.htmlunit.cyberneko.xerces.xni.parser.XMLParseException
- XMLParser - Class in org.htmlunit.cyberneko.xerces.parsers
-
Base class of all XML-related parsers.
- XMLParser(XMLParserConfiguration) - Constructor for class org.htmlunit.cyberneko.xerces.parsers.XMLParser
- XMLParserConfiguration - Interface in org.htmlunit.cyberneko.xerces.xni.parser
-
Represents a parser configuration.
- XMLString - Class in org.htmlunit.cyberneko.xerces.xni
-
This class is meant to replaces the old
XMLString
in all areas where performance and memory-efficency is key. - XMLString() - Constructor for class org.htmlunit.cyberneko.xerces.xni.XMLString
-
Constructs an XMLCharBuffer with a default size.
- XMLString(char[], int, int) - Constructor for class org.htmlunit.cyberneko.xerces.xni.XMLString
-
Constructs an XMLString structure preset with the specified values.
- XMLString(int) - Constructor for class org.htmlunit.cyberneko.xerces.xni.XMLString
-
Constructs an XMLCharBuffer with a desired size.
- XMLString(int, int) - Constructor for class org.htmlunit.cyberneko.xerces.xni.XMLString
-
Constructs an XMLCharBuffer with a desired size.
- XMLString(String) - Constructor for class org.htmlunit.cyberneko.xerces.xni.XMLString
-
Constructs an XMLCharBuffer from a string.
- XMLString(XMLString) - Constructor for class org.htmlunit.cyberneko.xerces.xni.XMLString
-
Constructs an XMLCharBuffer from another buffer.
- XMLString(XMLString, int) - Constructor for class org.htmlunit.cyberneko.xerces.xni.XMLString
-
Constructs an XMLCharBuffer from another buffer.
- xmlString_ - Variable in class org.htmlunit.cyberneko.HTMLScanner.PlainTextScanner
-
A string buffer.
- xmlURI - Static variable in class org.htmlunit.cyberneko.xerces.dom.AttrNSImpl
- xmlURI - Static variable in class org.htmlunit.cyberneko.xerces.dom.ElementNSImpl
- XMP - Static variable in class org.htmlunit.cyberneko.HTMLElements
- XNIException - Exception Class in org.htmlunit.cyberneko.xerces.xni
-
This exception is the base exception of all XNI exceptions.
- XNIException(Exception) - Constructor for exception class org.htmlunit.cyberneko.xerces.xni.XNIException
-
Constructs an XNI exception with a wrapped exception.
- XNIException(String) - Constructor for exception class org.htmlunit.cyberneko.xerces.xni.XNIException
-
Constructs an XNI exception with a message.
- XNIException(String, Exception) - Constructor for exception class org.htmlunit.cyberneko.xerces.xni.XNIException
-
Constructs an XNI exception with a message and wrapped exception.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
XMLString.trimToContent(String, String)
instead.