org.apache.ws.jaxme.xs.parser
public interface ChildSetter
Implementations of this interface are responsible for the handling of child elements.
Method Summary | |
---|---|
ContentHandler | getChildHandler(String pQName, String pNamespaceURI, String pLocalName) Returns a ContentHandler, which is able to handle the given child element. |
Returns a ContentHandler, which is able to handle the given child element.
Parameters: pNamespaceURI The child elements namespace URI pLocalName The child elements local name pQName The child elements fully qualified name
See Also: getContext