Class AbstractDocument.DocumentConfiguration

  • All Implemented Interfaces:
    org.w3c.dom.DOMConfiguration
    Enclosing class:
    AbstractDocument

    protected class AbstractDocument.DocumentConfiguration
    extends java.lang.Object
    implements org.w3c.dom.DOMConfiguration
    DOMConfiguration for this document.
    • Field Detail

      • booleanParamNames

        protected java.lang.String[] booleanParamNames
        The boolean parameter names.
      • booleanParamValues

        protected boolean[] booleanParamValues
        The boolean parameter values.
      • booleanParamReadOnly

        protected boolean[] booleanParamReadOnly
        The read-onlyness of the boolean parameters.
      • booleanParamIndexes

        protected java.util.Map booleanParamIndexes
        Map of parameter names to array indexes.
      • errorHandler

        protected java.lang.Object errorHandler
        Value of the 'error-handler' parameter.
    • Constructor Detail

      • DocumentConfiguration

        protected DocumentConfiguration()
    • Method Detail

      • setParameter

        public void setParameter​(java.lang.String name,
                                 java.lang.Object value)
        Sets the given parameter.
        Specified by:
        setParameter in interface org.w3c.dom.DOMConfiguration
      • getParameter

        public java.lang.Object getParameter​(java.lang.String name)
        Gets the value of the given parameter.
        Specified by:
        getParameter in interface org.w3c.dom.DOMConfiguration
      • getBooleanParameter

        public boolean getBooleanParameter​(java.lang.String name)
        Gets the boolean value of the given parameter.
      • canSetParameter

        public boolean canSetParameter​(java.lang.String name,
                                       java.lang.Object value)
        Returns whether the given parameter can be set to the given value.
        Specified by:
        canSetParameter in interface org.w3c.dom.DOMConfiguration
      • getParameterNames

        public org.w3c.dom.DOMStringList getParameterNames()
        Returns a DOMStringList of parameter names.
        Specified by:
        getParameterNames in interface org.w3c.dom.DOMConfiguration