Package | Description |
---|---|
com.jslsolucoes.tagria.lib.html |
Modifier and Type | Method and Description |
---|---|
static Attribute |
Attribute.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Attribute[] |
Attribute.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Element |
Element.add(Attribute attribute,
boolean value) |
Element |
Element.add(Attribute attribute,
Integer value) |
Element |
Element.add(Attribute attribute,
String value) |
String |
Element.get(Attribute attribute) |
boolean |
Element.hasAttribute(Attribute attribute) |
void |
Element.remove(Attribute attribute) |
void |
Element.remove(Attribute attribute,
String value) |
Copyright © 2016 JSL Solucoes LTDA. All Rights Reserved.