Class DOMConfigurationImpl

  • All Implemented Interfaces:
    org.w3c.dom.DOMConfiguration

    public class DOMConfigurationImpl
    extends java.lang.Object
    implements org.w3c.dom.DOMConfiguration
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean canSetParameter​(java.lang.String name, java.lang.Object value)  
      java.lang.Object getParameter​(java.lang.String name)  
      org.w3c.dom.DOMStringList getParameterNames()  
      void setParameter​(java.lang.String name, java.lang.Object value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DOMConfigurationImpl

        public DOMConfigurationImpl()
    • Method Detail

      • 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