Package org.loboevolution.html.node
package org.loboevolution.html.node
-
ClassDescriptionAbstractList<E>AbstractList class.A DOM element's attribute as an object.BarProp interface.A CDATA section that can be used within XML to include extended portions of unescaped text.The CharacterData abstract interface represents a Node object that contains characters.Textual notations within markup; although it is generally not visually shown, such comments are available to be read in the source view.Any web page loaded in the browser and serves as an entry point into the web page's content, which is the DOM tree.A minimal document object that has no parent.A Node containing a doctype.Element is the most general base class from which all objects in a Document inherit.InnerHTML interface.A collection of Attr objects.Node is an interface from which a number of DOM API object types inherit.NodeList objects are collections of nodes, usually returned by properties such as Node.childNodes and methods such as document.querySelectorAll().NonDocumentTypeChildNode interface.NonElementParentNode interface.ParentNode interface.A processing instruction embeds application-specific instructions in XML which can be ignored by other applications that don't recognize them.A Selection object presents the range of text selected by the user or the current position of the caret.The textual content of Element or Attr.The validity states that an element can be in, with respect to constraint validation.