@designliquido/xpath
Preparing search index...
XPathStaticContext
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
schema
Types
element
Declarations
attribute
Declarations
default
Element
Namespace
default
Type
Namespace
function
Signatures
default
Function
Namespace
reserved
Function
Names
collations
default
Collation
variable
Types
context
Item
Type?
Properties
schema
Types
schemaTypes
:
SchemaTypeMap
element
Declarations
elementDeclarations
:
SchemaElementMap
attribute
Declarations
attributeDeclarations
:
SchemaAttributeMap
default
Element
Namespace
defaultElementNamespace
:
string
default
Type
Namespace
defaultTypeNamespace
:
string
function
Signatures
functionSignatures
:
FunctionSignatureMap
default
Function
Namespace
defaultFunctionNamespace
:
string
reserved
Function
Names
reservedFunctionNames
:
Set
<
string
>
collations
collations
:
string
[]
default
Collation
defaultCollation
:
string
variable
Types
variableTypes
:
VariableTypeMap
Optional
context
Item
Type
contextItemType
?:
SequenceType
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
schema
Types
element
Declarations
attribute
Declarations
default
Element
Namespace
default
Type
Namespace
function
Signatures
default
Function
Namespace
reserved
Function
Names
collations
default
Collation
variable
Types
context
Item
Type
@designliquido/xpath
Loading...