Uses of Interface
com.google.gwt.xml.client.Text
Packages that use Text
Package
Description
Basic classes used in XML DOM parsing and XML document generation.
-
Uses of Text in com.google.gwt.xml.client
Subinterfaces of Text in com.google.gwt.xml.clientModifier and TypeInterfaceDescriptioninterface
This node represents escaped character sequences.Methods in com.google.gwt.xml.client that return TextModifier and TypeMethodDescriptionDocument.createTextNode
(String data) This method creates a newText
.Text.splitText
(int offset) Splits the node into two text nodes.