org.oddjob.arooa.beandocs
Class WriteableArooaDoc
java.lang.Object
org.oddjob.arooa.beandocs.WriteableArooaDoc
- All Implemented Interfaces:
- ArooaDoc
public class WriteableArooaDoc
- extends Object
- implements ArooaDoc
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WriteableArooaDoc
public WriteableArooaDoc()
beanDocFor
public WriteableBeanDoc beanDocFor(String prefix,
String tag)
- Description copied from interface:
ArooaDoc
- Get an inividual bean doc
BeanDoc
s by namespace prefix
and tag..
- Specified by:
beanDocFor
in interface ArooaDoc
- Parameters:
prefix
- The namespace prefix. May be null if there is
no prefix.tag
- The tag.
- Returns:
- The doc. May bye null..
getBeanDocs
public WriteableBeanDoc[] getBeanDocs()
- Description copied from interface:
ArooaDoc
- Get all containing
BeanDoc
s as an array.
- Specified by:
getBeanDocs
in interface ArooaDoc
- Returns:
- The docs. Never null.
add
public void add(WriteableBeanDoc beanDocBean)