XInclude11TextReaderpublic class XInclude11TextReader extends XIncludeTextReader This class is used for reading resources requested in <include> elements in
XML 1.1 entities, when the parse attribute of the <include> element is "text".
Using this class will open the location, detect the encoding, and discard the
byte order mark, if applicable. |
Methods Summary |
---|
protected boolean | isValid(int ch)Returns true if the specified character is a valid XML character
as per the rules of XML 1.1.
return XML11Char.isXML11Valid(ch);
|
|