com.sun.xml.fastinfoset
Class UnparsedEntity

java.lang.Object
  extended by com.sun.xml.fastinfoset.Notation
      extended by com.sun.xml.fastinfoset.UnparsedEntity

public class UnparsedEntity
extends Notation


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

Field Detail

notationName

public final String notationName
Constructor Detail

UnparsedEntity

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



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.