--- old/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/TagInfoset.java 2013-08-13 18:18:01.215959196 +0200 +++ new/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/TagInfoset.java 2013-08-13 18:18:01.139955832 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -25,6 +25,8 @@ package com.sun.xml.internal.ws.encoding; +import java.util.List; + import org.xml.sax.helpers.AttributesImpl; import org.xml.sax.ContentHandler; import org.xml.sax.SAXException; @@ -221,4 +223,35 @@ private static final String[] EMPTY_ARRAY = new String[0]; private static final AttributesImpl EMPTY_ATTRIBUTES = new AttributesImpl(); + + public String getNamespaceURI(String prefix) { + int size = ns.length/2; + for(int i=0; i allPrefixes(String namespaceURI) { + int size = ns.length/2; + List l = new java.util.ArrayList(); + for(int i=0; i