Package | Description |
---|---|
com.google.gwt.xml.client |
Basic classes used in XML DOM parsing and XML document generation.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CDATASection
This node represents escaped character sequences.
|
Modifier and Type | Method and Description |
---|---|
Text |
Document.createTextNode(String data)
This method creates a new
Text . |
Text |
Text.splitText(int offset)
Splits the node into two text nodes.
|
Copyright © 2018. All rights reserved.