Java org.w3c.dom.bootstrap DOMImplementationRegistry fields, constructors, methods, implement or subclass

Example usage for Java org.w3c.dom.bootstrap DOMImplementationRegistry fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.w3c.dom.bootstrap DOMImplementationRegistry.

The text is from its open source code.

Field

StringPROPERTY
The system property to specify the DOMImplementationSource class names.

Method

voidaddSource(final DOMImplementationSource s)
Register an implementation.
DOMImplementationgetDOMImplementation(final String features)
Return the first implementation that has the desired features, or null if none is found.
DOMImplementationRegistrynewInstance()
Obtain a new instance of a DOMImplementationRegistry.