Module:libdomPackage:org.milescript.xmlParent:ObjectCopyright (c) 2007, 2008 Point5U, LLC
Milescript - LibDom Library: Project Home | Documentation

org.milescript.xml.NamedNodeMap

Inheritance : Object

Constructors

Signature
public NamedNodeMap()

Methods

NameSignature
getNamedItemAttribute getNamedItem(String name)
itemAttribute item(int idx)

Properties

NameTypeComment
length
core.int

Constructors

public NamedNodeMap()


Methods

getNamedItem

Attribute getNamedItem(String name)

Returns
org.milescript.xml.Attribute

Parameters

NameTypeDescription
namecore.String

item

Attribute item(int idx)

Returns
org.milescript.xml.Attribute

Parameters

NameTypeDescription
idxcore.int

Module:libdomPackage:org.milescript.xmlParent:ObjectCopyright (c) 2007, 2008 Point5U, LLC
Milescript - LibDom Library: Project Home | Documentation