Uses of Interface
com.sun.xml.txw2.TypedXmlWriter
-
Packages that use TypedXmlWriter Package Description com.sun.xml.txw2 TXW runtime.com.sun.xml.txw2.output Defines XmlSerializer and its built-in implementations.org.glassfish.jaxb.core.v2.schemagen.episode TXW interfaces for writing episode file, which is what XJC needs to handle separate compilation. -
-
Uses of TypedXmlWriter in com.sun.xml.txw2
Methods in com.sun.xml.txw2 with type parameters of type TypedXmlWriter Modifier and Type Method Description <T extends TypedXmlWriter>
TTypedXmlWriter. _cast(Class<T> targetInterface)Returns a different interface for this typed XML Writer.<T extends TypedXmlWriter>
TTypedXmlWriter. _element(Class<T> contentModel)Appends a new child element.<T extends TypedXmlWriter>
TTypedXmlWriter. _element(String localName, Class<T> contentModel)Appends a new child element.<T extends TypedXmlWriter>
TTypedXmlWriter. _element(String nsUri, String localName, Class<T> contentModel)Appends a new child element.<T extends TypedXmlWriter>
TTypedXmlWriter. _element(QName tagName, Class<T> contentModel)Appends a new child element.static <T extends TypedXmlWriter>
TTXW. create(Class<T> rootElement, XmlSerializer out)Creates a newTypedXmlWriterto write a new instance of a document.static <T extends TypedXmlWriter>
TTXW. create(QName tagName, Class<T> rootElement, XmlSerializer out)Creates a newTypedXmlWriterto write a new instance of a document. -
Uses of TypedXmlWriter in com.sun.xml.txw2.output
Fields in com.sun.xml.txw2.output declared as TypedXmlWriter Modifier and Type Field Description TypedXmlWriterTXWSerializer. txwMethods in com.sun.xml.txw2.output that return TypedXmlWriter Modifier and Type Method Description TypedXmlWriterTXWResult. getWriter()Methods in com.sun.xml.txw2.output with parameters of type TypedXmlWriter Modifier and Type Method Description voidTXWResult. setWriter(TypedXmlWriter writer)Constructors in com.sun.xml.txw2.output with parameters of type TypedXmlWriter Constructor Description TXWResult(TypedXmlWriter writer)TXWSerializer(TypedXmlWriter txw) -
Uses of TypedXmlWriter in org.glassfish.jaxb.core.v2.schemagen.episode
Subinterfaces of TypedXmlWriter in org.glassfish.jaxb.core.v2.schemagen.episode Modifier and Type Interface Description interfaceBindingsinterfaceKlassinterfacePackageinterfaceSchemaBindings
-