Module edu.hm.hafner.analysis.model
Class TopicRule
java.lang.Object
org.apache.commons.digester3.Rule
org.apache.commons.digester3.NodeCreateRule
edu.hm.hafner.analysis.parser.checkstyle.TopicRule
public class TopicRule
extends org.apache.commons.digester3.NodeCreateRule
Digester rule to parse the actual content of a DocBook subsection node. Does not interpret XML elements that are
children of a subsection.
- Author:
- Ullrich Hafner
-
Method Summary
Methods inherited from class org.apache.commons.digester3.NodeCreateRule
beginMethods inherited from class org.apache.commons.digester3.Rule
body, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI
-
Method Details
-
end
public void end(String namespace, String name) throws TransformerException, InvocationTargetException, NoSuchMethodException, IllegalAccessException - Overrides:
endin classorg.apache.commons.digester3.NodeCreateRule- Throws:
TransformerExceptionInvocationTargetExceptionNoSuchMethodExceptionIllegalAccessException
-