org.enhydra.xml.xmlc
Interface XMLObjectLink
- All Known Implementing Classes:
- LazyDocument, XercesHTMLDomFactory.LinkedXercesDocument, XercesDomFactory.LinkedXercesDocument, XercesLinkedHTMLDocument, XercesLinkedDocument
- public interface XMLObjectLink
Interface implemented by a Document to provide a way of getting back to
the XMLObject that contains it. This allows the DOMFormatter and others
to get to back to XMLObject.
Method Summary |
XMLObject |
getXMLObject()
Get the XMLC XMLObject that contains this document, or null
it it's not associated with a XMLObject. |
void |
setXMLObject(XMLObject xmlObject)
Set the XMLC XMLObject that contains this document. |
setXMLObject
public void setXMLObject(XMLObject xmlObject)
- Set the XMLC XMLObject that contains this document.
getXMLObject
public XMLObject getXMLObject()
- Get the XMLC XMLObject that contains this document, or null
it it's not associated with a XMLObject.
Copyright © 1999-2002 enhydra.org (Mark Diekhans, David Li, Richard Kunze). All Rights reserved.