Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. <ds:KeyInfo>
  2. <wsse:SecurityTokenReference>
  3. <wsse:Reference URI="#b3f74c53-b79f-4dec-aa26-ca552f8f8745"/>
  4. </wsse:SecurityTokenReference>
  5. </ds:KeyInfo>
  6. <ds:Object Id="id1"> // <-Remove this
  7. <wsu:Timestamp>
  8. <wsu:Created>2017-03-28T20:21:44Z</wsu:Created>
  9. <wsu:Expires>2017-03-28T23:08:24Z</wsu:Expires>
  10. </wsu:Timestamp>
  11. </ds:Object> // <-Remove this
  12.  
  13. Node node = xml.getElementById("id1");
  14. xml.getDocumentElement().removeChild(node);
  15.  
  16. Org.w3c.dom.DOMException: NOT_FOUND_ERR: An attempt is made to reference a node in a context where it does not exist.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement