Class AppLayoutParser

    • Constructor Detail

      • AppLayoutParser

        public AppLayoutParser()
    • Method Detail

      • getEntityAsStream

        protected java.io.InputStream getEntityAsStream​(java.lang.String entityId)
                                                 throws java.io.IOException
        Description copied from class: MSTRLayoutParser
        Returns an InputStream for the specified entity file name.
        Overrides:
        getEntityAsStream in class MSTRLayoutParser
        Parameters:
        entityId - The file name containing XML entities
        Returns:
        InputStream the input stream for reading the entity file, or null if the entity file can not be found.
        Throws:
        java.io.IOException - thrown if there is any error reading the entity file.