Uses of Class
org.htmlunit.cyberneko.xerces.dom.CharacterDataImpl
Packages that use CharacterDataImpl
-
Uses of CharacterDataImpl in org.htmlunit.cyberneko.xerces.dom
Subclasses of CharacterDataImpl in org.htmlunit.cyberneko.xerces.domModifier and TypeClassDescriptionclassXML provides the CDATA markup to allow a region of text in which most of the XML delimiter recognition does not take place.classRepresents an XML (or HTML) comment.classProcessing Instructions (PIs) permit documents to carry processor-specific information alongside their actual content.classText nodes hold the non-markup, non-Entity content of an Element or Attribute.Methods in org.htmlunit.cyberneko.xerces.dom with parameters of type CharacterDataImplModifier and TypeMethodDescription(package private) voidCoreDocumentImpl.deletedText(CharacterDataImpl node, int offset, int count) A method to be called when some text was deleted from a text node, so that live objects can be notified.(package private) voidDocumentImpl.deletedText(CharacterDataImpl node, int offset, int count) A method to be called when some text was deleted from a text node, so that live objects can be notified.(package private) voidCoreDocumentImpl.insertedText(CharacterDataImpl node, int offset, int count) A method to be called when some text was inserted into a text node, so that live objects can be notified.(package private) voidDocumentImpl.insertedText(CharacterDataImpl node, int offset, int count) A method to be called when some text was inserted into a text node, so that live objects can be notified.(package private) voidCoreDocumentImpl.replacedText(CharacterDataImpl node) A method to be called when some text was changed in a text node, so that live objects can be notified.(package private) voidDocumentImpl.replacedText(CharacterDataImpl node) A method to be called when some text was changed in a text node, so that live objects can be notified.