|
||||||||||
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 java.util.Map |
booleanParamIndexes
Map of parameter names to array indexes. |
protected java.lang.String[] |
booleanParamNames
The boolean parameter names. |
protected boolean[] |
booleanParamReadOnly
The read-onlyness of the boolean parameters. |
protected boolean[] |
booleanParamValues
The boolean parameter values. |
protected java.lang.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(java.lang.String name,
java.lang.Object value)
Returns whether the given parameter can be set to the given value. |
boolean |
getBooleanParameter(java.lang.String name)
Gets the boolean value of the given parameter. |
java.lang.Object |
getParameter(java.lang.String name)
Gets the value of the given parameter. |
org.w3c.dom.DOMStringList |
getParameterNames()
Returns a DOMStringList of parameter names. |
void |
setParameter(java.lang.String name,
java.lang.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 java.lang.String[] booleanParamNames
protected boolean[] booleanParamValues
protected boolean[] booleanParamReadOnly
protected java.util.Map booleanParamIndexes
protected java.lang.Object errorHandler
protected AbstractDocument.DocumentConfiguration.ParameterNameList paramNameList
Constructor Detail |
---|
protected AbstractDocument.DocumentConfiguration()
Method Detail |
---|
public void setParameter(java.lang.String name, java.lang.Object value)
setParameter
in interface org.w3c.dom.DOMConfiguration
public java.lang.Object getParameter(java.lang.String name)
getParameter
in interface org.w3c.dom.DOMConfiguration
public boolean getBooleanParameter(java.lang.String name)
public boolean canSetParameter(java.lang.String name, java.lang.Object value)
canSetParameter
in interface org.w3c.dom.DOMConfiguration
public org.w3c.dom.DOMStringList getParameterNames()
getParameterNames
in interface org.w3c.dom.DOMConfiguration
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |