HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux ip-172-31-42-149 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 07:00:04 UTC 2025 aarch64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/vhost/disk-apps/pwa.sports-crowd.com/node_modules/@trapezedev/project/dist/xml.d.ts
import { VFS, VFSStorable } from './vfs';
export declare class XmlFile extends VFSStorable {
    private path;
    private vfs;
    private doc;
    private select;
    constructor(path: string, vfs: VFS);
    load(): Promise<void>;
    getDocumentElement(): HTMLElement | undefined;
    find(target: string): Element[] | null;
    deleteNodes(target: string): void;
    deleteAttributes(target: string, attributes: string[]): void;
    /**
     * Injects a fragment of XML as a child of the given target.
     * Note: If the target resolves to a node list, each node will
     * have the fragment appended.
     */
    injectFragment(target: string, fragment: string): void;
    /**
     * Merges a fragment of XML into the given target.
     */
    mergeFragment(target: string, fragment: string): void;
    mergeJsonTree(target: any, fragment: any): any;
    _mergeJson(target: any, fragment: any): void;
    /**
     * Replaces a given target with the given fragment
     */
    replaceFragment(target: string, fragment: string): void;
    /**
     * Set the key/value attributes on the target.
     * Note: if the target resolves to a node list, each node will
     * have its attributes modified
     */
    setAttrs(target: string, attrs: any): void;
    private xmlCommitFn;
    private xmlDiffFn;
}
//# sourceMappingURL=xml.d.ts.map