com.manspace.resultSetDOMWrapper
Class MetaDataAttribute

java.lang.Object
  |
  +--com.manspace.resultSetDOMWrapper.ReadOnlyNode
        |
        +--com.manspace.resultSetDOMWrapper.MetaDataAttribute
All Implemented Interfaces:
org.w3c.dom.Attr, org.w3c.dom.Node

public class MetaDataAttribute
extends ReadOnlyNode
implements org.w3c.dom.Attr

Implements the meta-data attribute

Version:
1.0
Author:
Tal Rotbart

Field Summary
protected static java.lang.String _propertyCellElement
          Static constant that holds the string identification for the parent cell element property; The constant is used to identify the properties in property / vetoable change events.
protected static java.lang.String _propertyWhichMetaData
          Static constant that holds the string identification for the which meta data property; The constant is used to identify the properties in property / vetoable change events.
static int META_DATA_NAME
          Statics
static int META_DATA_TYPE
           
 
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)
           
 org.w3c.dom.NamedNodeMap getAttributes()
           
protected  CellElement getCellElement()
          Returns the parent cell element property
 org.w3c.dom.NodeList getChildNodes()
           
 org.w3c.dom.Node getFirstChild()
           
 org.w3c.dom.Node getLastChild()
           
 java.lang.String getLocalName()
           
 java.lang.String getName()
           
 java.lang.String getNamespaceURI()
           
 org.w3c.dom.Node getNextSibling()
           
 short getNodeType()
           
 java.lang.String getNodeValue()
           
 org.w3c.dom.Document getOwnerDocument()
           
 org.w3c.dom.Element getOwnerElement()
           
 org.w3c.dom.Node getParentNode()
           
 java.lang.String getPrefix()
           
 org.w3c.dom.Node getPreviousSibling()
           
 boolean getSpecified()
           
 java.lang.String getValue()
           
protected  int getWhichMetaData()
          Returns the which meta data property
 boolean hasAttributes()
           
 boolean hasChildNodes()
           
 void setValue(java.lang.String value)
           
 
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.Node
appendChild, getNodeName, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix
 

Field Detail

META_DATA_NAME

public static final int META_DATA_NAME
Statics

See Also:
Constant Field Values

META_DATA_TYPE

public static final int META_DATA_TYPE
See Also:
Constant Field Values

_propertyCellElement

protected static final java.lang.String _propertyCellElement
Static constant that holds the string identification for the parent cell element property; The constant is used to identify the properties in property / vetoable change events.

See Also:
Constant Field Values

_propertyWhichMetaData

protected static final java.lang.String _propertyWhichMetaData
Static constant that holds the string identification for the which meta data property; The constant is used to identify the properties in property / vetoable change events.

See Also:
Constant Field Values
Method Detail

getCellElement

protected CellElement getCellElement()
Returns the parent cell element property

Returns:
The parent cell element reference.

getWhichMetaData

protected int getWhichMetaData()
Returns the which meta data property

Returns:
The which meta data reference.

getName

public java.lang.String getName()
Specified by:
getName in interface org.w3c.dom.Attr
See Also:
Attr.getName()

getOwnerElement

public org.w3c.dom.Element getOwnerElement()
Specified by:
getOwnerElement in interface org.w3c.dom.Attr
See Also:
Attr.getOwnerElement()

getSpecified

public boolean getSpecified()
Specified by:
getSpecified in interface org.w3c.dom.Attr
See Also:
Attr.getSpecified()

getValue

public java.lang.String getValue()
Specified by:
getValue in interface org.w3c.dom.Attr
See Also:
Attr.getValue()

setValue

public void setValue(java.lang.String value)
              throws org.w3c.dom.DOMException
Specified by:
setValue in interface org.w3c.dom.Attr
org.w3c.dom.DOMException
See Also:
Attr.setValue(java.lang.String)

cloneNode

public org.w3c.dom.Node cloneNode(boolean deep)
Specified by:
cloneNode in interface org.w3c.dom.Node
See Also:
Node.cloneNode(boolean)

getAttributes

public org.w3c.dom.NamedNodeMap getAttributes()
Specified by:
getAttributes in interface org.w3c.dom.Node
See Also:
Node.getAttributes()

getChildNodes

public org.w3c.dom.NodeList getChildNodes()
Specified by:
getChildNodes in interface org.w3c.dom.Node
See Also:
Node.getChildNodes()

getFirstChild

public org.w3c.dom.Node getFirstChild()
Specified by:
getFirstChild in interface org.w3c.dom.Node
See Also:
Node.getFirstChild()

getLastChild

public org.w3c.dom.Node getLastChild()
Specified by:
getLastChild in interface org.w3c.dom.Node
See Also:
Node.getLastChild()

getLocalName

public java.lang.String getLocalName()
Specified by:
getLocalName in interface org.w3c.dom.Node
See Also:
Node.getLocalName()

getNamespaceURI

public java.lang.String getNamespaceURI()
Specified by:
getNamespaceURI in interface org.w3c.dom.Node
See Also:
Node.getNamespaceURI()

getNextSibling

public org.w3c.dom.Node getNextSibling()
Specified by:
getNextSibling in interface org.w3c.dom.Node
See Also:
Node.getNextSibling()

getNodeType

public short getNodeType()
Specified by:
getNodeType in interface org.w3c.dom.Node
See Also:
Node.getNodeType()

getNodeValue

public java.lang.String getNodeValue()
                              throws org.w3c.dom.DOMException
Specified by:
getNodeValue in interface org.w3c.dom.Node
org.w3c.dom.DOMException
See Also:
Node.getNodeValue()

getOwnerDocument

public org.w3c.dom.Document getOwnerDocument()
Specified by:
getOwnerDocument in interface org.w3c.dom.Node
See Also:
Node.getOwnerDocument()

getParentNode

public org.w3c.dom.Node getParentNode()
Specified by:
getParentNode in interface org.w3c.dom.Node
See Also:
Node.getParentNode()

getPrefix

public java.lang.String getPrefix()
Specified by:
getPrefix in interface org.w3c.dom.Node
See Also:
Node.getPrefix()

getPreviousSibling

public org.w3c.dom.Node getPreviousSibling()
Specified by:
getPreviousSibling in interface org.w3c.dom.Node
See Also:
Node.getPreviousSibling()

hasAttributes

public boolean hasAttributes()
Specified by:
hasAttributes in interface org.w3c.dom.Node
See Also:
Node.hasAttributes()

hasChildNodes

public boolean hasChildNodes()
Specified by:
hasChildNodes in interface org.w3c.dom.Node
See Also:
Node.hasChildNodes()


Copyright © 2003 Tal Rotbart, Manspace. See LICENSE.TXT for license.