Package com.thaiopensource.xml.dtd.om
Class Attribute
- java.lang.Object
-
- com.thaiopensource.xml.dtd.om.AttributeGroupMember
-
- com.thaiopensource.xml.dtd.om.Attribute
-
public class Attribute extends AttributeGroupMember
-
-
Field Summary
-
Fields inherited from class com.thaiopensource.xml.dtd.om.AttributeGroupMember
ATTRIBUTE, ATTRIBUTE_GROUP_REF
-
-
Constructor Summary
Constructors Constructor Description Attribute(NameSpec nameSpec, Datatype datatype, AttributeDefault attributeDefault)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(AttributeGroupVisitor visitor)AttributeDefaultgetAttributeDefault()DatatypegetDatatype()NameSpecgetNameSpec()intgetType()
-
-
-
Constructor Detail
-
Attribute
public Attribute(NameSpec nameSpec, Datatype datatype, AttributeDefault attributeDefault)
-
-
Method Detail
-
getNameSpec
public NameSpec getNameSpec()
-
getDatatype
public Datatype getDatatype()
-
getAttributeDefault
public AttributeDefault getAttributeDefault()
-
accept
public void accept(AttributeGroupVisitor visitor) throws java.lang.Exception
- Specified by:
acceptin classAttributeGroupMember- Throws:
java.lang.Exception
-
getType
public int getType()
- Specified by:
getTypein classAttributeGroupMember
-
-