Uses of Interface
org.loboevolution.html.node.CharacterData
Package
Description
Contains an implementation of the W3C HTML DOM Level 2 interfaces.
-
Uses of CharacterData in org.loboevolution.apache.xml.dtm.ref
Modifier and TypeClassDescriptionclass
DTMNodeProxy
presents a DOM Node API front-end to the DTM model. -
Uses of CharacterData in org.loboevolution.html.dom.domimpl
Modifier and TypeClassDescriptionclass
HTML DOM object representing processing instruction as per HTML 4.0 specification. -
Uses of CharacterData in org.loboevolution.html.dom.nodeimpl
Modifier and TypeClassDescriptionclass
CDataSectionImpl class.class
Abstract CharacterDataImpl class.class
CommentImpl class.class
TextImpl class. -
Uses of CharacterData in org.loboevolution.html.node
Modifier and TypeInterfaceDescriptioninterface
A CDATA section that can be used within XML to include extended portions of unescaped text.interface
Textual notations within markup; although it is generally not visually shown, such comments are available to be read in the source view.interface
A processing instruction embeds application-specific instructions in XML which can be ignored by other applications that don't recognize them.interface
The textual content of Element or Attr.