convert.xml.dtd.om
Class Ignore

java.lang.Object
  extended by convert.xml.dtd.om.Flag
      extended by convert.xml.dtd.om.Ignore

public class Ignore
extends Flag


Field Summary
 
Fields inherited from class convert.xml.dtd.om.Flag
FLAG_REF, IGNORE, INCLUDE
 
Constructor Summary
Ignore()
           
 
Method Summary
 void accept(FlagVisitor visitor)
           
 int getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ignore

public Ignore()
Method Detail

getType

public int getType()
Specified by:
getType in class Flag

accept

public void accept(FlagVisitor visitor)
            throws java.lang.Exception
Specified by:
accept in class Flag
Throws:
java.lang.Exception