org.iso_relax.dispatcher
Class Dispatcher.UnparsedEntityDecl
java.lang.Object
org.iso_relax.dispatcher.Dispatcher.UnparsedEntityDecl
- Enclosing interface:
- Dispatcher
public static class Dispatcher.UnparsedEntityDecl
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public final String name
publicId
public final String publicId
systemId
public final String systemId
notation
public final String notation
Dispatcher.UnparsedEntityDecl
public Dispatcher.UnparsedEntityDecl(String name,
String publicId,
String systemId,
String notation)