Uses of Class
org.glassfish.jaxb.runtime.v2.runtime.output.NamespaceContextImpl
-
Packages that use NamespaceContextImpl Package Description org.glassfish.jaxb.runtime.v2.runtime.output Code that writes well-formed XML (XmlOutputand its implementations}. -
-
Uses of NamespaceContextImpl in org.glassfish.jaxb.runtime.v2.runtime.output
Fields in org.glassfish.jaxb.runtime.v2.runtime.output declared as NamespaceContextImpl Modifier and Type Field Description NamespaceContextImplNamespaceContextImpl.Element. contextprotected NamespaceContextImplXmlOutputAbstractImpl. nsContextSet by the marshaller before the start tag is written for the root element.Methods in org.glassfish.jaxb.runtime.v2.runtime.output with parameters of type NamespaceContextImpl Modifier and Type Method Description voidFastInfosetStreamWriterOutput. startDocument(XMLSerializer serializer, boolean fragment, int[] nsUriIndex2prefixIndex, NamespaceContextImpl nsContext)voidForkXmlOutput. startDocument(XMLSerializer serializer, boolean fragment, int[] nsUriIndex2prefixIndex, NamespaceContextImpl nsContext)voidMTOMXmlOutput. startDocument(XMLSerializer serializer, boolean fragment, int[] nsUriIndex2prefixIndex, NamespaceContextImpl nsContext)voidSAXOutput. startDocument(XMLSerializer serializer, boolean fragment, int[] nsUriIndex2prefixIndex, NamespaceContextImpl nsContext)voidUTF8XmlOutput. startDocument(XMLSerializer serializer, boolean fragment, int[] nsUriIndex2prefixIndex, NamespaceContextImpl nsContext)voidXMLEventWriterOutput. startDocument(XMLSerializer serializer, boolean fragment, int[] nsUriIndex2prefixIndex, NamespaceContextImpl nsContext)voidXmlOutput. startDocument(XMLSerializer serializer, boolean fragment, int[] nsUriIndex2prefixIndex, NamespaceContextImpl nsContext)Called at the very beginning.voidXmlOutputAbstractImpl. startDocument(XMLSerializer serializer, boolean fragment, int[] nsUriIndex2prefixIndex, NamespaceContextImpl nsContext)Called at the very beginning.voidXMLStreamWriterOutput. startDocument(XMLSerializer serializer, boolean fragment, int[] nsUriIndex2prefixIndex, NamespaceContextImpl nsContext)
-