public interface XsObjectCreator
Interface of a an object creating beans.
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