|
||||||||||
| 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
| Field Summary | |
|---|---|
private int |
m_count
|
| Constructor Summary | |
|---|---|
ElemLiteralResult.LiteralElementAttributes()
Construct a NameNodeMap. |
|
| Method Summary | |
|---|---|
int |
getLength()
Return the number of Attributes on this Element |
org.w3c.dom.Node |
getNamedItem(java.lang.String name)
Retrieves a node specified by name. |
org.w3c.dom.Node |
getNamedItemNS(java.lang.String namespaceURI,
java.lang.String localName)
Retrieves a node specified by local name and namespace URI. |
org.w3c.dom.Node |
item(int i)
Returns the indexth item in the map. |
org.w3c.dom.Node |
removeNamedItem(java.lang.String name)
|
org.w3c.dom.Node |
removeNamedItemNS(java.lang.String namespaceURI,
java.lang.String localName)
|
org.w3c.dom.Node |
setNamedItem(org.w3c.dom.Node arg)
Unimplemented. |
org.w3c.dom.Node |
setNamedItemNS(org.w3c.dom.Node arg)
Unimplemented. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private int m_count
| Constructor Detail |
|---|
public ElemLiteralResult.LiteralElementAttributes()
| Method Detail |
|---|
public int getLength()
getLength in interface org.w3c.dom.NamedNodeMap0 to length-1 inclusivepublic org.w3c.dom.Node getNamedItem(java.lang.String name)
getNamedItem in interface org.w3c.dom.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 org.w3c.dom.Node getNamedItemNS(java.lang.String namespaceURI,
java.lang.String localName)
getNamedItemNS in interface org.w3c.dom.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 org.w3c.dom.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 org.w3c.dom.NamedNodeMapi - The index of the requested item.
indexth position in the map,
or null if that is not a valid index.
public org.w3c.dom.Node removeNamedItem(java.lang.String name)
throws org.w3c.dom.DOMException
removeNamedItem in interface org.w3c.dom.NamedNodeMapname - of the node to remove
org.w3c.dom.DOMExceptionNamedNodeMap
public org.w3c.dom.Node removeNamedItemNS(java.lang.String namespaceURI,
java.lang.String localName)
throws org.w3c.dom.DOMException
removeNamedItemNS in interface org.w3c.dom.NamedNodeMapnamespaceURI - Namespace URI of the node to removelocalName - Local part of qualified name of the node to remove
org.w3c.dom.DOMExceptionNamedNodeMap
public org.w3c.dom.Node setNamedItem(org.w3c.dom.Node arg)
throws org.w3c.dom.DOMException
setNamedItem in interface org.w3c.dom.NamedNodeMapA - node to store in this map
org.w3c.dom.DOMException
public org.w3c.dom.Node setNamedItemNS(org.w3c.dom.Node arg)
throws org.w3c.dom.DOMException
setNamedItemNS in interface org.w3c.dom.NamedNodeMapA - node to store in this map
org.w3c.dom.DOMException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||