Xindice API
version 1.1

org.apache.xindice.xml.dom
Class DOMConfigurationImpl

java.lang.Object
  extended by org.apache.xindice.xml.dom.DOMConfigurationImpl
All Implemented Interfaces:
org.w3c.dom.DOMConfiguration

public class DOMConfigurationImpl
extends Object
implements org.w3c.dom.DOMConfiguration

Version:
$Revision: 511426 $, $Date: 2007-02-25 04:25:02 +0100 (Sun, 25 Feb 2007) $

Method Summary
 boolean canSetParameter(String name, Object value)
           
 Object getParameter(String name)
           
 org.w3c.dom.DOMStringList getParameterNames()
           
 void setParameter(String name, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setParameter

public void setParameter(String name,
                         Object value)
                  throws org.w3c.dom.DOMException
Specified by:
setParameter in interface org.w3c.dom.DOMConfiguration
Throws:
org.w3c.dom.DOMException

getParameter

public Object getParameter(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(String name,
                               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

Xindice API
version 1.1

Copyright (c) 1999-2007 The Apache Software Foundation. All Rights Reserved.