Package com.thaiopensource.xml.dtd.om
Class Flag
- java.lang.Object
-
- com.thaiopensource.xml.dtd.om.Flag
-
-
Constructor Summary
Constructors Constructor Description Flag()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract voidaccept(FlagVisitor visitor)abstract intgetType()
-
-
-
Field Detail
-
INCLUDE
public static final int INCLUDE
- See Also:
- Constant Field Values
-
IGNORE
public static final int IGNORE
- See Also:
- Constant Field Values
-
FLAG_REF
public static final int FLAG_REF
- See Also:
- Constant Field Values
-
-
Method Detail
-
getType
public abstract int getType()
-
accept
public abstract void accept(FlagVisitor visitor) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-