de.mguennewig.pobjects.metadata
Class FlowDesc

java.lang.Object
  extended by de.mguennewig.pobjects.metadata.FlowDesc
Direct Known Subclasses:
BlockDesc, InlineDesc

public abstract class FlowDesc
extends java.lang.Object

Common base type for HTML inline and block elements.

Author:
Michael Günnewig
See Also:
Description

Constructor Summary
FlowDesc(java.lang.String name)
          Creates a new FlowDesc.
 
Method Summary
 java.lang.String getName()
          Returns the name of this element.
abstract  org.w3c.dom.Node toXml(org.w3c.dom.Document doc)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlowDesc

public FlowDesc(java.lang.String name)
Creates a new FlowDesc.

Method Detail

getName

public final java.lang.String getName()
Returns the name of this element.


toXml

public abstract org.w3c.dom.Node toXml(org.w3c.dom.Document doc)