CompactFragment

A class representing an xml fragment compactly. Created by pdvrieze on 06/11/15.2

A class representing an xml fragment compactly. Created by pdvrieze on 06/11/15.2

A class representing an xml fragment compactly. Created by pdvrieze on 06/11/15.

A class representing an xml fragment compactly. Created by pdvrieze on 06/11/15.2

Constructors

Link copied to clipboard
actual constructor(content: String)

Convenience constructor for content without namespaces.

actual constructor(orig: ICompactFragment)
actual constructor(namespaces: Iterable<Namespace>, content: CharArray?)
actual constructor(namespaces: Iterable<Namespace>, content: String)
expect constructor(content: String)
expect constructor(orig: ICompactFragment)
expect constructor(namespaces: Iterable<Namespace>, content: CharArray?)
expect constructor(namespaces: Iterable<Namespace>, content: String)
constructor(documentFragment: DocumentFragment)
constructor(node: Node)
actual constructor(content: String)

Convenience constructor for content without namespaces.

actual constructor(orig: ICompactFragment)
actual constructor(namespaces: Iterable<Namespace>, content: CharArray?)
actual constructor(namespaces: Iterable<Namespace>, content: String)

Convenience constructor for content without namespaces.

actual constructor(content: String)

Convenience constructor for content without namespaces.

actual constructor(orig: ICompactFragment)
actual constructor(namespaces: Iterable<Namespace>, content: CharArray?)
actual constructor(namespaces: Iterable<Namespace>, content: String)

Types

Link copied to clipboard
actual object Companion
expect object Companion
actual object Companion
actual object Companion

Properties

Link copied to clipboard
actual open override val content: CharArray
expect open override val content: CharArray
actual open override val content: CharArray
Link copied to clipboard
actual open override val contentString: String
expect open override val contentString: String
actual open override val contentString: String
actual open override val contentString: String
Link copied to clipboard
actual open override val isEmpty: Boolean
expect open override val isEmpty: Boolean
actual open override val isEmpty: Boolean
actual open override val isEmpty: Boolean
Link copied to clipboard
actual open override val namespaces: IterableNamespaceContext
expect open override val namespaces: IterableNamespaceContext
actual open override val namespaces: IterableNamespaceContext
actual open override val namespaces: IterableNamespaceContext

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
open operator override fun equals(other: Any?): Boolean
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
actual open override fun getXmlReader(): XmlReader
expect open override fun getXmlReader(): XmlReader
actual open override fun getXmlReader(): XmlReader
actual open override fun getXmlReader(): XmlReader
Link copied to clipboard
open override fun hashCode(): Int
open override fun hashCode(): Int
open override fun hashCode(): Int
Link copied to clipboard
actual open override fun serialize(out: XmlWriter)

Write the object to an xml stream. The object is expected to write itself and its children.

expect open override fun serialize(out: XmlWriter)

Write the object to an xml stream. The object is expected to write itself and its children.

actual open override fun serialize(out: XmlWriter)

Write the object to an xml stream. The object is expected to write itself and its children.

actual open override fun serialize(out: XmlWriter)

Write the object to an xml stream. The object is expected to write itself and its children.

Link copied to clipboard
open override fun toString(): String
open override fun toString(): String
open override fun toString(): String