Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/denoland/std
/
Class
xml/_tokenizer.ts:298–298 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
296
* boundaries correctly
for
all XML constructs.
297
*/
298
export
class
XmlTokenizer {
299
#buffer =
""
;
300
#bufferIndex = 0;
301
#state: StateType = State.INITIAL;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected