Package com.thaiopensource.xml.dtd.om
Interface AttributeDefaultVisitor
-
public interface AttributeDefaultVisitor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidattributeDefaultRef(java.lang.String name, AttributeDefault ad)voiddefaultValue(java.lang.String value)voidfixedValue(java.lang.String value)voidimpliedValue()voidrequiredValue()
-
-
-
Method Detail
-
defaultValue
void defaultValue(java.lang.String value) throws java.lang.Exception- Throws:
java.lang.Exception
-
fixedValue
void fixedValue(java.lang.String value) throws java.lang.Exception- Throws:
java.lang.Exception
-
impliedValue
void impliedValue() throws java.lang.Exception- Throws:
java.lang.Exception
-
requiredValue
void requiredValue() throws java.lang.Exception- Throws:
java.lang.Exception
-
attributeDefaultRef
void attributeDefaultRef(java.lang.String name, AttributeDefault ad) throws java.lang.Exception- Throws:
java.lang.Exception
-
-