org.apache.xalan.lib
Class Extensions.DocumentHolder

java.lang.Object
  extended by org.apache.xalan.lib.Extensions.DocumentHolder
Enclosing class:
Extensions

private static class Extensions.DocumentHolder
extends java.lang.Object

This class is not loaded until first referenced (see Java Language Specification by Gosling/Joy/Steele, section 12.4.1) The static members are created when this class is first referenced, as a lazy initialization not needing checking against null or any synchronization.


Field Summary
private static org.w3c.dom.Document m_doc
           
 
Constructor Summary
private Extensions.DocumentHolder()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_doc

private static final org.w3c.dom.Document m_doc
Constructor Detail

Extensions.DocumentHolder

private Extensions.DocumentHolder()