org.enhydra.xml.xmlc.deferredparsing
Class StandardDocumentLoader

java.lang.Object
  |
  +--org.enhydra.xml.xmlc.deferredparsing.DocumentLoaderImpl
        |
        +--org.enhydra.xml.xmlc.deferredparsing.StandardDocumentLoader
All Implemented Interfaces:
DocumentLoader

public class StandardDocumentLoader
extends DocumentLoaderImpl

Standard implementation of the document loader for deferred parsing. This document loader is used when a XMLC compiled class with deferred parsing support is created using the default constructor (i.e. not through the appropriate factory or a copy constructor).


Inner classes inherited from class org.enhydra.xml.xmlc.deferredparsing.DocumentLoaderImpl
DocumentLoaderImpl.CacheEntry
 
Constructor Summary
StandardDocumentLoader()
           
StandardDocumentLoader(Map cache)
           
 
Method Summary
static DocumentLoader getInstance()
           
 
Methods inherited from class org.enhydra.xml.xmlc.deferredparsing.DocumentLoaderImpl
createDOMEditor, createParser, findSourceUrl, getCacheEntry, getClassConstant, getCurrentTimestamp, getDocument, getFactory, getLogger, getSourceFileName, init, loadMetaData, metaDataFileName, parseDocument
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardDocumentLoader

public StandardDocumentLoader()

StandardDocumentLoader

public StandardDocumentLoader(Map cache)
Method Detail

getInstance

public static final DocumentLoader getInstance()


Copyright © 1999-2002 enhydra.org (Mark Diekhans, David Li, Richard Kunze). All Rights reserved.