Package org.apache.xmlbeans
Interface DelegateXmlObject
- All Known Implementing Classes:
FilterXmlObject
public interface DelegateXmlObject
See
FilterXmlObject
-
Method Summary
Modifier and Type Method Description XmlObject
underlyingXmlObject()
This method is called to obtain the underlying XmlObject.
-
Method Details
-
underlyingXmlObject
XmlObject underlyingXmlObject()This method is called to obtain the underlying XmlObject. Implement this method to supply or compute the wrapped object.- Returns:
- the underlying XmlObject
-