Class XMLEntityManager.Entity

    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean inExternalSubset  
      java.lang.String name
      Entity name.
    • Constructor Summary

      Constructors 
      Constructor Description
      Entity()
      Default constructor.
      Entity​(java.lang.String name, boolean inExternalSubset)
      Constructs an entity.
    • Field Detail

      • name

        public java.lang.String name
        Entity name.
      • inExternalSubset

        public boolean inExternalSubset
    • Constructor Detail

      • Entity

        public Entity()
        Default constructor.
      • Entity

        public Entity​(java.lang.String name,
                      boolean inExternalSubset)
        Constructs an entity.
    • Method Detail

      • isEntityDeclInExternalSubset

        public boolean isEntityDeclInExternalSubset()
        Returns true if this entity was declared in the external subset.
      • isExternal

        public abstract boolean isExternal()
        Returns true if this is an external entity.
      • isUnparsed

        public abstract boolean isUnparsed()
        Returns true if this is an unparsed entity.
      • clear

        public void clear()
        Clears the entity.