| Class and Description |
|---|
| XMLReferencesSettings
XML references settings:
"xml.references": [
// references for tei.xml files
{
"pattern": "*.xml",
"expressions": [
{
"prefix": "#",
"from": "@resp",
"to": "persName/@xml:id"
},
{
"prefix": "#",
"from": "@corresp",
"to": "@xml:id"
}
]
},
// references for docbook.xml files
{
"pattern": "*.xml",
"expressions": [
{
"from": "xref/@linkend",
"to": "@id"
}
]
}
]
|
| Class and Description |
|---|
| XMLReferenceExpression
XML reference expression
{
"prefix": "#",
"from": "@corresp",
"to": "@xml:id"
}
|
| XMLReferencesSettings
XML references settings:
"xml.references": [
// references for tei.xml files
{
"pattern": "*.xml",
"expressions": [
{
"prefix": "#",
"from": "@resp",
"to": "persName/@xml:id"
},
{
"prefix": "#",
"from": "@corresp",
"to": "@xml:id"
}
]
},
// references for docbook.xml files
{
"pattern": "*.xml",
"expressions": [
{
"from": "xref/@linkend",
"to": "@id"
}
]
}
]
|
| Class and Description |
|---|
| XMLReferenceExpression
XML reference expression
{
"prefix": "#",
"from": "@corresp",
"to": "@xml:id"
}
|
| XMLReferences
XML references which stores list of
XMLReferenceExpression applied
for a give pattern. |
| XMLReferencesSettings
XML references settings:
"xml.references": [
// references for tei.xml files
{
"pattern": "*.xml",
"expressions": [
{
"prefix": "#",
"from": "@resp",
"to": "persName/@xml:id"
},
{
"prefix": "#",
"from": "@corresp",
"to": "@xml:id"
}
]
},
// references for docbook.xml files
{
"pattern": "*.xml",
"expressions": [
{
"from": "xref/@linkend",
"to": "@id"
}
]
}
]
|
Copyright © 2023. All rights reserved.