|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.saxon.dom.NodeOverNodeInfo
net.sf.saxon.dom.AttrOverNodeInfo
This class is an implementation of the DOM Element class that wraps a Saxon NodeInfo representation of an attribute node.
Field Summary |
Fields inherited from class net.sf.saxon.dom.NodeOverNodeInfo |
node |
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 | |
AttrOverNodeInfo()
|
Method Summary | |
java.lang.String |
getName()
Get the name of an attribute node (the lexical QName) (DOM method) |
org.w3c.dom.Element |
getOwnerElement()
The Element node this attribute is attached to or
null if this attribute is not in use. |
org.w3c.dom.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 . |
java.lang.String |
getValue()
Return the character value of an attribute node (DOM method) |
boolean |
isId()
Determine whether this (attribute) node is an ID. |
void |
setValue(java.lang.String value)
Set the value of an attribute node. |
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, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix |
Constructor Detail |
public AttrOverNodeInfo()
Method Detail |
public java.lang.String getName()
getName
in interface org.w3c.dom.Attr
public java.lang.String getValue()
getValue
in interface org.w3c.dom.Attr
public boolean getSpecified()
true
; otherwise, it is
false
. (DOM method)
getSpecified
in interface org.w3c.dom.Attr
public void setValue(java.lang.String value) throws org.w3c.dom.DOMException
setValue
in interface org.w3c.dom.Attr
org.w3c.dom.DOMException
public boolean isId()
public org.w3c.dom.Element getOwnerElement()
Element
node this attribute is attached to or
null
if this attribute is not in use.
getOwnerElement
in interface org.w3c.dom.Attr
public org.w3c.dom.TypeInfo getSchemaTypeInfo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |