com.bankframe.util.jaxp
Class JAXPXMLReaderFactory

java.lang.Object
  extended bycom.bankframe.util.jaxp.JAXPXMLReaderFactory

public class JAXPXMLReaderFactory
extends java.lang.Object

Author:
jlogan This factory provides a way to instantiate an XMLReader object by going through the JAXP interface rather than directly instantiating a particular implementation. The implementation of the JAXP interface is determined at runtime.

Constructor Summary
JAXPXMLReaderFactory()
           
 
Method Summary
static void clearCache()
           
static org.xml.sax.XMLReader createXMLReader(java.lang.String applicationFileName)
           
static java.lang.String getSAXParser()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAXPXMLReaderFactory

public JAXPXMLReaderFactory()
Method Detail

createXMLReader

public static org.xml.sax.XMLReader createXMLReader(java.lang.String applicationFileName)

getSAXParser

public static java.lang.String getSAXParser()

clearCache

public static void clearCache()


Copyright © 2004 Siebel Systems, Inc. All rights reserved.