|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.manspace.resultSetDOMWrapper.ReadOnlyNode
|
+--com.manspace.resultSetDOMWrapper.ReadOnlyElement
|
+--com.manspace.resultSetDOMWrapper.ArrayBasedElement
|
+--com.manspace.resultSetDOMWrapper.ResultSetElement
Implements the DOM element that represents the result-set
| Field Summary | |
protected static java.lang.String |
_propertyColumnMetaData
Static constant that holds the string identification for the column meta-data property; The constant is used to identify the properties in property / vetoable change events. |
protected static java.lang.String |
_propertyResultSet
Static constant that holds the string identification for the result-set property; The constant is used to identify the properties in property / vetoable change events. |
protected static java.lang.String |
_propertyResultSetDocument
Static constant that holds the string identification for the result-set document property; The constant is used to identify the properties in property / vetoable change events. |
protected static java.lang.String |
_propertyRowElements
Static constant that holds the string identification for the row elements array property; The constant is used to identify the properties in property / vetoable change events. |
| Fields inherited from interface org.w3c.dom.Node |
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE |
| Constructor Summary | |
ResultSetElement(ResultSetDocument resultSetDocument,
java.sql.ResultSet resultSet)
Construct a new result-set element |
|
| Method Summary | |
void |
clear()
Clear the elements array for GC |
org.w3c.dom.Element[] |
getChildElements()
Returns the array of child elements |
java.lang.String |
getChildElementsLocalName()
The local name of child elements |
protected java.lang.String[][] |
getColumnMetaData()
Returns the column meta-data property; If it doesn't exist -- creates it. |
java.lang.String |
getLocalName()
|
java.lang.String |
getNamespaceURI()
|
org.w3c.dom.Node |
getNextSibling()
|
org.w3c.dom.Document |
getOwnerDocument()
|
org.w3c.dom.Node |
getParentNode()
|
java.lang.String |
getPrefix()
|
org.w3c.dom.Node |
getPreviousSibling()
|
protected java.sql.ResultSet |
getResultSet()
Returns the result-set property |
protected ResultSetDocument |
getResultSetDocument()
Returns the result-set document property |
protected RowElement[] |
getRowElements()
Returns the row elements array property; If it doesn't exist -- creates it. |
| Methods inherited from class com.manspace.resultSetDOMWrapper.ArrayBasedElement |
cloneNode, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getAttributes, getChildNodes, getElementsByTagName, getElementsByTagNameNS, getFirstChild, getLastChild, getLength, getNodeValue, hasAttribute, hasAttributeNS, hasAttributes, hasChildNodes, item |
| Methods inherited from class com.manspace.resultSetDOMWrapper.ReadOnlyElement |
getNodeType, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS |
| Methods inherited from class com.manspace.resultSetDOMWrapper.ReadOnlyNode |
appendChild, getNodeName, getTagName, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.w3c.dom.Element |
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS |
| Methods inherited from interface org.w3c.dom.Node |
appendChild, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getNodeName, getNodeType, getNodeValue, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix |
| Field Detail |
protected static final java.lang.String _propertyResultSetDocument
protected static final java.lang.String _propertyResultSet
protected static final java.lang.String _propertyRowElements
protected static final java.lang.String _propertyColumnMetaData
| Constructor Detail |
public ResultSetElement(ResultSetDocument resultSetDocument,
java.sql.ResultSet resultSet)
| Method Detail |
protected ResultSetDocument getResultSetDocument()
protected java.sql.ResultSet getResultSet()
protected RowElement[] getRowElements()
protected java.lang.String[][] getColumnMetaData()
public org.w3c.dom.Document getOwnerDocument()
getOwnerDocument in interface org.w3c.dom.NodeNode.getOwnerDocument()public java.lang.String getLocalName()
getLocalName in interface org.w3c.dom.NodeNode.getLocalName()public java.lang.String getPrefix()
getPrefix in interface org.w3c.dom.NodeNode.getPrefix()public java.lang.String getNamespaceURI()
getNamespaceURI in interface org.w3c.dom.NodeNode.getNamespaceURI()public org.w3c.dom.Node getNextSibling()
getNextSibling in interface org.w3c.dom.NodeNode.getNextSibling()public org.w3c.dom.Node getParentNode()
getParentNode in interface org.w3c.dom.NodeNode.getParentNode()public org.w3c.dom.Node getPreviousSibling()
getPreviousSibling in interface org.w3c.dom.NodeNode.getPreviousSibling()public org.w3c.dom.Element[] getChildElements()
ArrayBasedElement
getChildElements in class ArrayBasedElementcom.mercury.topaz.tdm.adapters.dbAdapter.ArrayBasedElement#getChildElements()public java.lang.String getChildElementsLocalName()
ArrayBasedElement
getChildElementsLocalName in class ArrayBasedElementcom.mercury.topaz.tdm.adapters.dbAdapter.ArrayBasedElement#getChildElementsLocalName()public void clear()
ArrayBasedElement
clear in class ArrayBasedElementcom.manspace.resultSetDOMWrapper.ArrayBasedElement#clearElements()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||