de.mguennewig.pobjects.metadata
Class Description

java.lang.Object
  extended by de.mguennewig.pobjects.metadata.Description

public class Description
extends java.lang.Object

An internal representation of a HTML description.

Author:
Michael Günnewig

Constructor Summary
Description(FlowDesc[] content)
          Creates a new Description.
 
Method Summary
 FlowDesc getContent(int n)
           
 int getNumContent()
           
 java.lang.String toXml()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Description

public Description(FlowDesc[] content)
Creates a new Description.

Method Detail

getNumContent

public final int getNumContent()

getContent

public final FlowDesc getContent(int n)

toXml

public java.lang.String toXml()
                       throws javax.xml.transform.TransformerException
Throws:
javax.xml.transform.TransformerException