| java.lang.Object com.sun.xml.bind.v2.runtime.output.XmlOutputAbstractImpl
All known Subclasses: com.sun.xml.bind.v2.runtime.output.UTF8XmlOutput, com.sun.xml.bind.v2.runtime.output.XMLEventWriterOutput, com.sun.xml.bind.v2.runtime.output.MTOMXmlOutput, com.sun.xml.bind.v2.runtime.output.XMLStreamWriterOutput, com.sun.xml.bind.v2.runtime.output.ForkXmlOutput, com.sun.xml.bind.v2.runtime.output.SAXOutput,
XmlOutputAbstractImpl | abstract public class XmlOutputAbstractImpl implements XmlOutput(Code) | | Abstract implementation of
XmlOutput Implements the optimal methods, where defer to
the non-optimal methods.
author: Kohsuke Kawaguchi |
nsContext | protected NamespaceContextImpl nsContext(Code) | | Set by the marshaller before the start tag is written for the root element.
|
nsUriIndex2prefixIndex | protected int[] nsUriIndex2prefixIndex(Code) | | The conversion table from the namespace URI index to prefix index.
This array is shared with
XMLSerializer and
is updated by it automatically.
This allows
Name.nsUriIndex to be converted to prefix index
(for
NamespaceContextImpl ) quickly.
|
attribute | abstract public void attribute(int prefix, String localName, String value) throws IOException, XMLStreamException(Code) | | Parameters: prefix - -1 if this attribute does not have a prefix(this handling differs from that of elements.) |
|
|