108109110111112113114115116117118119
} } } public Document getOwnerDocument() { SOAPDocument ownerSOAPDocument = ((SOAPDocument) super.getOwnerDocument()); if (ownerSOAPDocument == null) { return null; } return ownerSOAPDocument.getDocument(); }
107108109110111112113114115116117118