protected class AbstractDocument.DocumentConfiguration extends Object implements DOMConfiguration
Modifier and Type | Class and Description |
---|---|
protected class |
AbstractDocument.DocumentConfiguration.ParameterNameList
Class to expose the parameter names.
|
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier | Constructor and Description |
---|---|
protected |
DocumentConfiguration() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected String[] booleanParamNames
protected boolean[] booleanParamValues
protected boolean[] booleanParamReadOnly
protected Map booleanParamIndexes
protected Object errorHandler
protected AbstractDocument.DocumentConfiguration.ParameterNameList paramNameList
public void setParameter(String name, Object value)
setParameter
in interface DOMConfiguration
public Object getParameter(String name)
getParameter
in interface DOMConfiguration
public boolean getBooleanParameter(String name)
public boolean canSetParameter(String name, Object value)
canSetParameter
in interface DOMConfiguration
public DOMStringList getParameterNames()
getParameterNames
in interface DOMConfiguration
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.