Save This Page
Home » dom4j-1.6.1 » org.dom4j.dtd » [javadoc | source]
org.dom4j.dtd
public class: AttributeDecl [javadoc | source]
java.lang.Object
   org.dom4j.dtd.AttributeDecl

AttributeDecl represents an attribute declaration in a DTD.

Constructor:
 public AttributeDecl() 
 public AttributeDecl(String elementName,
    String attributeName,
    String type,
    String valueDefault,
    String value) 
Method from org.dom4j.dtd.AttributeDecl Summary:
getAttributeName,   getElementName,   getType,   getValue,   getValueDefault,   setAttributeName,   setElementName,   setType,   setValue,   setValueDefault,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.dom4j.dtd.AttributeDecl Detail:
 public String getAttributeName() 
    Getter for property attributeName.
 public String getElementName() 
    Getter for property elementName.
 public String getType() 
    Getter for property type.
 public String getValue() 
    Getter for property value.
 public String getValueDefault() 
    Getter for property valueDefault.
 public  void setAttributeName(String attributeName) 
    Setter for property attributeName.
 public  void setElementName(String elementName) 
    Setter for property elementName.
 public  void setType(String type) 
    Setter for property type.
 public  void setValue(String value) 
    Setter for property value.
 public  void setValueDefault(String valueDefault) 
    Setter for property valueDefault.
 public String toString()