|
||||||||||
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.Column
Represents a col node from a row node.
Constructor Summary | |
Column(XStatement statement,
Row parent,
int columnIndex,
java.sql.ResultSetMetaData metadata)
Constructor Column |
Method Summary | |
NamedNodeMap |
getAttributes()
Return the metadata for this column. |
Node |
getFirstChild()
Return the col text node (the column value). |
Node |
getNextSibling()
Return the next col element for the current row. |
java.lang.String |
getNodeName()
Return "col". |
Document |
getOwnerDocument()
The parent of col is #Document (represented by XStatement). |
Node |
getParentNode()
The parent node of col is a row. |
boolean |
hasChildNodes()
Tell if there are any children of col, which is always true. |
Methods inherited from class org.apache.xalan.lib.sql.StreamableNode |
getLength,
getLocalName,
getNamedItem,
getNamedItemNS,
getNamespaceURI,
getNodeTest,
getNodeType,
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 Column(XStatement statement, Row parent, int columnIndex, java.sql.ResultSetMetaData metadata)
statement
- Current Documentparent
- Parent row node of this columncolumnIndex
- Index for this columnmetadata
- Meta data (column header).Method Detail |
public Document getOwnerDocument()
public java.lang.String getNodeName()
public Node getFirstChild()
public Node getNextSibling()
public Node getParentNode()
public boolean hasChildNodes()
public NamedNodeMap getAttributes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |