|
||||||||||
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.CellElement
Implements a cell element
Field Summary | |
protected static java.lang.String |
_propertyColumnIndex
Static constant that holds the string identification for the column index property; The constant is used to identify the properties in property / vetoable change events. |
protected static java.lang.String |
_propertyDataTypeAttrNode
Static constant that holds the string identification for the data-type attribute node property; The constant is used to identify the properties in property / vetoable change events. |
protected static java.lang.String |
_propertyNameAttrNode
Static constant that holds the string identification for the name attribute node property; The constant is used to identify the properties in property / vetoable change events. |
protected static java.lang.String |
_propertyRowElement
Static constant that holds the string identification for the row element property; The constant is used to identify the properties in property / vetoable change events. |
protected static java.lang.String |
_propertyValueNode
Static constant that holds the string identification for the value node property; The constant is used to identify the properties in property / vetoable change events. |
protected static java.lang.String |
_propertyValueNodeList
Static constant that holds the string identification for the value-node node-list 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 |
Method Summary | |
org.w3c.dom.Node |
cloneNode(boolean deep)
|
java.lang.String |
getAttribute(java.lang.String name)
|
org.w3c.dom.Attr |
getAttributeNode(java.lang.String name)
|
org.w3c.dom.Attr |
getAttributeNodeNS(java.lang.String namespaceURI,
java.lang.String localName)
|
java.lang.String |
getAttributeNS(java.lang.String namespaceURI,
java.lang.String localName)
|
org.w3c.dom.NamedNodeMap |
getAttributes()
|
org.w3c.dom.NodeList |
getChildNodes()
|
protected int |
getColumnIndex()
Returns the column index property |
protected MetaDataAttribute |
getDataTypeAttrNode()
Returns the data-type attribute node property; If it doesn't exist -- creates it. |
org.w3c.dom.NodeList |
getElementsByTagName(java.lang.String name)
|
org.w3c.dom.NodeList |
getElementsByTagNameNS(java.lang.String namespaceURI,
java.lang.String localName)
|
org.w3c.dom.Node |
getFirstChild()
|
org.w3c.dom.Node |
getLastChild()
|
int |
getLength()
|
java.lang.String |
getLocalName()
|
protected MetaDataAttribute |
getNameAttrNode()
Returns the name attribute node property; If it doesn't exist -- creates it. |
org.w3c.dom.Node |
getNamedItem(java.lang.String name)
|
org.w3c.dom.Node |
getNamedItemNS(java.lang.String namespaceURI,
java.lang.String localName)
|
java.lang.String |
getNamespaceURI()
|
org.w3c.dom.Node |
getNextSibling()
|
java.lang.String |
getNodeValue()
|
org.w3c.dom.Document |
getOwnerDocument()
|
org.w3c.dom.Node |
getParentNode()
|
java.lang.String |
getPrefix()
|
org.w3c.dom.Node |
getPreviousSibling()
|
protected RowElement |
getRowElement()
Returns the row element property |
protected ValueCDATASection |
getValueNode()
Returns the value node property; If it doesn't exist -- creates it. |
protected org.w3c.dom.NodeList |
getValueNodeList()
Returns the value-node node-list property; If it doesn't exist -- creates it. |
boolean |
hasAttribute(java.lang.String name)
|
boolean |
hasAttributeNS(java.lang.String namespaceURI,
java.lang.String localName)
|
boolean |
hasAttributes()
|
boolean |
hasChildNodes()
|
org.w3c.dom.Node |
item(int index)
|
org.w3c.dom.Node |
removeNamedItem(java.lang.String name)
|
org.w3c.dom.Node |
removeNamedItemNS(java.lang.String namespaceURI,
java.lang.String localName)
|
org.w3c.dom.Node |
setNamedItem(org.w3c.dom.Node arg)
|
org.w3c.dom.Node |
setNamedItemNS(org.w3c.dom.Node arg)
|
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, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS |
Methods inherited from interface org.w3c.dom.Node |
appendChild, getNodeName, getNodeType, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix |
Field Detail |
protected static final java.lang.String _propertyRowElement
protected static final java.lang.String _propertyColumnIndex
protected static final java.lang.String _propertyNameAttrNode
protected static final java.lang.String _propertyDataTypeAttrNode
protected static final java.lang.String _propertyValueNode
protected static final java.lang.String _propertyValueNodeList
Method Detail |
protected RowElement getRowElement()
protected int getColumnIndex()
protected MetaDataAttribute getNameAttrNode()
protected MetaDataAttribute getDataTypeAttrNode()
protected ValueCDATASection getValueNode()
protected org.w3c.dom.NodeList getValueNodeList()
public java.lang.String getAttribute(java.lang.String name)
getAttribute
in interface org.w3c.dom.Element
Element.getAttribute(java.lang.String)
public org.w3c.dom.Attr getAttributeNode(java.lang.String name)
getAttributeNode
in interface org.w3c.dom.Element
Element.getAttributeNode(java.lang.String)
public org.w3c.dom.NodeList getElementsByTagName(java.lang.String name)
getElementsByTagName
in interface org.w3c.dom.Element
Element.getElementsByTagName(java.lang.String)
public java.lang.String getAttributeNS(java.lang.String namespaceURI, java.lang.String localName)
getAttributeNS
in interface org.w3c.dom.Element
Element.getAttributeNS(java.lang.String, java.lang.String)
public org.w3c.dom.Attr getAttributeNodeNS(java.lang.String namespaceURI, java.lang.String localName)
getAttributeNodeNS
in interface org.w3c.dom.Element
Element.getAttributeNodeNS(java.lang.String, java.lang.String)
public org.w3c.dom.NodeList getElementsByTagNameNS(java.lang.String namespaceURI, java.lang.String localName)
getElementsByTagNameNS
in interface org.w3c.dom.Element
Element.getElementsByTagNameNS(java.lang.String, java.lang.String)
public boolean hasAttribute(java.lang.String name)
hasAttribute
in interface org.w3c.dom.Element
Element.hasAttribute(java.lang.String)
public boolean hasAttributeNS(java.lang.String namespaceURI, java.lang.String localName)
hasAttributeNS
in interface org.w3c.dom.Element
Element.hasAttributeNS(java.lang.String, java.lang.String)
public java.lang.String getNodeValue() throws org.w3c.dom.DOMException
getNodeValue
in interface org.w3c.dom.Node
org.w3c.dom.DOMException
Node.getNodeValue()
public org.w3c.dom.Node getParentNode()
getParentNode
in interface org.w3c.dom.Node
Node.getParentNode()
public org.w3c.dom.NodeList getChildNodes()
getChildNodes
in interface org.w3c.dom.Node
Node.getChildNodes()
public org.w3c.dom.Node getFirstChild()
getFirstChild
in interface org.w3c.dom.Node
Node.getFirstChild()
public org.w3c.dom.Node getLastChild()
getLastChild
in interface org.w3c.dom.Node
Node.getLastChild()
public org.w3c.dom.Node getPreviousSibling()
getPreviousSibling
in interface org.w3c.dom.Node
Node.getPreviousSibling()
public org.w3c.dom.Node getNextSibling()
getNextSibling
in interface org.w3c.dom.Node
Node.getNextSibling()
public org.w3c.dom.NamedNodeMap getAttributes()
getAttributes
in interface org.w3c.dom.Node
Node.getAttributes()
public org.w3c.dom.Document getOwnerDocument()
getOwnerDocument
in interface org.w3c.dom.Node
Node.getOwnerDocument()
public boolean hasChildNodes()
hasChildNodes
in interface org.w3c.dom.Node
Node.hasChildNodes()
public org.w3c.dom.Node cloneNode(boolean deep)
cloneNode
in interface org.w3c.dom.Node
Node.cloneNode(boolean)
public java.lang.String getNamespaceURI()
getNamespaceURI
in interface org.w3c.dom.Node
Node.getNamespaceURI()
public java.lang.String getPrefix()
getPrefix
in interface org.w3c.dom.Node
Node.getPrefix()
public java.lang.String getLocalName()
getLocalName
in interface org.w3c.dom.Node
Node.getLocalName()
public boolean hasAttributes()
hasAttributes
in interface org.w3c.dom.Node
Node.hasAttributes()
public int getLength()
getLength
in interface org.w3c.dom.NamedNodeMap
NamedNodeMap.getLength()
public org.w3c.dom.Node getNamedItem(java.lang.String name)
getNamedItem
in interface org.w3c.dom.NamedNodeMap
NamedNodeMap.getNamedItem(java.lang.String)
public org.w3c.dom.Node getNamedItemNS(java.lang.String namespaceURI, java.lang.String localName)
getNamedItemNS
in interface org.w3c.dom.NamedNodeMap
NamedNodeMap.getNamedItemNS(java.lang.String, java.lang.String)
public org.w3c.dom.Node item(int index)
item
in interface org.w3c.dom.NamedNodeMap
NamedNodeMap.item(int)
public org.w3c.dom.Node removeNamedItem(java.lang.String name) throws org.w3c.dom.DOMException
removeNamedItem
in interface org.w3c.dom.NamedNodeMap
org.w3c.dom.DOMException
NamedNodeMap.removeNamedItem(java.lang.String)
public org.w3c.dom.Node removeNamedItemNS(java.lang.String namespaceURI, java.lang.String localName) throws org.w3c.dom.DOMException
removeNamedItemNS
in interface org.w3c.dom.NamedNodeMap
org.w3c.dom.DOMException
NamedNodeMap.removeNamedItemNS(java.lang.String, java.lang.String)
public org.w3c.dom.Node setNamedItem(org.w3c.dom.Node arg) throws org.w3c.dom.DOMException
setNamedItem
in interface org.w3c.dom.NamedNodeMap
org.w3c.dom.DOMException
NamedNodeMap.setNamedItem(org.w3c.dom.Node)
public org.w3c.dom.Node setNamedItemNS(org.w3c.dom.Node arg) throws org.w3c.dom.DOMException
setNamedItemNS
in interface org.w3c.dom.NamedNodeMap
org.w3c.dom.DOMException
NamedNodeMap.setNamedItemNS(org.w3c.dom.Node)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |