Interface ISAXReaderSettings

    • Method Detail

      • getDTDHandler

        @Nullable
        DTDHandler getDTDHandler()
        Returns:
        The special DTD handler to be used. May be null.
      • getContentHandler

        @Nullable
        ContentHandler getContentHandler()
        Returns:
        The special content handler to be used. May be null.
      • getLexicalHandler

        @Nullable
        LexicalHandler getLexicalHandler()
        Returns:
        The special lexical handler to be used. May be null.
      • getDeclarationHandler

        @Nullable
        DeclHandler getDeclarationHandler()
        Returns:
        The special DTD declaration event handler to be used. May be null.
      • isRequiresNewXMLParserExplicitly

        boolean isRequiresNewXMLParserExplicitly()
        Returns:
        true if a new XML parser is explicitly required for this instance.
      • applyToSAXReader

        void applyToSAXReader​(@Nonnull
                              XMLReader aParser)
        Apply all settings of this object onto the specified XMLReader object
        Parameters:
        aParser - The XML reader to apply the settings onto. May not be null.