java.lang.Object
com.japisoft.editix.editor.jsx.domapi.Node
com.japisoft.editix.editor.jsx.domapi.Text

public class Text
extends Node
The Text interface represents a text node in a DOM tree.
  • Constructor Details

    • Text

      public Text​(Document owner, org.w3c.dom.Node node)