convert.xml.dtd.om
Interface FlagVisitor


public interface FlagVisitor


Method Summary
 void flagRef(java.lang.String name, Flag flag)
           
 void ignore()
           
 void include()
           
 

Method Detail

include

void include()
             throws java.lang.Exception
Throws:
java.lang.Exception

ignore

void ignore()
            throws java.lang.Exception
Throws:
java.lang.Exception

flagRef

void flagRef(java.lang.String name,
             Flag flag)
             throws java.lang.Exception
Throws:
java.lang.Exception