|
|||||||||
| Home >> All >> org >> apache >> xerces >> [ readers overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.xerces.readers
Class EBCDICRecognizer

java.lang.Objectorg.apache.xerces.readers.XMLDeclRecognizer
org.apache.xerces.readers.EBCDICRecognizer
- final class EBCDICRecognizer
- extends XMLDeclRecognizer
- Version:
| Field Summary |
| Fields inherited from class org.apache.xerces.readers.XMLDeclRecognizer |
|
| Constructor Summary | |
(package private) |
EBCDICRecognizer()
|
| Method Summary | |
XMLEntityHandler.EntityReader |
recognize(XMLEntityReaderFactory readerFactory,
XMLEntityHandler entityHandler,
org.apache.xerces.framework.XMLErrorReporter errorReporter,
boolean sendCharDataAsCharArray,
org.apache.xerces.utils.StringPool stringPool,
org.apache.xerces.utils.ChunkyByteArray data,
boolean xmlDecl,
boolean allowJavaEncodingName)
Subclasses override this method to support recognizing their encodings. |
| Methods inherited from class org.apache.xerces.readers.XMLDeclRecognizer |
prescanXMLDeclOrTextDecl, registerDefaultRecognizers |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
EBCDICRecognizer
EBCDICRecognizer()
| Method Detail |
recognize
public XMLEntityHandler.EntityReader recognize(XMLEntityReaderFactory readerFactory, XMLEntityHandler entityHandler, org.apache.xerces.framework.XMLErrorReporter errorReporter, boolean sendCharDataAsCharArray, org.apache.xerces.utils.StringPool stringPool, org.apache.xerces.utils.ChunkyByteArray data, boolean xmlDecl, boolean allowJavaEncodingName) throws java.lang.Exception
- Description copied from class:
XMLDeclRecognizer - Subclasses override this method to support recognizing their encodings.
- Specified by:
recognizein classXMLDeclRecognizer
|
|||||||||
| Home >> All >> org >> apache >> xerces >> [ readers overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC