Package | Description |
---|---|
com.sun.xml.bind.v2.runtime.output |
Code that writes well-formed XML (
XmlOutput and its implementations}. |
Modifier and Type | Field | Description |
---|---|---|
NamespaceContextImpl |
NamespaceContextImpl.Element.context |
|
protected NamespaceContextImpl |
XmlOutputAbstractImpl.nsContext |
Set by the marshaller before the start tag is written for the root element.
|
Modifier and Type | Method | Description |
---|---|---|
void |
FastInfosetStreamWriterOutput.startDocument(XMLSerializer serializer,
boolean fragment,
int[] nsUriIndex2prefixIndex,
NamespaceContextImpl nsContext) |
|
void |
ForkXmlOutput.startDocument(XMLSerializer serializer,
boolean fragment,
int[] nsUriIndex2prefixIndex,
NamespaceContextImpl nsContext) |
|
void |
MTOMXmlOutput.startDocument(XMLSerializer serializer,
boolean fragment,
int[] nsUriIndex2prefixIndex,
NamespaceContextImpl nsContext) |
|
void |
SAXOutput.startDocument(XMLSerializer serializer,
boolean fragment,
int[] nsUriIndex2prefixIndex,
NamespaceContextImpl nsContext) |
|
void |
UTF8XmlOutput.startDocument(XMLSerializer serializer,
boolean fragment,
int[] nsUriIndex2prefixIndex,
NamespaceContextImpl nsContext) |
|
void |
XMLEventWriterOutput.startDocument(XMLSerializer serializer,
boolean fragment,
int[] nsUriIndex2prefixIndex,
NamespaceContextImpl nsContext) |
|
void |
XmlOutput.startDocument(XMLSerializer serializer,
boolean fragment,
int[] nsUriIndex2prefixIndex,
NamespaceContextImpl nsContext) |
Called at the very beginning.
|
void |
XmlOutputAbstractImpl.startDocument(XMLSerializer serializer,
boolean fragment,
int[] nsUriIndex2prefixIndex,
NamespaceContextImpl nsContext) |
Called at the very beginning.
|
void |
XMLStreamWriterOutput.startDocument(XMLSerializer serializer,
boolean fragment,
int[] nsUriIndex2prefixIndex,
NamespaceContextImpl nsContext) |
Copyright © 2018 Oracle Corporation. All rights reserved.