|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.axis2.saaj.NodeImpl
org.apache.axis2.saaj.AttrImpl
| Field Summary |
| Fields inherited from class org.apache.axis2.saaj.NodeImpl |
document, omNode |
| 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()
|
|
AttrImpl(OMAttribute attrib,
org.w3c.dom.Element owner)
|
|
| Method Summary | |
java.lang.String |
getName()
Method getName returns the localName of the attribute |
org.w3c.dom.Element |
getOwnerElement()
Method getOwnerElement returns the Element object to which this attribute is attached |
boolean |
getSpecified()
Method getSpecified Returns true if this attribute value is set by user in the original document, if so far user didn't set some value to this OR if the user removed this attribute (may be by calling removeAttribute() on owner element) the specified value returned should be false |
java.lang.String |
getValue()
Method getValue returns the value of this attribute |
boolean |
setSpecified(boolean val)
Method setSpecified This method sets the value of the private datamember specified
equals to that of the passed input parameter val and returns the
final value of specified flag |
void |
setValue(java.lang.String value)
Method setValue This method sets the value of this attribute to the provided input value |
| Methods inherited from class org.apache.axis2.saaj.NodeImpl |
appendChild, cloneNode, detachNode, equals, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOMNode, getOwnerDocument, getParentElement, getParentNode, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, recycleNode, removeChild, replaceChild, setNodeValue, setOwnerDocument, setParentElement, setPrefix |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.w3c.dom.Node |
appendChild, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix |
| Constructor Detail |
public AttrImpl()
public AttrImpl(OMAttribute attrib,
org.w3c.dom.Element owner)
attrib - | Method Detail |
public boolean getSpecified()
getSpecified in interface org.w3c.dom.AttrAttr.getSpecified()public boolean setSpecified(boolean val)
specified
equals to that of the passed input parameter val and returns the
final value of specified flag
val -
public java.lang.String getName()
getName in interface org.w3c.dom.AttrAttr.getName()public org.w3c.dom.Element getOwnerElement()
Element object to which this attribute is attached
getOwnerElement in interface org.w3c.dom.AttrAttr.getOwnerElement()public java.lang.String getValue()
getValue in interface org.w3c.dom.AttrgetValue in class NodeImplNode.getValue()public void setValue(java.lang.String value)
value
setValue in interface org.w3c.dom.AttrsetValue in class NodeImplvalue -
Node.setValue(java.lang.String)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||