1+ <!doctype html>
2+ < html class ="no-js " lang ="en ">
3+ < head >
4+ < meta name ="viewport " content ="width=device-width, initial-scale=1 " charset ="UTF-8 ">
5+ < title > [JS]newReader</ title >
6+ < link href ="../../images/logo-icon.svg " rel ="icon " type ="image/svg "> < script > var pathToRoot = "../../" ; </ script >
7+ < script > document . documentElement . classList . replace ( "no-js" , "js" ) ; </ script >
8+ < script > const storage = localStorage . getItem ( "dokka-dark-mode" )
9+ if ( storage == null ) {
10+ const osDarkSchemePreferred = window . matchMedia && window . matchMedia ( '(prefers-color-scheme: dark)' ) . matches
11+ if ( osDarkSchemePreferred === true ) {
12+ document . getElementsByTagName ( "html" ) [ 0 ] . classList . add ( "theme-dark" )
13+ }
14+ } else {
15+ const savedDarkMode = JSON . parse ( storage )
16+ if ( savedDarkMode === true ) {
17+ document . getElementsByTagName ( "html" ) [ 0 ] . classList . add ( "theme-dark" )
18+ }
19+ }
20+ </ script >
21+ < script type ="text/javascript " src ="https://unpkg.com/kotlin-playground@1/dist/playground.min.js " async > </ script >
22+ < script type ="text/javascript " src ="../../scripts/sourceset_dependencies.js " async > </ script >
23+ < link href ="../../styles/style.css " rel ="Stylesheet ">
24+ < link href ="../../styles/main.css " rel ="Stylesheet ">
25+ < link href ="../../styles/prism.css " rel ="Stylesheet ">
26+ < link href ="../../styles/logo-styles.css " rel ="Stylesheet ">
27+ < link href ="../../ui-kit/ui-kit.min.css " rel ="Stylesheet ">
28+ < script type ="text/javascript " src ="../../scripts/safe-local-storage_blocking.js "> </ script >
29+ < script type ="text/javascript " src ="../../scripts/navigation-loader.js " async > </ script >
30+ < script type ="text/javascript " src ="../../scripts/platform-content-handler.js " async > </ script >
31+ < script type ="text/javascript " src ="../../scripts/main.js " defer > </ script >
32+ < script type ="text/javascript " src ="../../scripts/prism.js " async > </ script >
33+ < script type ="text/javascript " src ="../../ui-kit/ui-kit.min.js " defer > </ script > </ head >
34+ < body >
35+ < div class ="root ">
36+ < header class ="navigation theme-dark " id ="navigation-wrapper " role ="banner ">
37+ < a class ="library-name--link " href ="../../index.html " tabindex ="1 ">
38+ xmlutil
39+ </ a > < button class ="navigation-controls--btn navigation-controls--btn_toc ui-kit_mobile-only " id ="toc-toggle " type ="button "> Toggle table of contents
40+ </ button >
41+ < div class ="navigation-controls--break ui-kit_mobile-only "> </ div >
42+ < div class ="library-version " id ="library-version "> 0.91.3
43+ </ div >
44+ < div class ="navigation-controls ">
45+ < ul class ="filter-section filter-section_loading " id ="filter-section " aria-label ="Target filter ">
46+ < button class ="platform-tag platform-selector js-like " data-active ="" aria-pressed ="true " data-filter =":core/jsMain "> JS</ button >
47+ < div class ="dropdown filter-section--dropdown " data-role ="dropdown " id ="filter-section-dropdown ">
48+ < button class ="button button_dropdown filter-section--dropdown-toggle " role ="combobox " data-role ="dropdown-toggle " aria-controls ="platform-tags-listbox " aria-haspopup ="listbox " aria-expanded ="false " aria-label ="Toggle source sets "> </ button >
49+ < ul role ="listbox " id ="platform-tags-listbox " class ="dropdown--list " data-role ="dropdown-listbox " aria-label ="Target filter ">
50+ < div class ="dropdown--header "> < span > Target filter</ span >
51+ < button class ="button " data-role ="dropdown-toggle " aria-label ="Close target filter ">
52+ < i class ="ui-kit-icon ui-kit-icon_cross "> </ i >
53+ </ button >
54+ </ div >
55+ < li role ="option " class ="dropdown--option platform-selector-option js-like " tabindex ="0 ">
56+ < label class ="checkbox ">
57+ < input type ="checkbox " class ="checkbox--input " id =":core/jsMain " data-filter =":core/jsMain ">
58+ < span class ="checkbox--icon "> </ span >
59+ JS
60+ </ label >
61+ </ li >
62+ </ ul >
63+ < div class ="dropdown--overlay "> </ div >
64+ </ div >
65+ </ ul >
66+ < button class ="navigation-controls--btn navigation-controls--btn_theme " id ="theme-toggle-button " type ="button "> Switch theme
67+ </ button >
68+ < div class ="navigation-controls--btn navigation-controls--btn_search " id ="searchBar " role ="button "> Search in
69+ API
70+ </ div >
71+ </ div >
72+ </ header >
73+ < div id ="container ">
74+ < nav id ="leftColumn " class ="sidebar " data-item-type ="SECTION " data-item-config ="{"defaultSize": 280, "minSize": 200, "maxSize": 400} ">
75+ < a class ="toc--skip-link " href ="#main "> Skip to content</ a >
76+ < div class ="dropdown theme-dark_mobile " data-role ="dropdown " id ="toc-dropdown ">
77+ < ul role ="listbox " id ="toc-listbox " class ="dropdown--list dropdown--list_toc-list " data-role ="dropdown-listbox " aria-label ="Table of contents ">
78+ < div class ="dropdown--header ">
79+ < span >
80+ xmlutil
81+ </ span >
82+ < button class ="button " data-role ="dropdown-toggle " aria-label ="Close table of contents ">
83+ < i class ="ui-kit-icon ui-kit-icon_cross "> </ i >
84+ </ button >
85+ </ div >
86+ < div class ="sidebar--inner " id ="sideMenu "> </ div >
87+ </ ul >
88+ < div class ="dropdown--overlay "> </ div >
89+ </ div >
90+ </ nav >
91+ < div id ="resizer " class ="resizer " data-item-type ="BAR "> </ div >
92+ < div id ="main " data-item-type ="SECTION " role ="main ">
93+ < div class ="main-content " data-page-type ="member " id ="content " pageids ="core::nl.adaptivity.xmlutil//newReader/nl.adaptivity.xmlutil.IXmlStreaming#org.w3c.dom.Node/PointingToDeclaration//1626307724 ">
94+ < div class ="breadcrumbs "> < a href ="../index.html "> core</ a > < span class ="delimiter "> /</ span > < a href ="index.html "> nl.adaptivity.xmlutil</ a > < span class ="delimiter "> /</ span > < span class ="current "> [JS]newReader</ span > </ div >
95+ < div class ="cover ">
96+ < h1 class ="cover "> < span > new</ span > < wbr > < span > < span > Reader</ span > </ span > </ h1 >
97+ </ div >
98+ < div class ="platform-hinted with-platform-tabs " data-platform-hinted ="data-platform-hinted ">
99+ < div class ="platform-bookmarks-row " data-toggle-list ="data-toggle-list "> < button class ="platform-bookmark " data-filterable-current =":core/jsMain " data-filterable-set =":core/jsMain " data-active ="" data-toggle =":core/jsMain "> JS</ button > </ div >
100+ < div class ="content sourceset-dependent-content " data-active ="" data-togglable =":core/jsMain "> < div class ="symbol monospace "> < span class ="token keyword "> fun </ span > < a href ="-i-xml-streaming/index.html "> IXmlStreaming</ a > < span class ="token punctuation "> .</ span > < a href ="[-j-s]new-reader.html "> < span class ="token function "> newReader</ span > </ a > < span class ="token punctuation "> (</ span > < span class ="parameters "> < span class ="parameter "> delegate< span class ="token operator "> : </ span > < a href ="https://kotlinlang.org/api/core/kotlin-stdlib/org.w3c.dom/-node/index.html "> Node</ a > </ span > </ span > < span class ="token punctuation "> )</ span > < span class ="token operator "> : </ span > < a href ="../../core/nl.adaptivity.xmlutil/-dom-reader/index.html "> DomReader</ a > </ div > </ div > </ div >
101+ </ div >
102+ < div class ="footer ">
103+ < div class ="footer--container ">
104+ < a href ="#content " id ="go-to-top-link " class ="footer--button footer--button_go-to-top "> </ a >
105+ < div class ="footer--content ">
106+ < div >
107+ < span > Generated by </ span >
108+ < a class ="footer--link footer--link_external " href ="https://github.com/Kotlin/dokka ">
109+ Dokka
110+ </ a >
111+ < div > © 2025 Copyright</ div >
112+ </ div >
113+ </ div >
114+ </ div >
115+ </ div >
116+ </ div >
117+ </ div >
118+ </ div >
119+ </ body >
120+ </ html >
0 commit comments