Uses of Class
viper.descriptors.attributes.AttributePrototype

Packages that use AttributePrototype
viper.descriptors Provides the classes necessary to read comparable Descriptors in from a file.  
viper.descriptors.attributes Provides the classes necessary to read Attributes in from a file and compare them.  
 

Uses of AttributePrototype in viper.descriptors
 

Methods in viper.descriptors that return AttributePrototype
 AttributePrototype DescPrototype.getAttributePrototype(java.lang.String name)
          Gets that specification for the attribute with the given name.
 

Methods in viper.descriptors with parameters of type AttributePrototype
 void DescPrototype.addAttribute(AttributePrototype ap)
          Adds the given attribute type.
 

Uses of AttributePrototype in viper.descriptors.attributes
 

Methods in viper.descriptors.attributes that return AttributePrototype
static AttributePrototype AttributePrototype.createAttributePrototype(java.lang.String type, java.lang.String name, boolean dynamic)
          Creates a new attribute configuration.
static AttributePrototype AttributePrototype.parseAttributeConfig(org.w3c.dom.Element reader, boolean dynamic)
          Reads in the attribute prototype from the XML DOM node.
static AttributePrototype AttributePrototype.parseAttributeConfig(VReader reader, boolean mobile)
          Parses an Attribute configuration line.