Located in compilation unit of javax.
Modifier and Type | Field and Description |
---|---|
pack-priv String | |
pack-priv Element | |
pack-priv String |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public String | |
public String | getNodeName()
Overrides javax. Implements org. The name of this node, depending on its type; see the table above. |
public short | getNodeType()
Overrides javax. Implements org. A code representing the type of the underlying object, as defined above. |
public String | getNodeValue()
Overrides javax. Implements org. The value of this node, depending on its type; see the table above. |
public Element | getOwnerElement()
Implements org. The |
public boolean | getSpecified()
Implements org.
|
public String | getValue()
Implements org. On retrieval, the value of the attribute is returned as a string. |
public boolean | Returns: falseImplements org. This method is new in the DOM L3 for Attr interface. |
public void | setNodeValue(String value)
Overrides javax. Implements org. The value of this node, depending on its type; see the table above. |
public void | |
public void | setValue(String value)
Implements org. On retrieval, the value of the attribute is returned as a string. |
name | back to summary |
---|---|
pack-priv String name |
owner | back to summary |
---|---|
pack-priv Element owner |
value | back to summary |
---|---|
pack-priv String value |
IIOAttr | back to summary |
---|---|
public IIOAttr(Element owner, String name, String value) |
getName | back to summary |
---|---|
public String getName() Implements org. Doc from org. Returns the name of this attribute. If |
getNodeName | back to summary |
---|---|
public String getNodeName() Overrides javax. Implements org. Doc from org. The name of this node, depending on its type; see the table above.
|
getNodeType | back to summary |
---|---|
public short getNodeType() Overrides javax. Implements org. Doc from org. A code representing the type of the underlying object, as defined above.
|
getNodeValue | back to summary |
---|---|
public String getNodeValue() Overrides javax. Implements org. Doc from org. The value of this node, depending on its type; see the table above.
When it is defined to be
|
getOwnerElement | back to summary |
---|---|
public Element getOwnerElement() Implements org. Doc from org. The |
getSpecified | back to summary |
---|---|
public boolean getSpecified() Implements org. Doc from org.
|
getValue | back to summary |
---|---|
public String getValue() Implements org. Doc from org. On retrieval, the value of the attribute is returned as a string.
Character and general entity references are replaced with their
values. See also the method |
isId | back to summary |
---|---|
public boolean isId() Implements org. This method is new in the DOM L3 for Attr interface. Could throw DOMException here, but its probably OK to always return false. One reason for this, is we have no good way to document this exception, since this class, IIOAttr, is not a public class. The rest of the methods that throw DOMException are publicly documented as such on IIOMetadataNode.
|
setNodeValue | back to summary |
---|---|
public void setNodeValue(String value) Overrides javax. Implements org. Doc from org. The value of this node, depending on its type; see the table above.
When it is defined to be |
setOwnerElement | back to summary |
---|---|
public void setOwnerElement(Element owner) |
setValue | back to summary |
---|---|
public void setValue(String value) Implements org. Doc from org. On retrieval, the value of the attribute is returned as a string.
Character and general entity references are replaced with their
values. See also the method |