org.apache.ws.jaxme.xs.parser.impl
public class ChildSetterImpl extends Object implements ChildSetter
Default implementation of a ChildSetter.
Method Summary | |
---|---|
ContentHandler | getChildHandler(String pQName, String pNamespaceURI, String pLocalName) |
protected ContentHandler | getChildHandler(ContentHandler pParent, String pQName, String pLocalName) |
protected Object | invokeMethod(Object pBean, Method pMethod, String pName, Object[] pArgs) This method invokes the beans |
protected ContentHandler | newXsSAXParser(XsSAXParser pParent, Object pBean) Creates a new instance of XsSAXParser, inheriting most properties from its parent parser. |
This method invokes the beans pBean
method pMethod
with
the argument array pArgs, returning a child handler for the element pQName
.
Creates a new instance of XsSAXParser, inheriting most properties from its parent parser.