org.iso_relax.dispatcher
Class Dispatcher.UnparsedEntityDecl

java.lang.Object
  extended by org.iso_relax.dispatcher.Dispatcher.UnparsedEntityDecl
Enclosing interface:
Dispatcher

public static class Dispatcher.UnparsedEntityDecl
extends Object


Field Summary
 String name
           
 String notation
           
 String publicId
           
 String systemId
           
 
Constructor Summary
Dispatcher.UnparsedEntityDecl(String name, String publicId, String systemId, String notation)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public final String name

publicId

public final String publicId

systemId

public final String systemId

notation

public final String notation
Constructor Detail

Dispatcher.UnparsedEntityDecl

public Dispatcher.UnparsedEntityDecl(String name,
                                     String publicId,
                                     String systemId,
                                     String notation)