public class XInclude11TextReader extends XIncludeTextReader
XIncludeHandler| Constructor and Description | 
|---|
| XInclude11TextReader(org.apache.xerces.xni.parser.XMLInputSource source,
                    XIncludeHandler handler,
                    int bufferSize)Construct the XIncludeReader using the XMLInputSource and XIncludeHandler. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected boolean | isValid(int ch)Returns true if the specified character is a valid XML character
 as per the rules of XML 1.1. | 
close, consumeBOM, getEncodingName, getEncodingName, getReader, parse, setBufferSize, setErrorReporter, setInputSourcepublic XInclude11TextReader(org.apache.xerces.xni.parser.XMLInputSource source,
                    XIncludeHandler handler,
                    int bufferSize)
                     throws java.io.IOException
source - The XMLInputSource to use.handler - The XIncludeHandler to use.bufferSize - The size of this text reader's buffer.java.io.IOExceptionprotected boolean isValid(int ch)
isValid in class XIncludeTextReaderch - The character to check.Copyright © 1999-2022 The Apache Software Foundation. All Rights Reserved.