de.mguennewig.pobjects.metadata
Class ParagraphDesc

java.lang.Object
  extended by de.mguennewig.pobjects.metadata.FlowDesc
      extended by de.mguennewig.pobjects.metadata.BlockDesc
          extended by de.mguennewig.pobjects.metadata.ParagraphDesc

public final class ParagraphDesc
extends BlockDesc

Representation of a paragraph in the HTML description.

Author:
Michael Günnewig
See Also:
Description

Constructor Summary
ParagraphDesc(java.lang.String name, InlineDesc[] content)
          Creates a new ParagraphDesc.
 
Method Summary
 FlowDesc getContent(int n)
          
 int getNumContent()
          
 
Methods inherited from class de.mguennewig.pobjects.metadata.BlockDesc
toXml
 
Methods inherited from class de.mguennewig.pobjects.metadata.FlowDesc
getName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParagraphDesc

public ParagraphDesc(java.lang.String name,
                     InlineDesc[] content)
Creates a new ParagraphDesc.

Method Detail

getNumContent

public int getNumContent()

Specified by:
getNumContent in class BlockDesc

getContent

public FlowDesc getContent(int n)

Specified by:
getContent in class BlockDesc