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(String name, String systemId)
          Invoked whenever the parser encounters a system entity.
 

Method Detail

visitSystemEntity

void visitSystemEntity(String name,
                       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-2013. All Rights Reserved.