org.japano.util
Interface XMLNode

All Known Implementing Classes:
ActionTag, Attribute, Output, PageNodeTag, Tag

public interface XMLNode

Simple Object-To-XML interface.

Version:
$Id: XMLNode.java,v 1.2 2005/09/27 21:30:51 fforw Exp $ SourceForge.net Logo
Author:
Sven Helmberger ( sven dot helmberger at gmx dot de )

Method Summary
 XMLElement toXML()
          Creates an XMLElement from this XMLNode and its children.
 

Method Detail

toXML

XMLElement toXML()
Creates an XMLElement from this XMLNode and its children.

Returns:
XMLElement