org.apache.ws.jaxme.xs.parser
Interface ChildSetter
- ChildSetterImpl
public interface ChildSetter
Implementations of this interface are responsible for the handling
of child elements.
ContentHandler | getChildHandler(String pQName, String pNamespaceURI, String pLocalName) - Returns a ContentHandler, which is able to handle the given child
element.
|
getChildHandler
public ContentHandler getChildHandler(String pQName,
String pNamespaceURI,
String pLocalName)
throws SAXException
Returns a ContentHandler, which is able to handle the given child
element.
pQName
- The child elements fully qualified namepNamespaceURI
- The child elements namespace URIpLocalName
- The child elements local name