Searched defs:XmlOutput (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/output/
H A DXmlOutput.java51 * {@link XmlOutput} implementation can use these indices to improve
56 * {@link XmlOutput} still allows arbitrary namepsace URIs / local names
60 * The {@link NamespaceContextImpl} object, which is shared between {@link XmlOutput} and
64 * in-scope bindings will be removed. This book keeping is all done outside {@link XmlOutput}.
67 * {@link XmlOutput} and {@link XMLSerializer} uses indices to
71 * are "in scope", so {@link XmlOutput} is again expected to take advantage of
77 * be reported to {@link XmlOutput} through {@link #beginStartTag}.
81 * to define redundant xmlns="" on the root element. Implementations of {@link XmlOutput}
103 public interface XmlOutput { interface

Completed in 26 milliseconds