Class AppendReader
java.lang.Object
ch.tocco.nice2.model.menu.impl.xml.readers.AppendReader
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Method Details
-
setPath
-
tag
@AnyElement @Cardinality(min=0, max=2147483647) public Object tag(@ElementName String tagName) throws ModelBuildException Because we don't know what our children are, we just handle any sub-element and ask theItemFactory
bzw. theItemReaderContext
for the reader.- Parameters:
tagName
- the sub-tag- Returns:
- a reader for this tag if found in any case
- Throws:
ModelBuildException
-
finished
Called when the element is finished when item already exists- Throws:
ModelBuildException
-