org.lobobrowser.html.domimpl
Class DOMConfigurationImpl
java.lang.Object
org.lobobrowser.html.domimpl.DOMConfigurationImpl
- All Implemented Interfaces:
- org.w3c.dom.DOMConfiguration
public class DOMConfigurationImpl
- extends java.lang.Object
- implements org.w3c.dom.DOMConfiguration
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DOMConfigurationImpl
public DOMConfigurationImpl()
setParameter
public void setParameter(java.lang.String name,
java.lang.Object value)
throws org.w3c.dom.DOMException
- Specified by:
setParameter
in interface org.w3c.dom.DOMConfiguration
- Throws:
org.w3c.dom.DOMException
getParameter
public java.lang.Object getParameter(java.lang.String name)
throws org.w3c.dom.DOMException
- Specified by:
getParameter
in interface org.w3c.dom.DOMConfiguration
- Throws:
org.w3c.dom.DOMException
canSetParameter
public boolean canSetParameter(java.lang.String name,
java.lang.Object value)
- Specified by:
canSetParameter
in interface org.w3c.dom.DOMConfiguration
getParameterNames
public org.w3c.dom.DOMStringList getParameterNames()
- Specified by:
getParameterNames
in interface org.w3c.dom.DOMConfiguration