Variable XmlNodeUtilsConst

XmlNodeUtils: {
    nodeFromXmlElement(element): NodeInterface & NodeHasValueInterface;
    nodeFromXmlString(content): NodeInterface & NodeHasValueInterface;
    nodeToXmlElement(node): Element;
    nodeToXmlString(node, withXmlHeader?): string;
} = ...

Type declaration

Generated using TypeDoc