Class FileEntityManager

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      OpenEntity open​(ExternalId xid, boolean isParameterEntity, java.lang.String entityName)
      Opens an external entity with the specified external identifier.
      OpenEntity open​(java.lang.String systemId)
      Open the top-level entity.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FileEntityManager

        public FileEntityManager()
    • Method Detail

      • open

        public OpenEntity open​(ExternalId xid,
                               boolean isParameterEntity,
                               java.lang.String entityName)
                        throws java.io.IOException
        Description copied from class: EntityManager
        Opens an external entity with the specified external identifier.
        Specified by:
        open in class EntityManager
        Throws:
        java.io.IOException
      • open

        public OpenEntity open​(java.lang.String systemId)
                        throws java.io.IOException
        Description copied from class: EntityManager
        Open the top-level entity.
        Specified by:
        open in class EntityManager
        Returns:
        Throws:
        java.io.IOException