Module:libdomPackage:org.milescript.xmlParent:ObjectGenerated by MilescriptCompiler (Copyright 2008, Point5u LLC.)

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:ObjectGenerated by MilescriptCompiler (Copyright 2008, Point5u LLC.)