|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.dom.AbstractDocument.DocumentConfiguration
protected class AbstractDocument.DocumentConfiguration
DOMConfiguration for this document.
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. |
Constructor Summary | |
---|---|
protected |
AbstractDocument.DocumentConfiguration()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String[] booleanParamNames
protected boolean[] booleanParamValues
protected boolean[] booleanParamReadOnly
protected Map booleanParamIndexes
protected Object errorHandler
protected AbstractDocument.DocumentConfiguration.ParameterNameList paramNameList
Constructor Detail |
---|
protected AbstractDocument.DocumentConfiguration()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |