Searched refs:NamespaceContextImpl (Results 1 - 19 of 19) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DNamespaceContextImpl.java42 public class NamespaceContextImpl implements NamespaceContext { class in inherits:NamespaceContext
46 public NamespaceContextImpl(Element e) { method in class:NamespaceContextImpl
H A DInternalizer.java173 targetNodes = evaluateXPathMultiNode(bindings, target, bindings.getAttribute("node"), new NamespaceContextImpl(bindings));
293 target = evaluateXPathNode(bindings, target, bindings.getAttribute("node"), new NamespaceContextImpl(bindings));
H A DJAXWSBindingExtensionHandler.java273 Element msgPartElm = evaluateXPathNode(e.getOwnerDocument(), part, new NamespaceContextImpl(e));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/internalizer/
H A DNamespaceContextImpl.java47 final class NamespaceContextImpl implements NamespaceContext { class in inherits:NamespaceContext
50 public NamespaceContextImpl(Element e) { method in class:NamespaceContextImpl
H A DInternalizer.java266 xpath.setNamespaceContext(new NamespaceContextImpl(bindings));
347 SCD.create(scdPath, new NamespaceContextImpl(bindings)) );
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/output/
H A DXmlOutputAbstractImpl.java60 public void startDocument(XMLSerializer serializer, boolean fragment, int[] nsUriIndex2prefixIndex, NamespaceContextImpl nsContext) throws IOException, SAXException, XMLStreamException {
128 * (for {@link NamespaceContextImpl}) quickly.
135 protected NamespaceContextImpl nsContext;
H A DSAXOutput.java61 public void startDocument(XMLSerializer serializer, boolean fragment, int[] nsUriIndex2prefixIndex, NamespaceContextImpl nsContext) throws SAXException, IOException, XMLStreamException {
102 NamespaceContextImpl.Element ns = nsContext.getCurrent();
123 NamespaceContextImpl.Element ns = nsContext.getCurrent();
H A DXMLEventWriterOutput.java60 public void startDocument(XMLSerializer serializer, boolean fragment, int[] nsUriIndex2prefixIndex, NamespaceContextImpl nsContext) throws IOException, SAXException, XMLStreamException {
81 NamespaceContextImpl.Element nse = nsContext.getCurrent();
H A DXmlOutput.java60 * The {@link NamespaceContextImpl} object, which is shared between {@link XmlOutput} and
68 * reference prefixes/URIs to be written. {@link NamespaceContextImpl} can
76 * {@link NamespaceContextImpl} can handle this index correctly, but this binding will never
80 * One pecurilar behavior of a {@link NamespaceContextImpl} object is that it tries
117 public void startDocument(XMLSerializer serializer, boolean fragment, int[] nsUriIndex2prefixIndex, NamespaceContextImpl nsContext) throws IOException, SAXException, XMLStreamException;
131 * At this point {@link NamespaceContextImpl} holds namespace declarations needed for this
H A DNamespaceContextImpl.java54 public final class NamespaceContextImpl implements NamespaceContext2 { class in inherits:NamespaceContext2
111 public NamespaceContextImpl(XMLSerializer owner) { method in class:NamespaceContextImpl
374 public final NamespaceContextImpl context;
425 private Element(NamespaceContextImpl context,Element prev) {
H A DUTF8XmlOutput.java56 * This is almost the same as {@link NamespaceContextImpl#count()},
112 public void startDocument(XMLSerializer serializer, boolean fragment, int[] nsUriIndex2prefixIndex, NamespaceContextImpl nsContext) throws IOException, SAXException, XMLStreamException {
160 NamespaceContextImpl.Element ns = nsContext.getCurrent();
192 NamespaceContextImpl.Element ns = nsContext.getCurrent();
H A DForkXmlOutput.java51 public void startDocument(XMLSerializer serializer, boolean fragment, int[] nsUriIndex2prefixIndex, NamespaceContextImpl nsContext) throws IOException, SAXException, XMLStreamException {
H A DXMLStreamWriterOutput.java87 public void startDocument(XMLSerializer serializer, boolean fragment, int[] nsUriIndex2prefixIndex, NamespaceContextImpl nsContext) throws IOException, SAXException, XMLStreamException {
108 NamespaceContextImpl.Element nse = nsContext.getCurrent();
H A DFastInfosetStreamWriterOutput.java253 int[] nsUriIndex2prefixIndex, NamespaceContextImpl nsContext)
291 final NamespaceContextImpl.Element nse = nsContext.getCurrent();
421 final NamespaceContextImpl.Element nse = nsContext.getCurrent();
H A DMTOMXmlOutput.java59 public void startDocument(XMLSerializer serializer, boolean fragment, int[] nsUriIndex2prefixIndex, NamespaceContextImpl nsContext) throws IOException, SAXException, XMLStreamException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DXMLSerializer.java63 import com.sun.xml.internal.bind.v2.runtime.output.NamespaceContextImpl;
132 private final NamespaceContextImpl nsContext;
134 private NamespaceContextImpl.Element nse;
192 nsContext = new NamespaceContextImpl(this);
H A DMarshallerImpl.java72 import com.sun.xml.internal.bind.v2.runtime.output.NamespaceContextImpl;
296 public void startDocument(XMLSerializer serializer, boolean fragment, int[] nsUriIndex2prefixIndex, NamespaceContextImpl nsContext) throws SAXException, IOException, XMLStreamException {
/openjdk7/jaxp/src/com/sun/xml/internal/stream/writers/
H A DXMLStreamWriterImpl.java129 private NamespaceContextImpl fNamespaceContext = null;
238 fNamespaceContext = new NamespaceContextImpl();
2040 class NamespaceContextImpl implements NamespaceContext { class in class:XMLStreamWriterImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/
H A DStAXDocumentParser.java137 protected NamespaceContextImpl _nsContext = new NamespaceContextImpl();
1790 protected class NamespaceContextImpl implements NamespaceContext { class in class:StAXDocumentParser

Completed in 60 milliseconds