Uses of Class nu.xom.Attribute.Type

Uses in package nu.xom

Constructors with parameter type nu.xom.Attribute.Type

Attribute.Attribute(String name, String URI, String value, Attribute.Type type)
Creates a new attribute in the specified namespace with the specified name, value, and type.
Attribute.Attribute(String localName, String value, Attribute.Type 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
NodeFactory.makeAttribute(String name, String URI, String value, Attribute.Type type)
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.

Copyright 2002-2005 Elliotte Rusty Harold
elharo@metalab.unc.edu