Class ParserParameters


  • public class ParserParameters
    extends java.lang.Object
    This class is used to pass all parameters expected by the parse method of the DOMSupport class.
    Since:
    MicroStrategy Web 9.0.0
    • Constructor Detail

      • ParserParameters

        public ParserParameters()
    • Method Detail

      • isAllowDTD

        public boolean isAllowDTD()
      • setAllowDTD

        public void setAllowDTD​(boolean allowDTD)
      • isAllowDoctype

        public boolean isAllowDoctype()
      • isValidating

        public boolean isValidating()
      • isNamespaceAware

        public boolean isNamespaceAware()
      • getErrorHandler

        public org.xml.sax.ErrorHandler getErrorHandler()
      • getEntityResolver

        public org.xml.sax.EntityResolver getEntityResolver()
      • setEntityResolver

        public void setEntityResolver​(org.xml.sax.EntityResolver entityResolver)
      • setIsAllowDoctype

        public void setIsAllowDoctype​(boolean allowDoctype)
      • setIsNamespaceAware

        public void setIsNamespaceAware​(boolean namespaceAware)
      • setIsValidating

        public void setIsValidating​(boolean isValidating)
      • setErrorHandler

        public void setErrorHandler​(org.xml.sax.ErrorHandler errorHandler)