|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.taursys.dom.DOMDocumentAdapterFactory
DOMDocumentAdapterFactory is concrete factory that creates DOM type DocumentAdapters to wrap DOM documents.
Field Summary | |
static int |
DOM_1_20000929
|
static int |
DOM_2_20000510
|
static int |
DOM_2_20000927
|
static int |
DOM_2_20001113
|
static int |
DOM_3_20010913
|
static int |
DOM_3_20020114
|
Method Summary | |
int |
determineDOMLevel(java.lang.Class docClazz)
Determines a DOM level for the given org.w3c.dom.Document class |
static DOMDocumentAdapterFactory |
getInstance()
Get singleton instance of DOMDocumentAdapterFactory |
DocumentAdapter |
newDOMDocumentAdapter(java.lang.Object doc)
Create new DOM type DocumentAdapter which conforms to the DOM implementation level of the given Document object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int DOM_1_20000929
public static final int DOM_2_20000510
public static final int DOM_2_20000927
public static final int DOM_2_20001113
public static final int DOM_3_20010913
public static final int DOM_3_20020114
Method Detail |
public static DOMDocumentAdapterFactory getInstance()
public DocumentAdapter newDOMDocumentAdapter(java.lang.Object doc) throws DocumentAdapterBuilderException
doc
-
DocumentAdapterBuilderException
- if cannot build adapterpublic int determineDOMLevel(java.lang.Class docClazz)
docClazz
- the class of the Document
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |