Interface IDOMReaderSettings

    • Method Detail

      • isNamespaceAware

        boolean isNamespaceAware()
        Returns:
        true if the parser should be namespace aware, false if not.
      • isValidating

        boolean isValidating()
        Returns:
        true if the parser should be validating, false if not.
      • isIgnoringElementContentWhitespace

        boolean isIgnoringElementContentWhitespace()
        Returns:
        true if the parser should be element content whitespace ignoring, false if not.
      • isExpandEntityReferences

        boolean isExpandEntityReferences()
        Returns:
        true if the parser should expand entity references, false if not.
      • isIgnoringComments

        boolean isIgnoringComments()
        Returns:
        true if the parser should ignore comments, false if not.
      • isCoalescing

        boolean isCoalescing()
        Returns:
        true if the parser should read CDATA as text, false if not.
      • getSchema

        @Nullable
        Schema getSchema()
        Returns:
        A special XML schema to be used or null if none should be used.
      • isXIncludeAware

        boolean isXIncludeAware()
        Returns:
        true if the parser should be XInclude aware, false if not.
      • isRequiresNewXMLParserExplicitly

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