|
||||||||||
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.RowElement
The result-set row element
Field Summary | |
protected static java.lang.String |
_propertyCellElements
Static constant that holds the string identification for the cell elements property; The constant is used to identify the properties in property / vetoable change events. |
protected static java.lang.String |
_propertyResultSetElement
Static constant that holds the string identification for the result-set element property; The constant is used to identify the properties in property / vetoable change events. |
protected static java.lang.String |
_propertyRow
Static constant that holds the string identification for the row 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 | |
RowElement(ResultSetElement rsElement,
int row)
Constructs a new result-set row element |
Method Summary | |
void |
clear()
Clear the elements array for GC |
protected CellElement[] |
getCellElements()
Returns the cell elements property; If it doesn't exist -- creates it. |
org.w3c.dom.Element[] |
getChildElements()
Returns the array of child elements |
java.lang.String |
getChildElementsLocalName()
The local name of child elements |
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 ResultSetElement |
getResultSetElement()
Returns the result-set element property |
protected int |
getRow()
Returns the row property |
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 |
getTagName |
Methods inherited from interface org.w3c.dom.Node |
appendChild, getNodeName, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix |
Field Detail |
protected static final java.lang.String _propertyResultSetElement
protected static final java.lang.String _propertyRow
protected static final java.lang.String _propertyCellElements
Constructor Detail |
public RowElement(ResultSetElement rsElement, int row)
Method Detail |
protected ResultSetElement getResultSetElement()
protected int getRow()
protected CellElement[] getCellElements()
public java.lang.String getLocalName()
Node.getLocalName()
public java.lang.String getNamespaceURI()
Node.getNamespaceURI()
public org.w3c.dom.Node getNextSibling()
Node.getNextSibling()
public org.w3c.dom.Node getPreviousSibling()
Node.getPreviousSibling()
public org.w3c.dom.Document getOwnerDocument()
Node.getOwnerDocument()
public org.w3c.dom.Node getParentNode()
Node.getParentNode()
public java.lang.String getPrefix()
Node.getPrefix()
public org.w3c.dom.Element[] getChildElements()
ArrayBasedElement
getChildElements
in class ArrayBasedElement
com.mercury.topaz.tdm.adapters.dbAdapter.ArrayBasedElement#getChildElements()
public java.lang.String getChildElementsLocalName()
ArrayBasedElement
getChildElementsLocalName
in class ArrayBasedElement
com.mercury.topaz.tdm.adapters.dbAdapter.ArrayBasedElement#getChildElementsLocalName()
public void clear()
ArrayBasedElement
clear
in class ArrayBasedElement
ArrayBasedElement.clear()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |