Frames | No Frames |
Constructors with parameter type nu.xom.Attribute.Type | |
Creates a new attribute in the specified namespace with the
specified name, value, and type. | |
Creates a new attribute in no namespace with the
specified name, value, and type. |
Fields of type nu.xom.Attribute.Type | |
Attribute.Type |
The type of attributes declared to have type CDATA
in the DTD. |
Attribute.Type |
The type of attributes declared to have type ENTITIES
in the DTD. |
Attribute.Type |
The type of attributes declared to have type ENTITY
in the DTD. |
Attribute.Type |
The type of attributes declared by an enumeration
in the DTD. |
Attribute.Type |
The type of attributes declared to have type ID
in the DTD. |
Attribute.Type |
The type of attributes declared to have type IDREF
in the DTD. |
Attribute.Type |
The type of attributes declared to have type IDREFS
in the DTD. |
Attribute.Type |
The type of attributes declared to have type NMTOKEN
in the DTD. |
Attribute.Type |
The type of attributes declared to have type NMTOKENS
in the DTD. |
Attribute.Type |
The type of attributes declared to have type NOTATION
in the DTD. |
Attribute.Type |
The type of attributes not declared in the DTD. |
Methods with parameter type nu.xom.Attribute.Type | |
Nodes |
Returns a new Nodes object containing an
attribute in the specified namespace
with the specified name and type. |
void |
Sets the type of this attribute to one of the ten
DTD types or Type.UNDECLARED . |
Methods with return type nu.xom.Attribute.Type | |
Attribute.Type |
Returns the DTD type of this attribute. |