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