@designliquido/xpath
    Preparing search index...

    Interface XPathStaticContext

    interface XPathStaticContext {
        schemaTypes: SchemaTypeMap;
        elementDeclarations: SchemaElementMap;
        attributeDeclarations: SchemaAttributeMap;
        defaultElementNamespace: string;
        defaultTypeNamespace: string;
        functionSignatures: FunctionSignatureMap;
        defaultFunctionNamespace: string;
        reservedFunctionNames: Set<string>;
        collations: string[];
        defaultCollation: string;
        variableTypes: VariableTypeMap;
        contextItemType?: SequenceType;
    }
    Index

    Properties

    schemaTypes: SchemaTypeMap
    elementDeclarations: SchemaElementMap
    attributeDeclarations: SchemaAttributeMap
    defaultElementNamespace: string
    defaultTypeNamespace: string
    functionSignatures: FunctionSignatureMap
    defaultFunctionNamespace: string
    reservedFunctionNames: Set<string>
    collations: string[]
    defaultCollation: string
    variableTypes: VariableTypeMap
    contextItemType?: SequenceType