public interface XMLParser
| Modifier and Type | Method and Description |
|---|---|
Document |
parse(InputStream inputStream,
boolean disallowDocTypeDeclarations)
Parses a document from the input stream.
|
Document parse(InputStream inputStream, boolean disallowDocTypeDeclarations) throws XMLParserException
inputStream - disallowDocTypeDeclarations - DocumentXMLParserExceptionCopyright © 2000–2023 The Apache Software Foundation. All rights reserved.