MCPcopy Create free account

hub / github.com/NaturalIntelligence/fast-xml-parser / functions

Functions823 in github.com/NaturalIntelligence/fast-xml-parser

↓ 1 callersFunctionjt
(t,e,r,n)
lib/fxparser.min.js:1
↓ 1 callersFunctionjt
(t,e)
lib/fxp.cjs:1
↓ 1 callersFunctionk
(t,e,i="")
lib/fxp.min.js:1
↓ 1 callersFunctionka
(a,b)
static/js/jquery-3.2.1.min.js:2
↓ 1 callersFunctionkb
(a,b,c)
static/js/jquery-3.2.1.min.js:3
↓ 1 callersFunctionkt
(t,e)
lib/fxp.min.js:1
↓ 1 callersFunctionl
(t,e,i="")
lib/fxbuilder.min.js:1
↓ 1 callersFunctionla
(a,b)
static/js/jquery-3.2.1.min.js:2
↓ 1 callersFunctionm
(e)
lib/fxvalidator.min.js:1
↓ 1 callersFunctionma
(a)
static/js/jquery-3.2.1.min.js:2
↓ 1 callersMethodmatches
(t)
lib/fxparser.min.js:1
↓ 1 callersMethodmatchesAny
(t)
lib/fxbuilder.min.js:1
↓ 1 callersFunctionme
(t,e)
lib/fxp.cjs:1
↓ 1 callersFunctionmt
(t,e)
lib/fxparser.min.js:1
↓ 1 callersFunctionne
(t,e,i,r)
lib/fxp.min.js:1
↓ 1 callersFunctionne
(t,e)
lib/fxp.cjs:1
↓ 1 callersFunctionnormalizeProcessEntities
* Normalizes processEntities option for backward compatibility * @param {boolean|object} value * @returns {object} Always returns normalized object
src/xmlparser/OptionsBuilder.js:91
↓ 1 callersFunctiono
(t)
static/js/prettify.min.js:1
↓ 1 callersFunctiono
(e)
lib/fxvalidator.min.js:1
↓ 1 callersFunctionp
(t,e)
lib/fxp.min.js:1
↓ 1 callersFunctionp
(t,e)
lib/fxp.cjs:1
↓ 1 callersFunctionpa
(a)
static/js/jquery-3.2.1.min.js:2
↓ 1 callersFunctionparse
(val)
src/v6/valueParsers/booleanParserExt.js:12
↓ 1 callersMethodparse
(val)
src/v6/valueParsers/trim.js:2
↓ 1 callersFunctionparseAttributesExp
(attrStr, parser)
src/v6/XmlPartReader.js:183
↓ 1 callersMethodparseBytesArr
(data)
src/v6/Xml2JsParser.js:38
↓ 1 callersFunctionpb
(a)
static/js/jquery-3.2.1.min.js:4
↓ 1 callersFunctionprettify
(node, options, matcher, readonlyMatcher)
src/xmlparser/node2json.js:38
↓ 1 callersMethodprocessAttrName
(name)
src/v6/Xml2JsParser.js:177
↓ 1 callersMethodprocessTagName
(name)
src/v6/Xml2JsParser.js:183
↓ 1 callersFunctionpropName
(obj)
src/xmlparser/node2json.js:126
↓ 1 callersFunctionq
(t,e)
lib/fxparser.min.js:1
↓ 1 callersFunctionqb
(a)
static/js/jquery-3.2.1.min.js:4
↓ 1 callersFunctionqt
(t,e,r,n)
lib/fxparser.min.js:1
↓ 1 callersFunctionre
(t)
lib/fxp.min.js:1
↓ 1 callersFunctionre
(t)
lib/fxparser.min.js:1
↓ 1 callersFunctionreadAttributeStr
* Keep reading xmlData until '<' is found outside the attribute value. * @param {string} xmlData * @param {number} i
src/validator.js:280
↓ 1 callersFunctionreadCdata
(parser)
src/v6/XmlSpecialTagsReader.js:3
↓ 1 callersMethodreadClosingTag
* read closing paired tag. Set parent tag in scope. * skip a node on user's choice
src/v6/Xml2JsParser.js:86
↓ 1 callersFunctionreadClosingTagName
(source)
src/v6/XmlPartReader.js:58
↓ 1 callersFunctionreadCommentAndCDATA
(xmlData, i)
src/validator.js:221
↓ 1 callersFunctionreadDocType
(parser)
src/v6/XmlSpecialTagsReader.js:39
↓ 1 callersMethodreadDocType
(xmlData, i)
src/xmlparser/DocTypeReader.js:13
↓ 1 callersMethodreadElementExp
(xmlData, i)
src/xmlparser/DocTypeReader.js:215
↓ 1 callersMethodreadEntityExp
(xmlData, i)
src/xmlparser/DocTypeReader.js:90
↓ 1 callersMethodreadNotationExp
(xmlData, i)
src/xmlparser/DocTypeReader.js:141
↓ 1 callersMethodreadOnly
()
lib/fxparser.min.js:1
↓ 1 callersMethodreadOpeningTag
* Read paired, unpaired, self-closing, stop and special tags. * Create a new node * Push paired tag in stack.
src/v6/Xml2JsParser.js:110
↓ 1 callersFunctionreadPI
* Read Processing insstructions and skip * @param {*} xmlData * @param {*} i
src/validator.js:201
↓ 1 callersFunctionreadPiExp
(parser)
src/v6/XmlPartReader.js:110
↓ 1 callersFunctionreadPiTag
(parser)
src/v6/XmlSpecialTagsReader.js:13
↓ 1 callersMethodreadSpecialTag
(startCh)
src/v6/Xml2JsParser.js:144
↓ 1 callersMethodreadToEnd
(stream, options, callback)
src/cli/read.js:23
↓ 1 callersMethodreadUptoCloseTag
(stopStr)
src/v6/inputSource/StringSource.js:50
↓ 1 callersFunctionregisterEntity
(parser)
src/v6/XmlSpecialTagsReader.js:85
↓ 1 callersMethodreplaceEntitiesValue
* 1. Replace DOCTYPE entities * 2. Replace external entities * 3. Replace HTML entities if asked * @param {string} val
src/v6/valueParsers/EntitiesParser.js:73
↓ 1 callersMethodreset
()
lib/fxp.min.js:1
↓ 1 callersMethodreset
()
lib/fxparser.min.js:1
↓ 1 callersFunctionrt
(t,e)
lib/fxp.min.js:1
↓ 1 callersFunctionse
(t,e)
lib/fxp.min.js:1
↓ 1 callersMethodseal
()
lib/fxp.min.js:1
↓ 1 callersMethodseal
()
lib/fxparser.min.js:1
↓ 1 callersMethodsetXmlVersion
(t)
lib/fxp.min.js:1
↓ 1 callersMethodsetXmlVersion
(t)
lib/fxparser.min.js:1
↓ 1 callersMethodsetXmlVersion
(xmlVersion = 1.0)
src/xmlparser/DocTypeReader.js:10
↓ 1 callersFunctionstripAttributePrefix
* Helper function to strip attribute prefix from attribute map * @param {object} attrs - Attributes with prefix (e.g., {"@_class": "code"}) * @param
src/xmlparser/node2json.js:14
↓ 1 callersFunctiontagExpWithClosingIndex
* Returns the tag Expression and where it is ending handling single-double quotes situation * @param {string} xmlData * @param {number} i starting
src/xmlparser/OrderedObjParser.js:662
↓ 1 callersFunctionte
(t,e)
lib/fxp.min.js:1
↓ 1 callersFunctionte
(t)
lib/fxparser.min.js:1
↓ 1 callersFunctionte
(t,e,i,n)
lib/fxp.cjs:1
↓ 1 callersFunctiontransformTagName
(fn, tagName, tagExp, options)
src/xmlparser/OrderedObjParser.js:824
↓ 1 callersFunctiontt
(t,e={})
lib/fxp.min.js:1
↓ 1 callersFunctiontt
(t,e={})
lib/fxp.cjs:1
↓ 1 callersFunctionu
(t,e)
lib/fxp.min.js:1
↓ 1 callersFunctionu
(t)
lib/fxparser.min.js:1
↓ 1 callersFunctionu
(e,t)
lib/fxvalidator.min.js:1
↓ 1 callersFunctionua
(a)
static/js/jquery-3.2.1.min.js:2
↓ 1 callersMethodupdateCurrent
(t)
lib/fxp.min.js:1
↓ 1 callersMethodupdateCurrent
(t)
lib/fxparser.min.js:1
↓ 1 callersFunctionv
(t)
lib/fxp.cjs:1
↓ 1 callersFunctionva
(a,b,c)
static/js/jquery-3.2.1.min.js:2
↓ 1 callersFunctionvalidate
(xmlData, options)
src/validator.js:11
↓ 1 callersFunctionvalidateAmpersand
(xmlData, i)
src/validator.js:370
↓ 1 callersFunctionvalidateAttrName
(attrName)
src/validator.js:401
↓ 1 callersFunctionvalidateAttributeString
(attrStr, options)
src/validator.js:319
↓ 1 callersMethodvalidateClosingTag
(tagName)
src/v6/Xml2JsParser.js:97
↓ 1 callersFunctionvalidateEntityName
(name)
src/v6/EntitiesParser.js:100
↓ 1 callersFunctionvalidateEntityName
(name)
src/v6/valueParsers/EntitiesParser.js:99
↓ 1 callersFunctionvalidateFile
(fileName, ...args)
spec/validator_spec.js:39
↓ 1 callersFunctionvalidateNumberAmpersand
(xmlData, i)
src/validator.js:355
↓ 1 callersFunctionvalidatePropertyName
* Validates that a property name is safe to use * @param {string} propertyName - The property name to validate * @param {string} optionName - The op
src/xmlparser/OptionsBuilder.js:67
↓ 1 callersFunctionvalidateTagName
(tagname)
src/validator.js:407
↓ 1 callersFunctionve
(t,e,i,r,n,s)
lib/fxp.min.js:1
↓ 1 callersFunctionve
(t,e)
lib/fxp.cjs:1
↓ 1 callersFunctionvt
()
lib/fxparser.min.js:1
↓ 1 callersFunctionw
(a)
static/js/jquery-3.2.1.min.js:2
↓ 1 callersFunctionw
(t)
lib/fxp.min.js:1
↓ 1 callersFunctionw
(t,e,i,s,n)
lib/fxbuilder.min.js:1
↓ 1 callersFunctionwe
(t,e,i,n,r)
lib/fxp.cjs:1
↓ 1 callersFunctionwriteToFile
(fileName, data)
src/cli/cli.js:90
← previousnext →401–500 of 823, ranked by callers