Class AbstractDocument.DocumentConfiguration

java.lang.Object
org.apache.batik.dom.AbstractDocument.DocumentConfiguration
All Implemented Interfaces:
DOMConfiguration
Enclosing class:
AbstractDocument

protected class AbstractDocument.DocumentConfiguration extends Object implements DOMConfiguration
DOMConfiguration for this document.
  • Field Details

    • booleanParamNames

      protected 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 Map booleanParamIndexes
      Map of parameter names to array indexes.
    • errorHandler

      protected Object errorHandler
      Value of the 'error-handler' parameter.
    • paramNameList

      The DOMStringList object containing the parameter names.
  • Constructor Details

    • DocumentConfiguration

      protected DocumentConfiguration()
  • Method Details