| Package | Description |
|---|---|
| org.bremersee.xml |
| Modifier and Type | Method and Description |
|---|---|
static XmlDocumentBuilder |
XmlDocumentBuilder.builder()
Creates default builder instance.
|
XmlDocumentBuilder |
XmlDocumentBuilder.configureEntityResolver(EntityResolver entityResolver)
Sets the entity resolver to the created
DocumentBuilder. |
XmlDocumentBuilder |
XmlDocumentBuilder.configureErrorHandler(ErrorHandler errorHandler)
Sets error handler to the created
DocumentBuilder. |
XmlDocumentBuilder |
XmlDocumentBuilder.configureFactory(Boolean coalescing,
Boolean expandEntityReferences,
Boolean ignoringComments,
Boolean ignoringElementContentWhitespace,
Boolean namespaceAware,
Boolean validating,
Boolean xIncludeAware)
Configures the
DocumentBuilderFactory. |
XmlDocumentBuilder |
XmlDocumentBuilder.configureFactory(XmlDocumentBuilderFactoryConfigurator configurator)
Configures the
DocumentBuilderFactory. |
XmlDocumentBuilder |
XmlDocumentBuilder.configureFactoryAttribute(String name,
Object value)
Sets the given attribute to the underlying
DocumentBuilderFactory. |
XmlDocumentBuilder |
XmlDocumentBuilder.configureFactoryFeature(String name,
boolean value)
Sets the given feature to the underlying
DocumentBuilderFactory. |
XmlDocumentBuilder |
XmlDocumentBuilder.configureFactorySchema(Schema schema)
Sets the given schema to the underlying
DocumentBuilderFactory. |
Copyright © 2020 bremersee.org. All rights reserved.