net.sf.saxon.dom
public class AttrOverNodeInfo extends NodeOverNodeInfo implements Attr
Method Summary | |
---|---|
String | getName()
Get the name of an attribute node (the lexical QName) (DOM method) |
Element | getOwnerElement()
The Element node this attribute is attached to or
null if this attribute is not in use. |
TypeInfo | getSchemaTypeInfo()
Get the schema type information for this node. |
boolean | getSpecified()
If this attribute was explicitly given a value in the original
document, this is true ; otherwise, it is
false . |
String | getValue()
Return the character value of an attribute node (DOM method) |
boolean | isId()
Determine whether this (attribute) node is an ID. |
void | setValue(String value)
Set the value of an attribute node. |
Element
node this attribute is attached to or
null
if this attribute is not in use.Since: DOM Level 2
true
; otherwise, it is
false
. (DOM method)Returns: Always true in this implementation.
Returns: the attribute value