Uses of Class
org.cdmckay.coffeedom.Attribute.Type

Packages that use Attribute.Type
org.cdmckay.coffeedom Classes to represent the components of an XML document. 
 

Uses of Attribute.Type in org.cdmckay.coffeedom
 

Fields in org.cdmckay.coffeedom declared as Attribute.Type
protected  Attribute.Type Attribute.type
          The type of the Attribute
 

Methods in org.cdmckay.coffeedom that return Attribute.Type
 Attribute.Type Attribute.getAttributeType()
          This will return the actual declared type of this Attribute.
static Attribute.Type Attribute.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Attribute.Type[] Attribute.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.cdmckay.coffeedom with parameters of type Attribute.Type
 Attribute UncheckedCoffeeDOMFactory.attribute(String name, String value, Attribute.Type type)
           
 Attribute DefaultCoffeeDOMFactory.attribute(String name, String value, Attribute.Type type)
           
 Attribute CoffeeDOMFactory.attribute(String name, String value, Attribute.Type type)
          This will create a new Attribute with the specified (local) name, value and type, and does not place the attribute in a Namespace.
 Attribute UncheckedCoffeeDOMFactory.attribute(String name, String value, Attribute.Type type, Namespace namespace)
           
 Attribute DefaultCoffeeDOMFactory.attribute(String name, String value, Attribute.Type type, Namespace namespace)
           
 Attribute CoffeeDOMFactory.attribute(String name, String value, Attribute.Type type, Namespace namespace)
          This will create a new Attribute with the specified (local) name, value, and type, and in the provided Namespace.
 Attribute Attribute.setAttributeType(Attribute.Type type)
          This will set the type of the Attribute.
 

Constructors in org.cdmckay.coffeedom with parameters of type Attribute.Type
Attribute(String name, String value, Attribute.Type type)
          This will create a new Attribute with the specified (local) name, value and type, and does not place the attribute in a Namespace.
Attribute(String name, String value, Attribute.Type type, Namespace namespace)
          This will create a new Attribute with the specified (local) name, value, and type, and in the provided Namespace.
 



Copyright © 2011. All Rights Reserved.