org.schmant.project.intellij
Class IntelliJDocumentBuilderFactoryHolder

java.lang.Object
  extended by org.schmant.project.intellij.IntelliJDocumentBuilderFactoryHolder

public class IntelliJDocumentBuilderFactoryHolder
extends Object

This class holds a static instance of a DocumentBuilderFactory suitable for creating DocumentBuilder:s for DOM parsing Eclipse XML files.

Since:
0.7.1
Author:
Karl Gustafsson

Field Summary
static DocumentBuilderFactory DOCUMENT_BUILDER_FACTORY
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DOCUMENT_BUILDER_FACTORY

public static final DocumentBuilderFactory DOCUMENT_BUILDER_FACTORY