org.apache.xalan.templates
public class ElemLiteralResult.Attribute extends Object implements Attr
| Constructor Summary | |
|---|---|
| Attribute(AVT avt, Element elem)
Construct a Attr.
| |
| Method Summary | |
|---|---|
| Node | appendChild(Node newChild) |
| Node | cloneNode(boolean deep) |
| short | compareDocumentPosition(Node other) |
| NamedNodeMap | getAttributes() |
| String | getBaseURI() |
| NodeList | getChildNodes() |
| Object | getFeature(String feature, String version) |
| Node | getFirstChild() |
| Node | getLastChild() |
| String | getLocalName() |
| String | getName() |
| String | getNamespaceURI() |
| Node | getNextSibling() |
| String | getNodeName() |
| short | getNodeType() |
| String | getNodeValue() |
| Document | getOwnerDocument() |
| Element | getOwnerElement() |
| Node | getParentNode() |
| String | getPrefix() |
| Node | getPreviousSibling() |
| TypeInfo | getSchemaTypeInfo() |
| boolean | getSpecified() |
| String | getTextContent() |
| Object | getUserData(String key) |
| String | getValue() |
| boolean | hasAttributes() |
| boolean | hasChildNodes() |
| Node | insertBefore(Node newChild, Node refChild) |
| boolean | isDefaultNamespace(String namespaceURI) |
| boolean | isEqualNode(Node arg) |
| boolean | isId() |
| boolean | isSameNode(Node other) |
| boolean | isSupported(String feature, String version) |
| String | lookupNamespaceURI(String specifiedPrefix) |
| String | lookupPrefix(String namespaceURI) |
| void | normalize() |
| Node | removeChild(Node oldChild) |
| Node | replaceChild(Node newChild, Node oldChild) |
| void | setNodeValue(String nodeValue) |
| void | setPrefix(String prefix) |
| void | setTextContent(String textContent) |
| Object | setUserData(String key, Object data, UserDataHandler handler) |
| void | setValue(String value) |
Parameters: newChild New node to append to the list of this node's children
Throws: DOMException
See Also: org.w3c.dom.Node
Parameters: deep Flag indicating whether to clone deep (clone member variables)
Returns: Returns a duplicate of this node
See Also: org.w3c.dom.Node
Returns: null
See Also: org.w3c.dom.Node
Returns: a NodeList containing no nodes.
See Also: org.w3c.dom.Node
Returns: null
See Also: org.w3c.dom.Node
Returns: null
See Also: org.w3c.dom.Node
Returns: the local part of the qualified name of this node
See Also: org.w3c.dom.Node
Returns: The name of this attribute
Returns: The namespace URI of this node, or null if it is unspecified
See Also: org.w3c.dom.Node
Returns: null
See Also: org.w3c.dom.Node
Returns: The name of the attribute
See Also: org.w3c.dom.Node
Returns: The node is an Attr
See Also: org.w3c.dom.Node
Returns: The value of the attribute
Throws: DOMException
See Also: org.w3c.dom.Node
Returns: null
See Also: org.w3c.dom.Node
Returns: The Element node this attribute is attached to or null if this attribute is not in use
Returns: the containing element node
See Also: org.w3c.dom.Node
Returns: The namespace prefix of this node, or null if it is unspecified
See Also: org.w3c.dom.Node
Returns: null
See Also: org.w3c.dom.Node
Returns: true
Returns: The value of this attribute returned as string
Returns: false
See Also: org.w3c.dom.Node
Returns: false
See Also: org.w3c.dom.Node
Parameters: newChild New child node to insert refChild Insert in front of this child
Returns: null
Throws: DOMException
See Also: org.w3c.dom.Node
Returns: Returns false
Since: DOM Level 2
See Also: org.w3c.dom.Node
See Also: org.w3c.dom.Node
Parameters: oldChild Child to be removed
Returns: null
Throws: DOMException
See Also: org.w3c.dom.Node
Parameters: newChild Replace existing child with this one oldChild Existing child to be replaced
Returns: null
Throws: DOMException
See Also: org.w3c.dom.Node
Parameters: nodeValue Value to set this node to
Throws: DOMException
See Also: org.w3c.dom.Node
Parameters: prefix Prefix to set for this node
Throws: DOMException
See Also: org.w3c.dom.Node
Parameters: value Value to set this node to
Throws: DOMException
See Also: org.w3c.dom.Attr