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
BeanDoc s by namespace prefix
and tag.. |
WriteableBeanDoc[] |
getBeanDocs()
Get all containing
BeanDoc s as an array. |
public WriteableBeanDoc beanDocFor(String prefix, String tag)
ArooaDoc
BeanDoc
s by namespace prefix
and tag..beanDocFor
in interface ArooaDoc
prefix
- The namespace prefix. May be null if there is
no prefix.tag
- The tag.public WriteableBeanDoc[] getBeanDocs()
ArooaDoc
BeanDoc
s as an array.getBeanDocs
in interface ArooaDoc
public void add(WriteableBeanDoc beanDocBean)