org.oddjob.arooa.beandocs
Class WriteableArooaDoc

java.lang.Object
  extended by org.oddjob.arooa.beandocs.WriteableArooaDoc
All Implemented Interfaces:
ArooaDoc

public class WriteableArooaDoc
extends Object
implements ArooaDoc


Constructor Summary
WriteableArooaDoc()
           
 
Method Summary
 void add(WriteableBeanDoc beanDocBean)
           
 WriteableBeanDoc beanDocFor(String prefix, String tag)
          Get an inividual bean doc BeanDocs by namespace prefix and tag..
 WriteableBeanDoc[] getBeanDocs()
          Get all containing BeanDocs as an array.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WriteableArooaDoc

public WriteableArooaDoc()
Method Detail

beanDocFor

public WriteableBeanDoc beanDocFor(String prefix,
                                   String tag)
Description copied from interface: ArooaDoc
Get an inividual bean doc BeanDocs 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 BeanDocs as an array.

Specified by:
getBeanDocs in interface ArooaDoc
Returns:
The docs. Never null.

add

public void add(WriteableBeanDoc beanDocBean)