org.ceryle.xnode.convert
Class XNodeImporter1_3

java.lang.Object
  extended by org.ceryle.xnode.convert.XNodeImporter
      extended by org.ceryle.xnode.convert.XNodeImporter1_3

public class XNodeImporter1_3
extends XNodeImporter

An implementation of XNodeImporter as a utility for importing from XNode version 1.3 Documents to that of the current version. (XNode 1.3 is the current version, so this is effectively a pass-through filter.)

Copyright 2001-2007 Murray Altheim. All Rights Reserved.
See LICENSE included with distribution.

Since:
JDK1.4
Version:
$Id: XNodeImporter1_3.java,v 1.1 2007-06-15 12:08:25 altheim Exp $
Author:
Murray Altheim

Field Summary
 
Fields inherited from class org.ceryle.xnode.convert.XNodeImporter
m_doc, m_xnf, m_xns, mh, srvs
 
Constructor Summary
XNodeImporter1_3()
          Default constructor.
 
Method Summary
 String getVersion()
          Returns a string identifier for the XNode version this XNodeImporter is designed to import.
 
Methods inherited from class org.ceryle.xnode.convert.XNodeImporter
getDocument, importXNode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XNodeImporter1_3

public XNodeImporter1_3()
Default constructor.

Method Detail

getVersion

public String getVersion()
Returns a string identifier for the XNode version this XNodeImporter is designed to import.

Specified by:
getVersion in class XNodeImporter


The Ceryle Project. Copyright ©2001-2007 Murray Altheim, All Rights Reserved. See LICENSE included with distribution.