public interface IXmlParserFactory
| Modifier and Type | Method and Description |
|---|---|
DocumentBuilder |
createDocumentBuilderInstance(boolean namespaceAware,
boolean ignoringComments)
Creates the instance of the
DocumentBuilder. |
Transformer |
createTransformerInstance()
Creates the instance of the
Transformer. |
XMLReader |
createXMLReaderInstance(boolean namespaceAware,
boolean validating)
Creates the instance of the
XMLReader. |
DocumentBuilder createDocumentBuilderInstance(boolean namespaceAware, boolean ignoringComments)
DocumentBuilder.namespaceAware - specifies whether the parser should be namespace awareignoringComments - specifies whether the parser should ignore commentsDocumentBuilderXMLReader createXMLReaderInstance(boolean namespaceAware, boolean validating)
XMLReader.namespaceAware - specifies whether the parser should be namespace awarevalidating - specifies whether the parser should validate documents as they are parsedXMLReaderTransformer createTransformerInstance()
Transformer.TransformerCopyright © 1998–2025 Apryse Group NV. All rights reserved.