@awayjs/core
Version:
AwayJS core classes
10 lines • 533 B
TypeScript
export declare class XmlUtils {
static getChildrenWithTag(node: Node, tag: string): NodeList;
static filterListByParam(nodes: NodeList, paramName: string, paramValue: any): NodeList;
static strToXml(str: string): Node;
static nodeToString(node: Node): string;
static readAttributeValue(node: any, attrName: string): string;
static writeAttributeValue(node: any, attrName: string, attrValue: string): void;
static hasAttribute(node: any, attrName: string): boolean;
}
//# sourceMappingURL=XmlUtils.d.ts.map