Class AbstractDocument.DocumentConfiguration
java.lang.Object
org.apache.batik.dom.AbstractDocument.DocumentConfiguration
- All Implemented Interfaces:
DOMConfiguration
- Enclosing class:
AbstractDocument
DOMConfiguration for this document.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected classClass to expose the parameter names. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected MapMap of parameter names to array indexes.protected String[]The boolean parameter names.protected boolean[]The read-onlyness of the boolean parameters.protected boolean[]The boolean parameter values.protected ObjectValue of the 'error-handler' parameter.The DOMStringList object containing the parameter names. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanSetParameter(String name, Object value) Returns whether the given parameter can be set to the given value.booleangetBooleanParameter(String name) Gets the boolean value of the given parameter.getParameter(String name) Gets the value of the given parameter.Returns a DOMStringList of parameter names.voidsetParameter(String name, Object value) Sets the given parameter.
-
Field Details
-
booleanParamNames
The boolean parameter names. -
booleanParamValues
protected boolean[] booleanParamValuesThe boolean parameter values. -
booleanParamReadOnly
protected boolean[] booleanParamReadOnlyThe read-onlyness of the boolean parameters. -
booleanParamIndexes
Map of parameter names to array indexes. -
errorHandler
Value of the 'error-handler' parameter. -
paramNameList
The DOMStringList object containing the parameter names.
-
-
Constructor Details
-
DocumentConfiguration
protected DocumentConfiguration()
-
-
Method Details
-
setParameter
Sets the given parameter.- Specified by:
setParameterin interfaceDOMConfiguration
-
getParameter
Gets the value of the given parameter.- Specified by:
getParameterin interfaceDOMConfiguration
-
getBooleanParameter
Gets the boolean value of the given parameter. -
canSetParameter
Returns whether the given parameter can be set to the given value.- Specified by:
canSetParameterin interfaceDOMConfiguration
-
getParameterNames
Returns a DOMStringList of parameter names.- Specified by:
getParameterNamesin interfaceDOMConfiguration
-