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

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
              extended by org.millscript.commons.xml.tokenizer.wellformed.Misc3TokenVisitor
All Implemented Interfaces:
TokenVisitor

public class Misc3TokenVisitor
extends Misc2TokenVisitor

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


Constructor Summary
Misc3TokenVisitor(WellFormedXmlTokenizer xt)
          Constructs a new Misc section token visitor, with the specified token visitor.
 
Method Summary
 void visit(CharDataToken token)
          Visit the specified character data token.
 void visit(EmptyElementToken token)
          Visit the specified empty element token.
 void visit(EndTagToken token)
          Visit the specified end tag token.
 void visit(StartTagToken token)
          Visit the specified start tag token.
 
Methods inherited from class org.millscript.commons.xml.tokenizer.wellformed.Misc2TokenVisitor
visit
 
Methods inherited from class org.millscript.commons.xml.tokenizer.wellformed.Misc1TokenVisitor
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

Misc3TokenVisitor

public Misc3TokenVisitor(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(CharDataToken token)
Description copied from interface: TokenVisitor
Visit the specified character data token.

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

visit

public void visit(EmptyElementToken token)
Description copied from interface: TokenVisitor
Visit the specified empty element token.

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

visit

public void visit(EndTagToken token)
Description copied from interface: TokenVisitor
Visit the specified end tag token.

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

visit

public void visit(StartTagToken token)
Description copied from interface: TokenVisitor
Visit the specified start tag token.

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


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