Xindice API

Uses of Class
org.apache.xindice.util.ReadOnlyException

Packages that use ReadOnlyException
org.apache.xindice.util This package contains many of the utility classes required by Xindice 
 

Uses of ReadOnlyException in org.apache.xindice.util
 

Methods in org.apache.xindice.util that throw ReadOnlyException
 org.w3c.dom.Element Configuration.getElement()
          getElement returns the Element being managed by this Configuration.
 Configuration Configuration.getChild(java.lang.String name, boolean create)
          getChild returns the first child Configuration node that matches the specified name.
 Configuration Configuration.add(java.lang.String name)
          add adds a new Configuration node to this Configuration node.
 void Configuration.add(Configuration newConfig)
          add adds an existing Configuration node to this Configuration node.
 void Configuration.delete()
          delete deletes this Configuration node from its parent Configuration.
 void Configuration.removeAttribute(java.lang.String name)
          removeAttribute removes the named attribute from this Configuration.
 void Configuration.setAttribute(java.lang.String name, java.lang.String value)
          setAttribute sets the attribute value for this Configuration.
 void Configuration.setAttribute(java.lang.String name, boolean value)
          setAttribute sets the attribute value for this Configuration.
 void Configuration.setAttribute(java.lang.String name, int value)
          setAttribute sets the attribute value for this Configuration.
 void Configuration.setAttribute(java.lang.String name, short value)
          setAttribute sets the attribute value for this Configuration.
 void Configuration.setAttribute(java.lang.String name, long value)
          setAttribute sets the attribute value for this Configuration.
 void Configuration.setAttribute(java.lang.String name, float value)
          setAttribute sets the attribute value for this Configuration.
 void Configuration.setAttribute(java.lang.String name, double value)
          setAttribute sets the attribute value for this Configuration.
 void Configuration.setAttribute(java.lang.String name, byte value)
          setAttribute sets the attribute value for this Configuration.
 void Configuration.setAttribute(java.lang.String name, char value)
          setAttribute sets the attribute value for this Configuration.
 void Configuration.setValue(java.lang.String value)
          setValue sets the value of the Configuration node.
 void Configuration.setValue(boolean value)
          setValue sets the value of the Configuration node.
 void Configuration.setValue(int value)
          setValue sets the value of the Configuration node.
 void Configuration.setValue(short value)
          setValue sets the value of the Configuration node.
 void Configuration.setValue(long value)
          setValue sets the value of the Configuration node.
 void Configuration.setValue(float value)
          setValue sets the value of the Configuration node.
 void Configuration.setValue(double value)
          setValue sets the value of the Configuration node.
 void Configuration.setValue(byte value)
          setValue sets the value of the Configuration node.
 void Configuration.setValue(char value)
          setValue sets the value of the Configuration node.
 


Xindice API

Copyright (c) 1999-2001 The Apache Software Foundation