Uses of Class
org.htmlunit.cyberneko.xerces.dom.CharacterDataImpl

Packages that use CharacterDataImpl
Package
Description
 
  • Uses of CharacterDataImpl in org.htmlunit.cyberneko.xerces.dom

    Modifier and Type
    Class
    Description
    class 
    XML provides the CDATA markup to allow a region of text in which most of the XML delimiter recognition does not take place.
    class 
    Represents an XML (or HTML) comment.
    class 
    Processing Instructions (PIs) permit documents to carry processor-specific information alongside their actual content.
    class 
    Text nodes hold the non-markup, non-Entity content of an Element or Attribute.
    Methods in org.htmlunit.cyberneko.xerces.dom with parameters of type CharacterDataImpl
    Modifier and Type
    Method
    Description
    (package private) void
    CoreDocumentImpl.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) void
    DocumentImpl.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) void
    CoreDocumentImpl.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) void
    DocumentImpl.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) void
    CoreDocumentImpl.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) void
    DocumentImpl.replacedText(CharacterDataImpl node)
    A method to be called when some text was changed in a text node, so that live objects can be notified.