|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ceryle.xnode.convert.XNodeImporter
public abstract class XNodeImporter
An abstract class for an XNode importer. This imports a DOM source Document, providing all necessary conversion facility to update its content in creating an XNode conforming to the latest XNode version.
Copyright 2001-2007 Murray Altheim. All Rights Reserved.
See LICENSE included with distribution.
| Field Summary | |
|---|---|
protected Document |
m_doc
|
protected XNodeFactory |
m_xnf
|
protected XNodeStore |
m_xns
|
protected MessageHandler |
mh
|
protected Services |
srvs
|
| Constructor Summary | |
|---|---|
XNodeImporter()
Default constructor. |
|
| Method Summary | |
|---|---|
Document |
getDocument()
Returns the DOM Document source. |
abstract String |
getVersion()
Returns a string identifier for the XNode version this XNodeImporter is designed to import. |
XNode |
importXNode(Document doc)
Returns an XNode provided its XML Document. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Document m_doc
protected XNodeFactory m_xnf
protected XNodeStore m_xns
protected Services srvs
protected MessageHandler mh
| Constructor Detail |
|---|
public XNodeImporter()
| Method Detail |
|---|
public XNode importXNode(Document doc)
throws XNodeException
This method is responsible for setting the Document source.
XNodeExceptionpublic final Document getDocument()
public abstract String getVersion()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||