Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/NativeScript
/ next
Method
next
packages/core/ui/builder/index.ts:331–333 ·
view source on GitHub ↗
(args: xml.ParserEvent)
Source
from the content-addressed store, hash-verified
329
return
next;
330
}
331
protected next(args: xml.ParserEvent) {
332
this._next.parse(args);
333
}
334
}
335
336
export
class
XmlStringParser extends XmlProducerBase implements XmlProducer {
Callers
12
dataDeserialize
Function · 0.80
stringSetToStringArray
Function · 0.80
getAllKeys
Function · 0.80
_getAvailableView
Method · 0.80
parse
Method · 0.80
parse
Method · 0.80
replay
Method · 0.80
configureServer
Function · 0.80
processJournal
Method · 0.80
trimToSize
Method · 0.80
getBitmapFromReusableSet
Method · 0.80
test_ObservableArray_shouldBeIterable
Function · 0.80
Calls
1
parse
Method · 0.65
Tested by
no test coverage detected