Package org.apache.xmlbeans
Interface DelegateXmlObject
-
- All Known Implementing Classes:
FilterXmlObject
public interface DelegateXmlObjectSeeFilterXmlObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XmlObjectunderlyingXmlObject()This method is called to obtain the underlying XmlObject.
-
-
-
Method Detail
-
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
-
-