com.agilejava.maven.docbkx
Interface EntityFileParser.EntityVisitor
- Enclosing class:
- EntityFileParser
public static interface EntityFileParser.EntityVisitor
A simple interface to be implemented by objects traversing the contents
of an entity file.
Method Summary |
void |
visitSystemEntity(java.lang.String name,
java.lang.String systemId)
Invoked whenever the parser encounters a system entity. |
visitSystemEntity
void visitSystemEntity(java.lang.String name,
java.lang.String systemId)
- Invoked whenever the parser encounters a system entity.
- Parameters:
name
- The name of the entity.systemId
- The system id of the entity.
Copyright © 2006-2009. All Rights Reserved.