textbender.g.xml.dom.bootstrap
Class DOMImplementationRegistryX

java.lang.Object
  extended by DOMImplementationRegistryX

@ThreadSafe
public final class DOMImplementationRegistryX
extends Object

Utilities for the DOM implementation registry.


Method Summary
static DOMImplementation implementation()
          Fetches a standard implementation from the registry.
static DOMImplementationLS implementationLS()
          Fetches a standard 'Load and Save' implementation from the registry.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

implementation

public static DOMImplementation implementation()
Fetches a standard implementation from the registry.


implementationLS

public static DOMImplementationLS implementationLS()
Fetches a standard 'Load and Save' implementation from the registry.