com.sun.xml.fastinfoset
Class UnparsedEntity

java.lang.Object
  extended bycom.sun.xml.fastinfoset.Notation
      extended bycom.sun.xml.fastinfoset.UnparsedEntity

public class UnparsedEntity
extends Notation


Field Summary
 java.lang.String notationName
           
 
Fields inherited from class com.sun.xml.fastinfoset.Notation
name, publicIdentifier, systemIdentifier
 
Constructor Summary
UnparsedEntity(java.lang.String _name, java.lang.String _systemIdentifier, java.lang.String _publicIdentifier, java.lang.String _notationName)
          Creates a new instance of UnparsedEntityDeclaration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

notationName

public final java.lang.String notationName
Constructor Detail

UnparsedEntity

public UnparsedEntity(java.lang.String _name,
                      java.lang.String _systemIdentifier,
                      java.lang.String _publicIdentifier,
                      java.lang.String _notationName)
Creates a new instance of UnparsedEntityDeclaration