public interface ChildSetter
Implementations of this interface are responsible for the handling of child elements.
| Modifier and Type | Method and Description |
|---|---|
org.xml.sax.ContentHandler |
getChildHandler(java.lang.String pQName,
java.lang.String pNamespaceURI,
java.lang.String pLocalName)
Returns a ContentHandler, which is able to handle the given child
element.
|
org.xml.sax.ContentHandler getChildHandler(java.lang.String pQName,
java.lang.String pNamespaceURI,
java.lang.String pLocalName)
throws org.xml.sax.SAXException
Returns a ContentHandler, which is able to handle the given child element.
pNamespaceURI - The child elements namespace URIpLocalName - The child elements local namepQName - The child elements fully qualified nameorg.xml.sax.SAXExceptionXSParser.getContext()