org.brains2b.saxo
Class SAXFeature

java.lang.Object
  extended byorg.brains2b.saxo.SAXFeature

public class SAXFeature
extends java.lang.Object

Delegate method for use in SAXReader and SAXWriter to handle getting and setting features

Since:
Saxo 0.20
Version:
0.10 [08-01-2006]
Author:
dennis@brains2b.nl

Method Summary
 boolean getFeature(java.lang.String name)
           
 void setFeature(java.lang.String name, boolean value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFeature

public boolean getFeature(java.lang.String name)
                   throws org.xml.sax.SAXNotRecognizedException,
                          org.xml.sax.SAXNotSupportedException
Throws:
org.xml.sax.SAXNotRecognizedException
org.xml.sax.SAXNotSupportedException
See Also:
XMLReader.getFeature(java.lang.String)

setFeature

public void setFeature(java.lang.String name,
                       boolean value)
                throws org.xml.sax.SAXNotRecognizedException,
                       org.xml.sax.SAXNotSupportedException
Throws:
org.xml.sax.SAXNotRecognizedException
org.xml.sax.SAXNotSupportedException
See Also:
XMLReader.setFeature(java.lang.String, boolean)