Generator

Namespace: Chimayo.Ssis.Xml

Functions and values

Function or valueDescription
applyPrefixScope (...)
Signature: currentNamespaceAndPrefix:('?10938 * '?10939) list -> newNamespaceAndPrefix:('?10938 * '?10939) list -> ('?10938 * '?10939) list * ('?10938 * '?10939) list
Type parameters: '?10938, '?10939
build (...)
Signature: doc:XmlDocument -> currentElement:XmlNode -> inScopeNamespacesAndPrefixes:(string * string) list -> content:XmlContent -> unit
buildAttributes (...)
Signature: doc:XmlDocument -> inScopeNamespacesAndPrefixes:(string * string) list -> attr:XmlAttribute -> XmlAttribute
buildXmlNs doc (ns, prefix)
Signature: doc:XmlDocument -> (ns:string * prefix:string) -> XmlAttribute
generate doc
Signature: doc:XmlDocument -> XmlDocument
prettyPrint doc
Signature: doc:XmlDocument -> String