| Module: | libdom | Package: | org.milescript.xml | Parent: | Node | Copyright (c) 2007, 2008 Point5U, LLC Milescript - LibDom Library: Project Home | Documentation |
org.milescript.xml.Element
Constructors
| Signature |
| public Element() |
Methods
| Name | Signature |
| getAttribute | String getAttribute(String name) |
| setAttribute | void setAttribute(String name, Object obj) |
| setAttribute | void setAttribute(String name, String value) |
Properties
| Name | Type | Comment | |
| attributes |
| ||
| childNodes |
| ||
| nodeName |
|
Constructors
|
public Element() |
Methods
|
getAttribute String getAttribute(String name)
Parameters
|
||||||||||
|
setAttribute void setAttribute(String name, Object obj) Parameters
|
|
setAttribute void setAttribute(String name, String value) Parameters
|
| Module: | libdom | Package: | org.milescript.xml | Parent: | Node | Copyright (c) 2007, 2008 Point5U, LLC Milescript - LibDom Library: Project Home | Documentation |