TXmlFactory<T extends TWriteable> class

Constructors

TXmlFactory({required T writeable, TXmlDocumentBuilder<T>? xmlDocumentBuilder, TXmlBuilder<T>? xmlBuilder})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
writeable → T
final
xmlBuilder TXmlBuilder<T>?
final
xmlDocumentBuilder TXmlDocumentBuilder<T>?
final

Methods

build({TXmlBuilder<T>? xmlBuilder}) TXmlFile
buildDocument({TXmlDocumentBuilder<T>? xmlDocumentBuilder}) TXmlDocument
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited