| Constructor and Description |
|---|
WriteableArooaDoc() |
| Modifier and Type | Method and Description |
|---|---|
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. |
public WriteableBeanDoc beanDocFor(String prefix, String tag)
ArooaDocBeanDocs by namespace prefix
and tag..beanDocFor in interface ArooaDocprefix - The namespace prefix. May be null if there is
no prefix.tag - The tag.public WriteableBeanDoc[] getBeanDocs()
ArooaDocBeanDocs as an array.getBeanDocs in interface ArooaDocpublic void add(WriteableBeanDoc beanDocBean)