Xindice API
version 1.2m1

org.apache.xindice.xml.dom
Class DOMConfigurationImpl

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

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

Version:
$Revision: 541508 $, $Date: 2007-05-24 21:54:12 -0400 (Thu, 24 May 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.2m1

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