Uses of Interface
org.bremersee.xml.XmlDocumentBuilder
Packages that use XmlDocumentBuilder
-
Uses of XmlDocumentBuilder in org.bremersee.xml
Methods in org.bremersee.xml that return XmlDocumentBuilderModifier and TypeMethodDescriptionXmlDocumentBuilder.configureEntityResolver
(EntityResolver entityResolver) Sets the entity resolver to the createdDocumentBuilder
.XmlDocumentBuilder.configureErrorHandler
(ErrorHandler errorHandler) Sets error handler to the createdDocumentBuilder
.XmlDocumentBuilder.configureFactory
(Boolean coalescing, Boolean expandEntityReferences, Boolean ignoringComments, Boolean ignoringElementContentWhitespace, Boolean namespaceAware, Boolean validating, Boolean xIncludeAware) Configures theDocumentBuilderFactory
.XmlDocumentBuilder.configureFactory
(XmlDocumentBuilderFactoryConfigurator configurator) Configures theDocumentBuilderFactory
.XmlDocumentBuilder.configureFactoryAttribute
(String name, Object value) Sets the given attribute to the underlyingDocumentBuilderFactory
.XmlDocumentBuilder.configureFactoryFeature
(String name, boolean value) Sets the given feature to the underlyingDocumentBuilderFactory
.XmlDocumentBuilder.configureFactorySchema
(Schema schema) Sets the given schema to the underlyingDocumentBuilderFactory
.static XmlDocumentBuilder
XmlDocumentBuilder.newInstance()
Creates default builder instance.