java.lang.Object | +--sdlip.xml.dom.XMLObject
This is a DOM-enabled implementation of the SDLIP XMLObject interface described in the SDLIP Java tutorial.
XMLObject()
XMLObject(org.xml.sax.InputSource source)
XMLObject(java.lang.String xmldata)
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
public XMLObject()
public XMLObject(Element e)
public XMLObject(java.lang.String xmldata) throws SDLIPException
public XMLObject(org.xml.sax.InputSource source) throws SDLIPException
public static Document getDocument()
public void setElement(Element e)
public Element getElement()
public java.lang.String getString()
public java.lang.String getPrettyString()
public void setString(java.lang.String XMLStr) throws SDLIPException
public void setInputSource(org.xml.sax.InputSource source) throws SDLIPException
public static XMLObject create(XMLObject obj) throws SDLIPException
public static void setElement(XMLObject obj, Element el) throws SDLIPException