org.apache.batik.dom
protected class AbstractDocument.DocumentConfiguration extends Object implements DOMConfiguration
| Nested Class Summary | |
|---|---|
| protected class | AbstractDocument.DocumentConfiguration.ParameterNameList
Class to expose the parameter names. |
| Field Summary | |
|---|---|
| protected Map | booleanParamIndexes
Map of parameter names to array indexes. |
| protected String[] | booleanParamNames
The boolean parameter names. |
| protected boolean[] | booleanParamReadOnly
The read-onlyness of the boolean parameters. |
| protected boolean[] | booleanParamValues
The boolean parameter values. |
| protected Object | errorHandler
Value of the 'error-handler' parameter. |
| protected AbstractDocument.DocumentConfiguration.ParameterNameList | paramNameList
The DOMStringList object containing the parameter names. |
| Method Summary | |
|---|---|
| boolean | canSetParameter(String name, Object value)
Returns whether the given parameter can be set to the given value. |
| boolean | getBooleanParameter(String name)
Gets the boolean value of the given parameter. |
| Object | getParameter(String name)
Gets the value of the given parameter. |
| DOMStringList | getParameterNames()
Returns a DOMStringList of parameter names. |
| void | setParameter(String name, Object value)
Sets the given parameter. |