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, setInputSource
public 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.IOException
protected boolean isValid(int ch)
isValid
in class XIncludeTextReader
ch
- The character to check.Copyright © 2017 JBoss by Red Hat. All rights reserved.