de.mguennewig.pobjects.metadata
Class BlockFlowDesc
java.lang.Object
de.mguennewig.pobjects.metadata.FlowDesc
de.mguennewig.pobjects.metadata.BlockDesc
de.mguennewig.pobjects.metadata.BlockFlowDesc
public final class BlockFlowDesc
- extends BlockDesc
A block with FlowDesc content.
Used for blockquote, li, th and
td.
- Author:
- Michael Günnewig
- See Also:
Description
|
Constructor Summary |
BlockFlowDesc(java.lang.String name,
FlowDesc[] content)
Creates a new BlockFlowDesc. |
| 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 |
BlockFlowDesc
public BlockFlowDesc(java.lang.String name,
FlowDesc[] content)
- Creates a new BlockFlowDesc.
getNumContent
public int getNumContent()
-
- Specified by:
getNumContent in class BlockDesc
getContent
public FlowDesc getContent(int n)
-
- Specified by:
getContent in class BlockDesc