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

java.lang.Object
  extended by org.millscript.commons.xml.tokenizer.wellformed.AbsTokenVisitor
All Implemented Interfaces:
TokenVisitor
Direct Known Subclasses:
ContentTokenVisitor, DTDTokenVisitor, ElementTokenVisitor, Misc1TokenVisitor, XmlDeclTokenVisitor

public abstract class AbsTokenVisitor
extends java.lang.Object
implements TokenVisitor

The abstract TokenVisitor implementation that forms a common parent for all our other well-formedness token visitor implementations, providing some default error messages and required common variables.


Method Summary
 void visit(AttListDeclToken token)
          Visit the specified attribute declaration token.
 void visit(ElementDeclToken token)
          Visit the specified element declaration token.
 void visit(EntityDeclToken token)
          Visit the specified entity declaration token.
 void visit(NotationDeclToken token)
          Visit the specified notation declaration token.
 void visit(XmlDeclToken token)
          Visit the specified xml declaration token.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.millscript.commons.xml.api.token.TokenVisitor
visit, visit, visit, visit, visit, visit, visit
 

Method Detail

visit

public void visit(AttListDeclToken token)
Description copied from interface: TokenVisitor
Visit the specified attribute declaration token.

Specified by:
visit in interface TokenVisitor
Parameters:
token - the attribute declaration token to visit
See Also:
TokenVisitor.visit(org.millscript.commons.xml.api.token.AttListDeclToken)

visit

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

Specified by:
visit in interface TokenVisitor
Parameters:
token - the element declaration token to visit
See Also:
TokenVisitor.visit(org.millscript.commons.xml.api.token.ElementDeclToken)

visit

public void visit(EntityDeclToken token)
Description copied from interface: TokenVisitor
Visit the specified entity declaration token.

Specified by:
visit in interface TokenVisitor
Parameters:
token - the entity declaration token to visit
See Also:
TokenVisitor.visit(org.millscript.commons.xml.api.token.EntityDeclToken)

visit

public void visit(NotationDeclToken token)
Description copied from interface: TokenVisitor
Visit the specified notation declaration token.

Specified by:
visit in interface TokenVisitor
Parameters:
token - the notation declaration token to visit
See Also:
TokenVisitor.visit(org.millscript.commons.xml.api.token.NotationDeclToken)

visit

public void visit(XmlDeclToken token)
Description copied from interface: TokenVisitor
Visit the specified xml declaration token.

Specified by:
visit in interface TokenVisitor
Parameters:
token - the xml declaration token to visit
See Also:
TokenVisitor.visit(org.millscript.commons.xml.api.token.XmlDeclToken)


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