Class XMLEntityManager.ExternalEntity

java.lang.Object
org.apache.xerces.impl.XMLEntityManager.Entity
org.apache.xerces.impl.XMLEntityManager.ExternalEntity
Enclosing class:
XMLEntityManager

protected static class XMLEntityManager.ExternalEntity extends XMLEntityManager.Entity
External entity.

INTERNAL:

Usage of this class is not supported. It may be altered or removed at any time.
Author:
Andy Clark, IBM
  • Field Details

    • entityLocation

      public org.apache.xerces.xni.XMLResourceIdentifier entityLocation
      container for all relevant entity location information.
    • notation

      public String notation
      Notation name for unparsed entity.
  • Constructor Details

    • ExternalEntity

      public ExternalEntity()
      Default constructor.
    • ExternalEntity

      public ExternalEntity(String name, org.apache.xerces.xni.XMLResourceIdentifier entityLocation, String notation, boolean inExternalSubset)
      Constructs an internal entity.
  • Method Details