electric.xml.jaxp
Class TMESAXParserFactory
java.lang.Object
  
javax.xml.parsers.SAXParserFactory
      
electric.xml.jaxp.TMESAXParserFactory
- public class TMESAXParserFactory
- extends javax.xml.parsers.SAXParserFactory
  
TMESAXParserFactory
- Author:
 
  - webMethods
 
 
 
| Methods inherited from class javax.xml.parsers.SAXParserFactory | 
isNamespaceAware, isValidating, newInstance, setNamespaceAware, setValidating | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
TMESAXParserFactory
public TMESAXParserFactory()
newSAXParser
public javax.xml.parsers.SAXParser newSAXParser()
                                         throws javax.xml.parsers.ParserConfigurationException,
                                                org.xml.sax.SAXException
- Returns:
 - 
 - Throws:
 javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException
 
setFeature
public void setFeature(java.lang.String name,
                       boolean value)
                throws javax.xml.parsers.ParserConfigurationException,
                       org.xml.sax.SAXNotRecognizedException,
                       org.xml.sax.SAXNotSupportedException
- Parameters:
 name - value - 
- Throws:
 javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXNotRecognizedException
org.xml.sax.SAXNotSupportedException
 
getFeature
public boolean getFeature(java.lang.String name)
                   throws javax.xml.parsers.ParserConfigurationException,
                          org.xml.sax.SAXNotRecognizedException,
                          org.xml.sax.SAXNotSupportedException
- Parameters:
 name - 
- Returns:
 - 
 - Throws:
 javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXNotRecognizedException
org.xml.sax.SAXNotSupportedException
 
copyright© 2001-2004 by webMethods All Rights Reserved.