|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xml.utils.UnImplNode | +--org.apache.xalan.lib.sql.StreamableNode | +--org.apache.xalan.lib.sql.ColumnData
Represents the col element text node, i.e., the column value.
Constructor Summary | |
ColumnData(XStatement statement,
Column parent)
Constructor ColumnData |
Method Summary | |
void |
appendData(java.lang.String arg)
Not supported. |
void |
deleteData(int offset,
int count)
Not supported. |
java.lang.String |
getData()
Return the value for this col element text node. |
Node |
getFirstChild()
Return First child. |
int |
getLength()
The number of 16-bit units that are available through data and the substringData method below. |
Node |
getNextSibling()
Return next sibling. |
java.lang.String |
getNodeName()
Return node name, "#Text". |
short |
getNodeType()
Return node type, Node.TEXT_NODE. |
java.lang.String |
getNodeValue()
Return the value for this col element text node. |
Document |
getOwnerDocument()
The owner of a col text node is the #Document (represented by XStatement). |
Node |
getParentNode()
The parent node of the col text node is the col node. |
boolean |
hasChildNodes()
Tell if there are any children of the col node, which is always false. |
void |
insertData(int offset,
java.lang.String arg)
Not supported. |
void |
replaceData(int offset,
int count,
java.lang.String arg)
Not supported. |
void |
setData(java.lang.String data)
Not supported. |
Text |
splitText(int offset)
splitText - not supported |
java.lang.String |
substringData(int offset,
int count)
substringData - Not supported. |
Methods inherited from class org.apache.xalan.lib.sql.StreamableNode |
getAttributes,
getLocalName,
getNamedItem,
getNamedItemNS,
getNamespaceURI,
getNodeTest,
getPrefix,
getUid,
getXStatement,
isSupported,
item,
removeNamedItem,
removeNamedItemNS,
setNamedItem,
setNamedItemNS,
setNodeTest |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public ColumnData(XStatement statement, Column parent)
statement
- Owning documentparent
- Owning columnMethod Detail |
public short getNodeType()
public Text splitText(int offset) throws DOMException
offset
- Offset where to split textpublic java.lang.String getData() throws DOMException
public java.lang.String getNodeValue() throws DOMException
public int getLength()
data
and the substringData
method below.
This may have the value zero, i.e., CharacterData
nodes
may be empty.public java.lang.String substringData(int offset, int count) throws DOMException
offset
- Starting offset of substringcount
- Number of characters isn substringpublic void appendData(java.lang.String arg) throws DOMException
arg
- public void insertData(int offset, java.lang.String arg) throws DOMException
offset
- arg
- public void deleteData(int offset, int count) throws DOMException
offset
- count
- public void replaceData(int offset, int count, java.lang.String arg) throws DOMException
offset
- count
- arg
- public void setData(java.lang.String data) throws DOMException
data
- public Document getOwnerDocument()
public java.lang.String getNodeName()
public Node getFirstChild()
public Node getNextSibling()
public Node getParentNode()
public boolean hasChildNodes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |