Package | Description |
---|---|
er.xiss |
Modifier and Type | Method and Description |
---|---|
static ERXML.Attr |
ERXML.a(String name,
String value)
Creates and returns a new attribute.
|
ERXML.Attr |
ERXML.E.getAttr(String attributeName)
Returns the attribute with the given name, or null if there isn't one.
|
ERXML.Attr |
ERXML.E.remove(String attributeName)
Removes the attribute with the given name.
|
Modifier and Type | Method and Description |
---|---|
List<ERXML.Attr> |
ERXML.E.attributes()
Returns the attributes for this element.
|
Modifier and Type | Method and Description |
---|---|
ERXML.E |
ERXML.E.add(ERXML.Attr attribute)
Adds the given attribute to this element.
|
void |
ERXML.E.remove(ERXML.Attr attribute)
Removes the given attribute from this element.
|
Copyright © 2002 – 2024 Project Wonder.