public interface XsObjectCreator
Interface of a an object creating beans.
Modifier and Type | Method and Description |
---|---|
XsObject |
newBean(XsObject pParent,
org.xml.sax.Locator pLocator,
XsQName pQName)
Asks the bean creator whether he is willing to create a bean
for the given namespace URI and local name.
|
XsObject newBean(XsObject pParent, org.xml.sax.Locator pLocator, XsQName pQName) throws org.xml.sax.SAXException
Asks the bean creator whether he is willing to create a bean for the given namespace URI and local name. The bean creator may do either of the following:
org.xml.sax.SAXException