Attribute() | org::jdom::Attribute | [inline, protected] |
Attribute(String name, String value, Namespace namespace) | org::jdom::Attribute | [inline] |
Attribute(String name, String value, int type, Namespace namespace) | org::jdom::Attribute | [inline] |
Attribute(String name, String value) | org::jdom::Attribute | [inline] |
Attribute(String name, String value, int type) | org::jdom::Attribute | [inline] |
CDATA_TYPE | org::jdom::Attribute | [static] |
clone() | org::jdom::Attribute | [inline] |
detach() | org::jdom::Attribute | [inline] |
ENTITIES_TYPE | org::jdom::Attribute | [static] |
ENTITY_TYPE | org::jdom::Attribute | [static] |
ENUMERATED_TYPE | org::jdom::Attribute | [static] |
equals(Object ob) | org::jdom::Attribute | [inline] |
getAttributeType() | org::jdom::Attribute | [inline] |
getBooleanValue() | org::jdom::Attribute | [inline] |
getDocument() | org::jdom::Attribute | [inline] |
getDoubleValue() | org::jdom::Attribute | [inline] |
getFloatValue() | org::jdom::Attribute | [inline] |
getIntValue() | org::jdom::Attribute | [inline] |
getLongValue() | org::jdom::Attribute | [inline] |
getName() | org::jdom::Attribute | [inline] |
getNamespace() | org::jdom::Attribute | [inline] |
getNamespacePrefix() | org::jdom::Attribute | [inline] |
getNamespaceURI() | org::jdom::Attribute | [inline] |
getParent() | org::jdom::Attribute | [inline] |
getQualifiedName() | org::jdom::Attribute | [inline] |
getValue() | org::jdom::Attribute | [inline] |
hashCode() | org::jdom::Attribute | [inline] |
ID_TYPE | org::jdom::Attribute | [static] |
IDREF_TYPE | org::jdom::Attribute | [static] |
IDREFS_TYPE | org::jdom::Attribute | [static] |
name | org::jdom::Attribute | [protected] |
NMTOKEN_TYPE | org::jdom::Attribute | [static] |
NMTOKENS_TYPE | org::jdom::Attribute | [static] |
NOTATION_TYPE | org::jdom::Attribute | [static] |
parent | org::jdom::Attribute | [protected] |
setAttributeType(int type) | org::jdom::Attribute | [inline] |
setName(String name) | org::jdom::Attribute | [inline] |
setNamespace(Namespace namespace) | org::jdom::Attribute | [inline] |
setParent(Element parent) | org::jdom::Attribute | [inline, protected] |
setValue(String value) | org::jdom::Attribute | [inline] |
toString() | org::jdom::Attribute | [inline] |
type | org::jdom::Attribute | [protected] |
UNDECLARED_TYPE | org::jdom::Attribute | [static] |
value | org::jdom::Attribute | [protected] |