|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jbind.xml.facade.XmlCode
Constructor Summary | |
XmlCode(org.xml.sax.InputSource anInputSource,
IDataContext aContext)
|
|
XmlCode(java.net.URL aUrl,
IDataContext aContext)
|
Method Summary | |
IAnyTypeData |
getCode()
Gets the XML code. |
java.lang.String |
getUrl()
Gets the URL of the XML instance document of the XML code. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XmlCode(org.xml.sax.InputSource anInputSource, IDataContext aContext)
public XmlCode(java.net.URL aUrl, IDataContext aContext)
Method Detail |
public java.lang.String getUrl()
IXmlCode
getUrl
in interface IXmlCode
public IAnyTypeData getCode() throws XmlException
IXmlCode
getCode
in interface IXmlCode
XmlException
- Raised if the XML instance document could not be
instantiated properly.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |