119120121122123124125126127128129130
} } } public Document getOwnerDocument() { SOAPDocument ownerSOAPDocument = ((SOAPDocument) super.getOwnerDocument()); if (ownerSOAPDocument == null) { return null; } return ownerSOAPDocument.getDocument(); }
123124125126127128129130131132133134
142143144145146147148149150151152153