hosanna-ui-docs - v0.9.0
    Preparing search index...

    Interface for XML list operations.

    interface ISGIXMLList {
        GetAttributes(): any;
        GetChildElements(): any;
        GetNamedElements(name: string): any;
        GetNamedElementsCi(name: string): any;
        GetText(): string;
        Simplify(): any;
    }

    Hierarchy (View Summary)

    Index

    Methods