Package com.thaiopensource.xml.dtd.om
Interface AttributeGroupVisitor
-
public interface AttributeGroupVisitor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidattribute(NameSpec nameSpec, Datatype datatype, AttributeDefault attributeDefault)voidattributeGroupRef(java.lang.String name, AttributeGroup attributeGroup)
-
-
-
Method Detail
-
attribute
void attribute(NameSpec nameSpec, Datatype datatype, AttributeDefault attributeDefault) throws java.lang.Exception
- Throws:
java.lang.Exception
-
attributeGroupRef
void attributeGroupRef(java.lang.String name, AttributeGroup attributeGroup) throws java.lang.Exception- Throws:
java.lang.Exception
-
-