|
BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.beasys.commerce.util.dom.DOMBase | +--com.beasys.commerce.util.dom.NodeImpl | +--com.beasys.commerce.util.dom.AttrImpl
An implementation of the W3C's DOM Attr object.
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 | |
AttrImpl(org.w3c.dom.Document doc,
java.lang.String name,
java.lang.String value,
boolean specified)
Constructor. |
Method Summary | |
org.w3c.dom.Node |
cloneNode()
Clone this object. |
protected short[] |
getAllowableChildrenType()
Get the children types that can added to an Attr. |
java.lang.String |
getName()
Get the name of the attribute. |
java.lang.String |
getNodeName()
Get the node name. |
short |
getNodeType()
Return Node.ATTRIBUTE_NODE. |
java.lang.String |
getNodeValue()
Get the node value. |
boolean |
getSpecified()
Get the specified property of the attribute. |
java.lang.String |
getValue()
Get the value of the attribute. |
void |
setName(java.lang.String name)
Set the name of the attribute. |
void |
setNodeValue(java.lang.String value)
Set the node value. |
void |
setSpecified(boolean specified)
Set the specified property of the attribute. |
void |
setValue(java.lang.String value)
Set the value of the attribute. |
Methods inherited from class com.beasys.commerce.util.dom.NodeImpl |
allowsChildren, appendChild, appendChildren, checkAllowChild, cloneNode, getAllowableChildrenTypes, getAttributes, getChildNodes, getFirstChild, getLastChild, getNextSibling, getNodeType, getParentNode, getPreviousSibling, hasChildNodes, insertBefore, insertChildrenBefore, isAncestor, removeChild, replaceChild, setParentNode |
Methods inherited from class com.beasys.commerce.util.dom.DOMBase |
checkOwnerDocument, checkReadOnly, getOwnerDocument, isReadOnly, setReadOnly |
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, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getNextSibling, getOwnerDocument, getParentNode, getPreviousSibling, hasChildNodes, insertBefore, removeChild, replaceChild |
Constructor Detail |
public AttrImpl(org.w3c.dom.Document doc, java.lang.String name, java.lang.String value, boolean specified)
doc
- the document that contains this.name
- the name.value
- the value.Method Detail |
public org.w3c.dom.Node cloneNode()
cloneNode
in class NodeImpl
public short getNodeType()
getNodeType
in interface org.w3c.dom.Node
getNodeType
in class NodeImpl
protected short[] getAllowableChildrenType()
public java.lang.String getNodeName()
For Attributes, the node name is the name of the attribute.
getNodeName
in interface org.w3c.dom.Node
getNodeName
in class NodeImpl
getName()
public java.lang.String getNodeValue()
For Attributes, the node value is the value of the attribute.
getNodeValue
in interface org.w3c.dom.Node
getNodeValue
in class NodeImpl
getValue()
public void setNodeValue(java.lang.String value)
For Attributes, the node value is the value of the attribute.
setNodeValue
in interface org.w3c.dom.Node
setNodeValue
in class NodeImpl
setValue(java.lang.String)
public java.lang.String getName()
getName
in interface org.w3c.dom.Attr
public void setName(java.lang.String name)
public java.lang.String getValue()
getValue
in interface org.w3c.dom.Attr
public void setValue(java.lang.String value)
setValue
in interface org.w3c.dom.Attr
public boolean getSpecified()
getSpecified
in interface org.w3c.dom.Attr
public void setSpecified(boolean specified)
|
BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |