public class XInclude11TextReader extends XIncludeTextReader
XIncludeHandler| Constructor and Description | 
|---|
| XInclude11TextReader(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(XMLInputSource source, XIncludeHandler handler, int bufferSize) throws IOException
source - The XMLInputSource to use.handler - The XIncludeHandler to use.bufferSize - The size of this text reader's buffer.IOExceptionprotected boolean isValid(int ch)
isValid in class XIncludeTextReaderch - The character to check.Copyright © 2018 JBoss by Red Hat. All rights reserved.