Class 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 Detail

      • entityLocation

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

        public java.lang.String notation
        Notation name for unparsed entity.
    • Constructor Detail

      • ExternalEntity

        public ExternalEntity()
        Default constructor.
      • ExternalEntity

        public ExternalEntity​(java.lang.String name,
                              org.apache.xerces.xni.XMLResourceIdentifier entityLocation,
                              java.lang.String notation,
                              boolean inExternalSubset)
        Constructs an internal entity.