org.millscript.commons.xml.tokenizer.wellformed
Class Misc2TokenVisitor

java.lang.Object
  extended by org.millscript.commons.xml.tokenizer.wellformed.AbsTokenVisitor
      extended by org.millscript.commons.xml.tokenizer.wellformed.Misc1TokenVisitor
          extended by org.millscript.commons.xml.tokenizer.wellformed.Misc2TokenVisitor
All Implemented Interfaces:
TokenVisitor
Direct Known Subclasses:
Misc3TokenVisitor

public class Misc2TokenVisitor
extends Misc1TokenVisitor

This class provides a token visitor the for second Misc section part of an XML document. This is the fourth token visitor in a chain that provides the well formedness checks required of an XML processor.


Constructor Summary
Misc2TokenVisitor(WellFormedXmlTokenizer xt)
          Constructs a new Misc section token visitor, with the specified token visitor.
 
Method Summary
 void visit(DTDToken token)
          Visit the specified dtd token.
 
Methods inherited from class org.millscript.commons.xml.tokenizer.wellformed.Misc1TokenVisitor
visit, visit, visit, visit, visit, visit
 
Methods inherited from class org.millscript.commons.xml.tokenizer.wellformed.AbsTokenVisitor
visit, visit, visit, visit, visit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Misc2TokenVisitor

public Misc2TokenVisitor(WellFormedXmlTokenizer xt)
Constructs a new Misc section token visitor, with the specified token visitor.

Parameters:
xt - the well-formed XML tokenizer our tokens come from
Method Detail

visit

public void visit(DTDToken token)
Description copied from interface: TokenVisitor
Visit the specified dtd token.

Specified by:
visit in interface TokenVisitor
Overrides:
visit in class Misc1TokenVisitor
Parameters:
token - the dtd token to visit
See Also:
TokenVisitor.visit(org.millscript.commons.xml.api.token.DTDToken)


Copyright © 2005-2007 Open World Ltd. All Rights Reserved.