blob: 78d0b5a22ed7d7c3b9fd88311af71c96978fefb2 [file] [log] [blame]
package org.apache.xmlbeans;
/**
* See {@link FilterXmlObject}
*/
public interface DelegateXmlObject
{
/**
* This method is called to obtain the underlying XmlObject.
* Implement this method to supply or compute the wrapped object.
*/
XmlObject underlyingXmlObject();
}