Class EntityManager

    • Constructor Summary

      Constructors 
      Constructor Description
      EntityManager()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected OpenEntity detectEncoding​(java.io.InputStream input, java.lang.String systemId)  
      abstract OpenEntity open​(ExternalId xid, boolean isParameterEntity, java.lang.String entityName)
      Opens an external entity with the specified external identifier.
      abstract 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

      • EntityManager

        public EntityManager()
    • Method Detail

      • open

        public abstract OpenEntity open​(ExternalId xid,
                                        boolean isParameterEntity,
                                        java.lang.String entityName)
                                 throws java.io.IOException
        Opens an external entity with the specified external identifier.
        Throws:
        java.io.IOException
      • open

        public abstract OpenEntity open​(java.lang.String systemId)
                                 throws java.io.IOException
        Open the top-level entity.
        Parameters:
        systemId -
        Returns:
        Throws:
        java.io.IOException
      • detectEncoding

        protected OpenEntity detectEncoding​(java.io.InputStream input,
                                            java.lang.String systemId)
                                     throws java.io.IOException
        Throws:
        java.io.IOException