FreeHEP API
Version v1.1

org.freehep.xml.util
Class StreamingCharFactory

java.lang.Object
  |
  +--org.apache.xerces.readers.DefaultReaderFactory
        |
        +--org.freehep.xml.util.StreamingCharFactory
All Implemented Interfaces:
org.apache.xerces.readers.XMLEntityReaderFactory

public class StreamingCharFactory
extends org.apache.xerces.readers.DefaultReaderFactory

Class to instantiate streaming readers for the Xerces parser.

Version:
$Id: StreamingCharFactory.java,v 1.3 2001/03/20 13:32:40 duns Exp $
Author:
Mark Donszelmann

Constructor Summary
StreamingCharFactory()
           
 
Method Summary
 org.apache.xerces.readers.XMLEntityHandler.EntityReader createCharReader(org.apache.xerces.readers.XMLEntityHandler entityHandler, org.apache.xerces.framework.XMLErrorReporter errorReporter, boolean sendCharDataAsCharArray, Reader reader, org.apache.xerces.utils.StringPool stringPool)
           
 org.apache.xerces.readers.XMLEntityHandler.EntityReader createUTF8Reader(org.apache.xerces.readers.XMLEntityHandler entityHandler, org.apache.xerces.framework.XMLErrorReporter errorReporter, boolean sendCharDataAsCharArray, InputStream data, org.apache.xerces.utils.StringPool stringPool)
           
 
Methods inherited from class org.apache.xerces.readers.DefaultReaderFactory
addRecognizer, createReader, createStringReader, getAllowJavaEncodingName, setAllowJavaEncodingName, setSendCharDataAsCharArray
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreamingCharFactory

public StreamingCharFactory()
Method Detail

createCharReader

public org.apache.xerces.readers.XMLEntityHandler.EntityReader createCharReader(org.apache.xerces.readers.XMLEntityHandler entityHandler,
                                                                                org.apache.xerces.framework.XMLErrorReporter errorReporter,
                                                                                boolean sendCharDataAsCharArray,
                                                                                Reader reader,
                                                                                org.apache.xerces.utils.StringPool stringPool)
                                                                         throws Exception
Specified by:
createCharReader in interface org.apache.xerces.readers.XMLEntityReaderFactory
Overrides:
createCharReader in class org.apache.xerces.readers.DefaultReaderFactory
Exception

createUTF8Reader

public org.apache.xerces.readers.XMLEntityHandler.EntityReader createUTF8Reader(org.apache.xerces.readers.XMLEntityHandler entityHandler,
                                                                                org.apache.xerces.framework.XMLErrorReporter errorReporter,
                                                                                boolean sendCharDataAsCharArray,
                                                                                InputStream data,
                                                                                org.apache.xerces.utils.StringPool stringPool)
                                                                         throws Exception
Specified by:
createUTF8Reader in interface org.apache.xerces.readers.XMLEntityReaderFactory
Overrides:
createUTF8Reader in class org.apache.xerces.readers.DefaultReaderFactory
Exception

FreeHEP API
Version v1.1

Copyright © 2000-2002 FreeHEP, All Rights Reserved.