convert.xml.dtd.om
Interface AttributeDefaultVisitor


public interface AttributeDefaultVisitor


Method Summary
 void attributeDefaultRef(java.lang.String name, AttributeDefault ad)
           
 void defaultValue(java.lang.String value)
           
 void fixedValue(java.lang.String value)
           
 void impliedValue()
           
 void requiredValue()
           
 

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