org.specrunner.util.xom.core
Class PresentationGroupImpl
java.lang.Object
org.specrunner.util.composite.core.CompositeImpl<IPresentationGroup,IPresentation>
org.specrunner.util.xom.core.PresentationGroupImpl
- All Implemented Interfaces:
- IComposite<IPresentationGroup,IPresentation>, IPresentation, IPresentationGroup
public class PresentationGroupImpl
- extends CompositeImpl<IPresentationGroup,IPresentation>
- implements IPresentationGroup
A presentation group.
- Author:
- Thiago Santos
|
Method Summary |
nu.xom.Node |
asNode()
The object representation as node. |
String |
asString()
The object representation as string. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PresentationGroupImpl
public PresentationGroupImpl()
asString
public String asString()
- Description copied from interface:
IPresentation
- The object representation as string.
- Specified by:
asString in interface IPresentation
- Returns:
- String representation.
asNode
public nu.xom.Node asNode()
- Description copied from interface:
IPresentation
- The object representation as node.
- Specified by:
asNode in interface IPresentation
- Returns:
- Node representation.
Copyright © 2014. All rights reserved.