Package com.thaiopensource.xml.dtd.om
Interface FlagVisitor
-
public interface FlagVisitor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidflagRef(java.lang.String name, Flag flag)voidignore()voidinclude()
-
-
-
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
-
-