Uses of Interface
org.gatein.common.xml.stax.writer.StaxWriter
Packages that use StaxWriter
Package
Description
-
Uses of StaxWriter in org.gatein.common.xml.stax
Methods in org.gatein.common.xml.stax with parameters of type StaxWriterModifier and TypeMethodDescriptionvoidCollectionXmlHandler.write(StaxWriter<N> writer, Collection<T> collection) voidXmlHandler.write(StaxWriter<N> writer, T object) protected abstract voidCollectionXmlHandler.writeElement(StaxWriter<N> writer, T object) -
Uses of StaxWriter in org.gatein.common.xml.stax.writer
Classes in org.gatein.common.xml.stax.writer that implement StaxWriterMethods in org.gatein.common.xml.stax.writer that return StaxWriterModifier and TypeMethodDescriptionstatic StaxWriter<QName> StaxWriterUtils.createQualifiedWriter(OutputStream outputStream) static StaxWriter<QName> StaxWriterUtils.createQualifiedWriter(Writer writer) static StaxWriter<String> StaxWriterUtils.createWriter(OutputStream outputStream) static StaxWriter<String> StaxWriterUtils.createWriter(Writer writer) static <E extends Enum<E> & org.staxnav.EnumElement<E>>
StaxWriter<E> StaxWriterUtils.createWriter(Class<E> enumeratedClass, OutputStream outputStream) static <E extends Enum<E> & org.staxnav.EnumElement<E>>
StaxWriter<E> StaxWriterUtils.createWriter(Class<E> enumeratedClass, Writer writer) static <N> StaxWriter<N> StaxWriterUtils.createWriter(org.staxnav.Naming<N> naming, OutputStream outputStream) static <N> StaxWriter<N> StaxWriterUtils.createWriter(org.staxnav.Naming<N> naming, Writer writer) StaxWriter.writeAttribute(String name, String value) Writes an attribute for an xml element.StaxWriter.writeAttribute(QName name, String value) Writes an attribute for an xml element.StaxWriterImpl.writeAttribute(String name, String value) StaxWriterImpl.writeAttribute(QName name, String value) StaxWriter.writeCData(String cdata) Writes a cdata sectionStaxWriterImpl.writeCData(String cdata) StaxWriter.writeComment(String comment) Writes an xml commentStaxWriterImpl.writeComment(String comment) StaxWriter.writeContent(String content) Writes xml content.<V> StaxWriter<N> StaxWriter.writeContent(WritableValueType<V> valueType, V content) Writes xml content based on the ValueType responsible for converting the content to string.StaxWriterImpl.writeContent(String content) <V> StaxWriter<N> StaxWriterImpl.writeContent(WritableValueType<V> valueType, V content) StaxWriter.writeDefaultNamespace(String uri) Writes the default namespaceStaxWriterImpl.writeDefaultNamespace(String uri) <V> StaxWriter<N> StaxWriter.writeElement(N element, String content) Convenience method for callingwriteStartElement,writeContent,writeEndElement<V> StaxWriter<N> StaxWriter.writeElement(N element, WritableValueType<V> valueType, V content) Convenience method for callingwriteStartElement,writeContent,writeEndElement<V> StaxWriter<N> StaxWriterImpl.writeElement(N element, String content) <V> StaxWriter<N> StaxWriterImpl.writeElement(N element, WritableValueType<V> valueType, V content) StaxWriter.writeEndElement()Writes an end tag for the previously started element.StaxWriterImpl.writeEndElement()StaxWriter.writeNamespace(String prefix, String uri) Writes the namespace.StaxWriterImpl.writeNamespace(String prefix, String uri) StaxWriter.writeStartElement(N element) Writes the start tag of an xml element.StaxWriterImpl.writeStartElement(N element) Methods in org.gatein.common.xml.stax.writer with parameters of type StaxWriterModifier and TypeMethodDescriptionstatic <N> voidStaxWriterUtils.writeOptionalContent(StaxWriter<N> writer, N element, String content) static <N,V> void StaxWriterUtils.writeOptionalContent(StaxWriter<N> writer, N element, WritableValueType<V> valueType, V value) static <N> voidStaxWriterUtils.writeOptionalElement(StaxWriter<N> writer, N element, String content) static <N,V> void StaxWriterUtils.writeOptionalElement(StaxWriter<N> writer, N element, WritableValueType<V> valueType, V value) -
Uses of StaxWriter in org.gatein.common.xml.stax.writer.builder
Methods in org.gatein.common.xml.stax.writer.builder that return StaxWriterModifier and TypeMethodDescription<E extends Enum<E> & org.staxnav.EnumElement<E>>
StaxWriter<E> <N> StaxWriter<N> StaxWriterBuilder.build(org.staxnav.Naming<N> naming) <E extends Enum<E> & org.staxnav.EnumElement<E>>
StaxWriter<E> <N> StaxWriter<N> StaxWriterBuilderImpl.build(org.staxnav.Naming<N> naming)