|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xalan.templates.ElemLiteralResult.LiteralElementAttributes
public class ElemLiteralResult.LiteralElementAttributes
| Constructor Summary | |
|---|---|
ElemLiteralResult.LiteralElementAttributes()
Construct a NameNodeMap. |
|
| Method Summary | |
|---|---|
int |
getLength()
Return the number of Attributes on this Element |
Node |
getNamedItem(String name)
Retrieves a node specified by name. |
Node |
getNamedItemNS(String namespaceURI,
String localName)
Retrieves a node specified by local name and namespace URI. |
Node |
item(int i)
Returns the indexth item in the map. |
Node |
removeNamedItem(String name)
|
Node |
removeNamedItemNS(String namespaceURI,
String localName)
|
Node |
setNamedItem(Node arg)
Unimplemented. |
Node |
setNamedItemNS(Node arg)
Unimplemented. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ElemLiteralResult.LiteralElementAttributes()
| Method Detail |
|---|
public int getLength()
getLength in interface NamedNodeMap0 to length-1 inclusivepublic Node getNamedItem(String name)
getNamedItem in interface NamedNodeMapname - The nodeName of a node to retrieve.
Node (of any type) with the specified
nodeName, or null if it does not
identify any node in this map.
public Node getNamedItemNS(String namespaceURI,
String localName)
getNamedItemNS in interface NamedNodeMapnamespaceURI - Namespace URI of attribute node to getlocalName - Local part of qualified name of attribute node to
get
Node (of any type) with the specified
nodeName, or null if it does not
identify any node in this map.public Node item(int i)
indexth item in the map. If index
is greater than or equal to the number of nodes in this
map, this returns null.
item in interface NamedNodeMapi - The index of the requested item.
indexth position in the map,
or null if that is not a valid index.
public Node removeNamedItem(String name)
throws DOMException
removeNamedItem in interface NamedNodeMapname - of the node to remove
DOMExceptionNamedNodeMap
public Node removeNamedItemNS(String namespaceURI,
String localName)
throws DOMException
removeNamedItemNS in interface NamedNodeMapnamespaceURI - Namespace URI of the node to removelocalName - Local part of qualified name of the node to remove
DOMExceptionNamedNodeMap
public Node setNamedItem(Node arg)
throws DOMException
setNamedItem in interface NamedNodeMapA - node to store in this map
DOMException
public Node setNamedItemNS(Node arg)
throws DOMException
setNamedItemNS in interface NamedNodeMapA - node to store in this map
DOMException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||