Modifier and Type | Field and Description |
---|---|
pack-priv int | |
pack-priv String | |
pack-priv int | |
pack-priv SchemaDOM |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public String | getData()
Overrides com. Implements org. The character data of the node that implements this interface. |
public int | getLength()
Overrides com. Implements org. The number of 16-bit units that are available through |
public Node | getNextSibling()
Overrides com. Implements org. The node immediately following this node. |
public Node | getParentNode()
Overrides com. Implements org. The parent of this node. |
public Node | getPreviousSibling()
Overrides com. Implements org. The node immediately preceding this node. |
public String | Returns: The specified substring. If the sum ofoffset and
count exceeds the length , then all 16-bit
units to the end of the data are returned.Start offset of substring to extract. offset, int The number of 16-bit units to extract. count)Overrides com. Implements org. Extracts a range of data from the node. |
fCol | back to summary |
---|---|
pack-priv int fCol |
fData | back to summary |
---|---|
pack-priv String fData |
fRow | back to summary |
---|---|
pack-priv int fRow |
fSchemaDOM | back to summary |
---|---|
pack-priv SchemaDOM fSchemaDOM |
TextImpl | back to summary |
---|---|
public TextImpl(StringBuffer str, SchemaDOM sDOM, int row, int col) |
getData | back to summary |
---|---|
public String getData() throws DOMException Overrides com. Implements org. The character data of the node that implements this interface. The DOM
implementation may not put arbitrary limits on the amount of data
that may be stored in a
|
getLength | back to summary |
---|---|
public int getLength() Overrides com. Implements org. The number of 16-bit units that are available through |
getNextSibling | back to summary |
---|---|
public Node getNextSibling() Overrides com. Implements org. Doc from org. The node immediately following this node. If there is no such node,
this returns |
getParentNode | back to summary |
---|---|
public Node getParentNode() Overrides com. Implements org. Doc from org. The parent of this node. All nodes, except |
getPreviousSibling | back to summary |
---|---|
public Node getPreviousSibling() Overrides com. Implements org. Doc from org. The node immediately preceding this node. If there is no such node,
this returns |
substringData | back to summary |
---|---|
public String substringData(int offset, int count) throws DOMException Overrides com. Implements org. Extracts a range of data from the node.
|