IndentingXMLStreamWriter

fm.xml.IndentingXMLStreamWriter
final case class IndentingXMLStreamWriter(self: XMLStreamWriter, indent: String) extends IndentingXMLStreamWriterBase

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait XMLStreamWriter
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def close(): Unit

Attributes

Inherited from:
XMLStreamWriterProxy
def flush(): Unit

Attributes

Inherited from:
XMLStreamWriterProxy
def getNamespaceContext(): NamespaceContext

Attributes

Inherited from:
XMLStreamWriterProxy
def getPrefix(uri: String): String

Attributes

Inherited from:
XMLStreamWriterProxy
def getProperty(name: String): Object

Attributes

Inherited from:
XMLStreamWriterProxy
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def setDefaultNamespace(uri: String): Unit

Attributes

Inherited from:
XMLStreamWriterProxy
def setNamespaceContext(context: NamespaceContext): Unit

Attributes

Inherited from:
XMLStreamWriterProxy
def setPrefix(prefix: String, uri: String): Unit

Attributes

Inherited from:
XMLStreamWriterProxy
def writeAttribute(localName: String, value: String): Unit

Attributes

Inherited from:
XMLStreamWriterProxy
def writeAttribute(prefix: String, namespaceURI: String, localName: String, value: String): Unit

Attributes

Inherited from:
XMLStreamWriterProxy
def writeAttribute(namespaceURI: String, localName: String, value: String): Unit

Attributes

Inherited from:
XMLStreamWriterProxy
def writeCData(data: String): Unit

Attributes

Inherited from:
XMLStreamWriterProxy
def writeCharacters(text: String): Unit

Attributes

Inherited from:
XMLStreamWriterProxy
def writeCharacters(text: Array[Char], start: Int, length: Int): Unit

Attributes

Inherited from:
XMLStreamWriterProxy
def writeComment(data: String): Unit

Attributes

Inherited from:
XMLStreamWriterProxy
def writeDTD(dtd: String): Unit

Attributes

Inherited from:
XMLStreamWriterProxy
def writeDefaultNamespace(namespaceURI: String): Unit

Attributes

Inherited from:
XMLStreamWriterProxy
override def writeEmptyElement(namespaceURI: String, localName: String): Unit

Attributes

Definition Classes
Inherited from:
IndentingXMLStreamWriterBase
override def writeEmptyElement(prefix: String, localName: String, namespaceURI: String): Unit

Attributes

Definition Classes
Inherited from:
IndentingXMLStreamWriterBase
override def writeEmptyElement(localName: String): Unit

Attributes

Definition Classes
Inherited from:
IndentingXMLStreamWriterBase
def writeEndDocument(): Unit

Attributes

Inherited from:
XMLStreamWriterProxy
override def writeEndElement(): Unit

Attributes

Definition Classes
Inherited from:
IndentingXMLStreamWriterBase
def writeEntityRef(name: String): Unit

Attributes

Inherited from:
XMLStreamWriterProxy
def writeIndentedComment(data: String): Unit

Write an indented comment so that is lines up with the next start element tag

Write an indented comment so that is lines up with the next start element tag

Attributes

Inherited from:
IndentingXMLStreamWriterBase
def writeNamespace(prefix: String, namespaceURI: String): Unit

Attributes

Inherited from:
XMLStreamWriterProxy
def writeProcessingInstruction(target: String): Unit

Attributes

Inherited from:
XMLStreamWriterProxy
def writeProcessingInstruction(target: String, data: String): Unit

Attributes

Inherited from:
XMLStreamWriterProxy
override def writeStartDocument(encoding: String, version: String): Unit

Attributes

Definition Classes
Inherited from:
IndentingXMLStreamWriterBase
override def writeStartDocument(version: String): Unit

Attributes

Definition Classes
Inherited from:
IndentingXMLStreamWriterBase
override def writeStartDocument(): Unit

Attributes

Definition Classes
Inherited from:
IndentingXMLStreamWriterBase
override def writeStartElement(prefix: String, localName: String, namespaceURI: String): Unit

Attributes

Definition Classes
Inherited from:
IndentingXMLStreamWriterBase
override def writeStartElement(namespaceURI: String, localName: String): Unit

Attributes

Definition Classes
Inherited from:
IndentingXMLStreamWriterBase
override def writeStartElement(localName: String): Unit

Attributes

Definition Classes
Inherited from:
IndentingXMLStreamWriterBase