aspose-html-net 25.9.0__py3-none-macosx_10_14_x86_64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (320) hide show
  1. .__pyi_patched +0 -0
  2. aspose/__init__.py +82 -0
  3. aspose/__pyinstaller/__init__.pyi +1 -0
  4. aspose/__pyinstaller/hook-aspose.py +10 -0
  5. aspose/assemblies/html/Aspose.HTML.dll +0 -0
  6. aspose/assemblies/html/Microsoft.Extensions.Logging.Abstractions.dll +0 -0
  7. aspose/assemblies/html/Microsoft.Win32.SystemEvents.dll +0 -0
  8. aspose/assemblies/html/System.Diagnostics.DiagnosticSource.dll +0 -0
  9. aspose/assemblies/html/System.Drawing.Common.dll +0 -0
  10. aspose/assemblies/html/System.Runtime.CompilerServices.Unsafe.dll +0 -0
  11. aspose/assemblies/html/System.Security.AccessControl.dll +0 -0
  12. aspose/assemblies/html/System.Security.Permissions.dll +0 -0
  13. aspose/assemblies/html/System.Security.Principal.Windows.dll +0 -0
  14. aspose/assemblies/html/System.Windows.Extensions.dll +0 -0
  15. aspose/assemblies/html/WrpInterop.Aspose.Html.dll +0 -0
  16. aspose/assemblies/pycore/WrpInterop.Aspose.PyCore.dll +0 -0
  17. aspose/assemblies/pydrawing/Microsoft.Win32.SystemEvents.dll +0 -0
  18. aspose/assemblies/pydrawing/System.Drawing.Common.dll +0 -0
  19. aspose/assemblies/pydrawing/WrpInterop.Aspose.PyDrawing.dll +0 -0
  20. aspose/assemblies/pygc/Aspose.PyGC.dll +0 -0
  21. aspose/assemblies/pyreflection/WrpInterop.Aspose.PyReflection.dll +0 -0
  22. aspose/html/__init__.pyi +42095 -0
  23. aspose/html/__nuitka/__init__.pyi +1 -0
  24. aspose/html/__nuitka/aspose-html.nuitka-package.config.yml +19 -0
  25. aspose/html/__pyinstaller/__init__.pyi +1 -0
  26. aspose/html/__pyinstaller/hook-aspose.html.py +9 -0
  27. aspose/html/accessibility/__init__.pyi +469 -0
  28. aspose/html/accessibility/results/__init__.pyi +106 -0
  29. aspose/html/accessibility/saving/__init__.pyi +78 -0
  30. aspose/html/collections/__init__.pyi +246 -0
  31. aspose/html/converters/__init__.pyi +2793 -0
  32. aspose/html/diagnostics/__init__.pyi +72 -0
  33. aspose/html/dom/__init__.pyi +6830 -0
  34. aspose/html/dom/attributes/__init__.pyi +144 -0
  35. aspose/html/dom/canvas/__init__.pyi +1103 -0
  36. aspose/html/dom/css/__init__.pyi +3488 -0
  37. aspose/html/dom/events/__init__.pyi +1397 -0
  38. aspose/html/dom/mutations/__init__.pyi +259 -0
  39. aspose/html/dom/svg/__init__.pyi +31934 -0
  40. aspose/html/dom/svg/datatypes/__init__.pyi +1247 -0
  41. aspose/html/dom/svg/events/__init__.pyi +279 -0
  42. aspose/html/dom/svg/filters/__init__.pyi +16150 -0
  43. aspose/html/dom/svg/paths/__init__.pyi +3466 -0
  44. aspose/html/dom/svg/saving/__init__.pyi +106 -0
  45. aspose/html/dom/traversal/__init__.pyi +461 -0
  46. aspose/html/dom/traversal/filters/__init__.pyi +200 -0
  47. aspose/html/dom/views/__init__.pyi +79 -0
  48. aspose/html/dom/xpath/__init__.pyi +317 -0
  49. aspose/html/drawing/__init__.pyi +3224 -0
  50. aspose/html/forms/__init__.pyi +998 -0
  51. aspose/html/io/__init__.pyi +219 -0
  52. aspose/html/loading/__init__.pyi +68 -0
  53. aspose/html/net/__init__.pyi +521 -0
  54. aspose/html/net/headers/__init__.pyi +147 -0
  55. aspose/html/net/messagefilters/__init__.pyi +67 -0
  56. aspose/html/net/messagehandlers/__init__.pyi +103 -0
  57. aspose/html/rendering/__init__.pyi +805 -0
  58. aspose/html/rendering/doc/__init__.pyi +280 -0
  59. aspose/html/rendering/fonts/__init__.pyi +90 -0
  60. aspose/html/rendering/image/__init__.pyi +291 -0
  61. aspose/html/rendering/pdf/__init__.pyi +305 -0
  62. aspose/html/rendering/pdf/encryption/__init__.pyi +171 -0
  63. aspose/html/rendering/xps/__init__.pyi +169 -0
  64. aspose/html/saving/__init__.pyi +751 -0
  65. aspose/html/saving/resourcehandlers/__init__.pyi +95 -0
  66. aspose/html/services/__init__.pyi +175 -0
  67. aspose/html/toolkit/__init__.pyi +55 -0
  68. aspose/html/toolkit/markdown/__init__.pyi +55 -0
  69. aspose/html/toolkit/markdown/syntax/__init__.pyi +6234 -0
  70. aspose/html/toolkit/markdown/syntax/extensions/__init__.pyi +549 -0
  71. aspose/html/toolkit/markdown/syntax/parser/__init__.pyi +631 -0
  72. aspose/html/toolkit/markdown/syntax/parser/extensions/__init__.pyi +55 -0
  73. aspose/html/toolkit/markdown/syntax/parser/extensions/gfm/__init__.pyi +66 -0
  74. aspose/html/toolkit/markdown/syntax/text/__init__.pyi +366 -0
  75. aspose/html/toolkit/optimizers/__init__.pyi +233 -0
  76. aspose/html/window/__init__.pyi +501 -0
  77. aspose/html.cpython-310-darwin.so +0 -0
  78. aspose/html.cpython-311-darwin.so +0 -0
  79. aspose/html.cpython-313-darwin.so +0 -0
  80. aspose/html.cpython-35m-darwin.so +0 -0
  81. aspose/html.cpython-36m-darwin.so +0 -0
  82. aspose/html.cpython-37m-darwin.so +0 -0
  83. aspose/html.cpython-38-darwin.so +0 -0
  84. aspose/html.cpython-39-darwin.so +0 -0
  85. aspose/netcore/netcore3.1/Microsoft.CSharp.dll +0 -0
  86. aspose/netcore/netcore3.1/Microsoft.VisualBasic.Core.dll +0 -0
  87. aspose/netcore/netcore3.1/Microsoft.VisualBasic.dll +0 -0
  88. aspose/netcore/netcore3.1/Microsoft.Win32.Primitives.dll +0 -0
  89. aspose/netcore/netcore3.1/Microsoft.Win32.Registry.dll +0 -0
  90. aspose/netcore/netcore3.1/SOS_README.md +5 -0
  91. aspose/netcore/netcore3.1/System.AppContext.dll +0 -0
  92. aspose/netcore/netcore3.1/System.Buffers.dll +0 -0
  93. aspose/netcore/netcore3.1/System.Collections.Concurrent.dll +0 -0
  94. aspose/netcore/netcore3.1/System.Collections.Immutable.dll +0 -0
  95. aspose/netcore/netcore3.1/System.Collections.NonGeneric.dll +0 -0
  96. aspose/netcore/netcore3.1/System.Collections.Specialized.dll +0 -0
  97. aspose/netcore/netcore3.1/System.Collections.dll +0 -0
  98. aspose/netcore/netcore3.1/System.ComponentModel.Annotations.dll +0 -0
  99. aspose/netcore/netcore3.1/System.ComponentModel.DataAnnotations.dll +0 -0
  100. aspose/netcore/netcore3.1/System.ComponentModel.EventBasedAsync.dll +0 -0
  101. aspose/netcore/netcore3.1/System.ComponentModel.Primitives.dll +0 -0
  102. aspose/netcore/netcore3.1/System.ComponentModel.TypeConverter.dll +0 -0
  103. aspose/netcore/netcore3.1/System.ComponentModel.dll +0 -0
  104. aspose/netcore/netcore3.1/System.Configuration.dll +0 -0
  105. aspose/netcore/netcore3.1/System.Console.dll +0 -0
  106. aspose/netcore/netcore3.1/System.Core.dll +0 -0
  107. aspose/netcore/netcore3.1/System.Data.Common.dll +0 -0
  108. aspose/netcore/netcore3.1/System.Data.DataSetExtensions.dll +0 -0
  109. aspose/netcore/netcore3.1/System.Data.dll +0 -0
  110. aspose/netcore/netcore3.1/System.Diagnostics.Contracts.dll +0 -0
  111. aspose/netcore/netcore3.1/System.Diagnostics.Debug.dll +0 -0
  112. aspose/netcore/netcore3.1/System.Diagnostics.DiagnosticSource.dll +0 -0
  113. aspose/netcore/netcore3.1/System.Diagnostics.FileVersionInfo.dll +0 -0
  114. aspose/netcore/netcore3.1/System.Diagnostics.Process.dll +0 -0
  115. aspose/netcore/netcore3.1/System.Diagnostics.StackTrace.dll +0 -0
  116. aspose/netcore/netcore3.1/System.Diagnostics.TextWriterTraceListener.dll +0 -0
  117. aspose/netcore/netcore3.1/System.Diagnostics.Tools.dll +0 -0
  118. aspose/netcore/netcore3.1/System.Diagnostics.TraceSource.dll +0 -0
  119. aspose/netcore/netcore3.1/System.Diagnostics.Tracing.dll +0 -0
  120. aspose/netcore/netcore3.1/System.Drawing.Primitives.dll +0 -0
  121. aspose/netcore/netcore3.1/System.Drawing.dll +0 -0
  122. aspose/netcore/netcore3.1/System.Dynamic.Runtime.dll +0 -0
  123. aspose/netcore/netcore3.1/System.Globalization.Calendars.dll +0 -0
  124. aspose/netcore/netcore3.1/System.Globalization.Extensions.dll +0 -0
  125. aspose/netcore/netcore3.1/System.Globalization.Native.dylib +0 -0
  126. aspose/netcore/netcore3.1/System.Globalization.dll +0 -0
  127. aspose/netcore/netcore3.1/System.IO.Compression.Brotli.dll +0 -0
  128. aspose/netcore/netcore3.1/System.IO.Compression.FileSystem.dll +0 -0
  129. aspose/netcore/netcore3.1/System.IO.Compression.Native.a +0 -0
  130. aspose/netcore/netcore3.1/System.IO.Compression.Native.dylib +0 -0
  131. aspose/netcore/netcore3.1/System.IO.Compression.ZipFile.dll +0 -0
  132. aspose/netcore/netcore3.1/System.IO.Compression.dll +0 -0
  133. aspose/netcore/netcore3.1/System.IO.FileSystem.AccessControl.dll +0 -0
  134. aspose/netcore/netcore3.1/System.IO.FileSystem.DriveInfo.dll +0 -0
  135. aspose/netcore/netcore3.1/System.IO.FileSystem.Primitives.dll +0 -0
  136. aspose/netcore/netcore3.1/System.IO.FileSystem.Watcher.dll +0 -0
  137. aspose/netcore/netcore3.1/System.IO.FileSystem.dll +0 -0
  138. aspose/netcore/netcore3.1/System.IO.IsolatedStorage.dll +0 -0
  139. aspose/netcore/netcore3.1/System.IO.MemoryMappedFiles.dll +0 -0
  140. aspose/netcore/netcore3.1/System.IO.Pipes.AccessControl.dll +0 -0
  141. aspose/netcore/netcore3.1/System.IO.Pipes.dll +0 -0
  142. aspose/netcore/netcore3.1/System.IO.UnmanagedMemoryStream.dll +0 -0
  143. aspose/netcore/netcore3.1/System.IO.dll +0 -0
  144. aspose/netcore/netcore3.1/System.Linq.Expressions.dll +0 -0
  145. aspose/netcore/netcore3.1/System.Linq.Parallel.dll +0 -0
  146. aspose/netcore/netcore3.1/System.Linq.Queryable.dll +0 -0
  147. aspose/netcore/netcore3.1/System.Linq.dll +0 -0
  148. aspose/netcore/netcore3.1/System.Memory.dll +0 -0
  149. aspose/netcore/netcore3.1/System.Native.a +0 -0
  150. aspose/netcore/netcore3.1/System.Native.dylib +0 -0
  151. aspose/netcore/netcore3.1/System.Net.Http.Native.a +0 -0
  152. aspose/netcore/netcore3.1/System.Net.Http.Native.dylib +0 -0
  153. aspose/netcore/netcore3.1/System.Net.Http.dll +0 -0
  154. aspose/netcore/netcore3.1/System.Net.HttpListener.dll +0 -0
  155. aspose/netcore/netcore3.1/System.Net.Mail.dll +0 -0
  156. aspose/netcore/netcore3.1/System.Net.NameResolution.dll +0 -0
  157. aspose/netcore/netcore3.1/System.Net.NetworkInformation.dll +0 -0
  158. aspose/netcore/netcore3.1/System.Net.Ping.dll +0 -0
  159. aspose/netcore/netcore3.1/System.Net.Primitives.dll +0 -0
  160. aspose/netcore/netcore3.1/System.Net.Requests.dll +0 -0
  161. aspose/netcore/netcore3.1/System.Net.Security.Native.a +0 -0
  162. aspose/netcore/netcore3.1/System.Net.Security.Native.dylib +0 -0
  163. aspose/netcore/netcore3.1/System.Net.Security.dll +0 -0
  164. aspose/netcore/netcore3.1/System.Net.ServicePoint.dll +0 -0
  165. aspose/netcore/netcore3.1/System.Net.Sockets.dll +0 -0
  166. aspose/netcore/netcore3.1/System.Net.WebClient.dll +0 -0
  167. aspose/netcore/netcore3.1/System.Net.WebHeaderCollection.dll +0 -0
  168. aspose/netcore/netcore3.1/System.Net.WebProxy.dll +0 -0
  169. aspose/netcore/netcore3.1/System.Net.WebSockets.Client.dll +0 -0
  170. aspose/netcore/netcore3.1/System.Net.WebSockets.dll +0 -0
  171. aspose/netcore/netcore3.1/System.Net.dll +0 -0
  172. aspose/netcore/netcore3.1/System.Numerics.Vectors.dll +0 -0
  173. aspose/netcore/netcore3.1/System.Numerics.dll +0 -0
  174. aspose/netcore/netcore3.1/System.ObjectModel.dll +0 -0
  175. aspose/netcore/netcore3.1/System.Private.CoreLib.dll +0 -0
  176. aspose/netcore/netcore3.1/System.Private.DataContractSerialization.dll +0 -0
  177. aspose/netcore/netcore3.1/System.Private.Uri.dll +0 -0
  178. aspose/netcore/netcore3.1/System.Private.Xml.Linq.dll +0 -0
  179. aspose/netcore/netcore3.1/System.Private.Xml.dll +0 -0
  180. aspose/netcore/netcore3.1/System.Reflection.DispatchProxy.dll +0 -0
  181. aspose/netcore/netcore3.1/System.Reflection.Emit.ILGeneration.dll +0 -0
  182. aspose/netcore/netcore3.1/System.Reflection.Emit.Lightweight.dll +0 -0
  183. aspose/netcore/netcore3.1/System.Reflection.Emit.dll +0 -0
  184. aspose/netcore/netcore3.1/System.Reflection.Extensions.dll +0 -0
  185. aspose/netcore/netcore3.1/System.Reflection.Metadata.dll +0 -0
  186. aspose/netcore/netcore3.1/System.Reflection.Primitives.dll +0 -0
  187. aspose/netcore/netcore3.1/System.Reflection.TypeExtensions.dll +0 -0
  188. aspose/netcore/netcore3.1/System.Reflection.dll +0 -0
  189. aspose/netcore/netcore3.1/System.Resources.Reader.dll +0 -0
  190. aspose/netcore/netcore3.1/System.Resources.ResourceManager.dll +0 -0
  191. aspose/netcore/netcore3.1/System.Resources.Writer.dll +0 -0
  192. aspose/netcore/netcore3.1/System.Runtime.CompilerServices.Unsafe.dll +0 -0
  193. aspose/netcore/netcore3.1/System.Runtime.CompilerServices.VisualC.dll +0 -0
  194. aspose/netcore/netcore3.1/System.Runtime.Extensions.dll +0 -0
  195. aspose/netcore/netcore3.1/System.Runtime.Handles.dll +0 -0
  196. aspose/netcore/netcore3.1/System.Runtime.InteropServices.RuntimeInformation.dll +0 -0
  197. aspose/netcore/netcore3.1/System.Runtime.InteropServices.WindowsRuntime.dll +0 -0
  198. aspose/netcore/netcore3.1/System.Runtime.InteropServices.dll +0 -0
  199. aspose/netcore/netcore3.1/System.Runtime.Intrinsics.dll +0 -0
  200. aspose/netcore/netcore3.1/System.Runtime.Loader.dll +0 -0
  201. aspose/netcore/netcore3.1/System.Runtime.Numerics.dll +0 -0
  202. aspose/netcore/netcore3.1/System.Runtime.Serialization.Formatters.dll +0 -0
  203. aspose/netcore/netcore3.1/System.Runtime.Serialization.Json.dll +0 -0
  204. aspose/netcore/netcore3.1/System.Runtime.Serialization.Primitives.dll +0 -0
  205. aspose/netcore/netcore3.1/System.Runtime.Serialization.Xml.dll +0 -0
  206. aspose/netcore/netcore3.1/System.Runtime.Serialization.dll +0 -0
  207. aspose/netcore/netcore3.1/System.Runtime.WindowsRuntime.UI.Xaml.dll +0 -0
  208. aspose/netcore/netcore3.1/System.Runtime.WindowsRuntime.dll +0 -0
  209. aspose/netcore/netcore3.1/System.Runtime.dll +0 -0
  210. aspose/netcore/netcore3.1/System.Security.AccessControl.dll +0 -0
  211. aspose/netcore/netcore3.1/System.Security.Claims.dll +0 -0
  212. aspose/netcore/netcore3.1/System.Security.Cryptography.Algorithms.dll +0 -0
  213. aspose/netcore/netcore3.1/System.Security.Cryptography.Cng.dll +0 -0
  214. aspose/netcore/netcore3.1/System.Security.Cryptography.Csp.dll +0 -0
  215. aspose/netcore/netcore3.1/System.Security.Cryptography.Encoding.dll +0 -0
  216. aspose/netcore/netcore3.1/System.Security.Cryptography.Native.Apple.a +0 -0
  217. aspose/netcore/netcore3.1/System.Security.Cryptography.Native.Apple.dylib +0 -0
  218. aspose/netcore/netcore3.1/System.Security.Cryptography.Native.OpenSsl.a +0 -0
  219. aspose/netcore/netcore3.1/System.Security.Cryptography.Native.OpenSsl.dylib +0 -0
  220. aspose/netcore/netcore3.1/System.Security.Cryptography.OpenSsl.dll +0 -0
  221. aspose/netcore/netcore3.1/System.Security.Cryptography.Primitives.dll +0 -0
  222. aspose/netcore/netcore3.1/System.Security.Cryptography.X509Certificates.dll +0 -0
  223. aspose/netcore/netcore3.1/System.Security.Principal.Windows.dll +0 -0
  224. aspose/netcore/netcore3.1/System.Security.Principal.dll +0 -0
  225. aspose/netcore/netcore3.1/System.Security.SecureString.dll +0 -0
  226. aspose/netcore/netcore3.1/System.Security.dll +0 -0
  227. aspose/netcore/netcore3.1/System.ServiceModel.Web.dll +0 -0
  228. aspose/netcore/netcore3.1/System.ServiceProcess.dll +0 -0
  229. aspose/netcore/netcore3.1/System.Text.Encoding.CodePages.dll +0 -0
  230. aspose/netcore/netcore3.1/System.Text.Encoding.Extensions.dll +0 -0
  231. aspose/netcore/netcore3.1/System.Text.Encoding.dll +0 -0
  232. aspose/netcore/netcore3.1/System.Text.Encodings.Web.dll +0 -0
  233. aspose/netcore/netcore3.1/System.Text.Json.dll +0 -0
  234. aspose/netcore/netcore3.1/System.Text.RegularExpressions.dll +0 -0
  235. aspose/netcore/netcore3.1/System.Threading.Channels.dll +0 -0
  236. aspose/netcore/netcore3.1/System.Threading.Overlapped.dll +0 -0
  237. aspose/netcore/netcore3.1/System.Threading.Tasks.Dataflow.dll +0 -0
  238. aspose/netcore/netcore3.1/System.Threading.Tasks.Extensions.dll +0 -0
  239. aspose/netcore/netcore3.1/System.Threading.Tasks.Parallel.dll +0 -0
  240. aspose/netcore/netcore3.1/System.Threading.Tasks.dll +0 -0
  241. aspose/netcore/netcore3.1/System.Threading.Thread.dll +0 -0
  242. aspose/netcore/netcore3.1/System.Threading.ThreadPool.dll +0 -0
  243. aspose/netcore/netcore3.1/System.Threading.Timer.dll +0 -0
  244. aspose/netcore/netcore3.1/System.Threading.dll +0 -0
  245. aspose/netcore/netcore3.1/System.Transactions.Local.dll +0 -0
  246. aspose/netcore/netcore3.1/System.Transactions.dll +0 -0
  247. aspose/netcore/netcore3.1/System.ValueTuple.dll +0 -0
  248. aspose/netcore/netcore3.1/System.Web.HttpUtility.dll +0 -0
  249. aspose/netcore/netcore3.1/System.Web.dll +0 -0
  250. aspose/netcore/netcore3.1/System.Windows.dll +0 -0
  251. aspose/netcore/netcore3.1/System.Xml.Linq.dll +0 -0
  252. aspose/netcore/netcore3.1/System.Xml.ReaderWriter.dll +0 -0
  253. aspose/netcore/netcore3.1/System.Xml.Serialization.dll +0 -0
  254. aspose/netcore/netcore3.1/System.Xml.XDocument.dll +0 -0
  255. aspose/netcore/netcore3.1/System.Xml.XPath.XDocument.dll +0 -0
  256. aspose/netcore/netcore3.1/System.Xml.XPath.dll +0 -0
  257. aspose/netcore/netcore3.1/System.Xml.XmlDocument.dll +0 -0
  258. aspose/netcore/netcore3.1/System.Xml.XmlSerializer.dll +0 -0
  259. aspose/netcore/netcore3.1/System.Xml.dll +0 -0
  260. aspose/netcore/netcore3.1/System.dll +0 -0
  261. aspose/netcore/netcore3.1/WindowsBase.dll +0 -0
  262. aspose/netcore/netcore3.1/libaspose.embed.coreclrwrap.dylib +0 -0
  263. aspose/netcore/netcore3.1/libclrjit.dylib +0 -0
  264. aspose/netcore/netcore3.1/libcoreclr.dylib +0 -0
  265. aspose/netcore/netcore3.1/libdbgshim.dylib +0 -0
  266. aspose/netcore/netcore3.1/libhostfxr.dylib +0 -0
  267. aspose/netcore/netcore3.1/libhostpolicy.dylib +0 -0
  268. aspose/netcore/netcore3.1/libmscordaccore.dylib +0 -0
  269. aspose/netcore/netcore3.1/libmscordbi.dylib +0 -0
  270. aspose/netcore/netcore3.1/mscorlib.dll +0 -0
  271. aspose/netcore/netcore3.1/netstandard.dll +0 -0
  272. aspose/pycore/__init__.pyi +56 -0
  273. aspose/pycore/__pyinstaller/__init__.pyi +1 -0
  274. aspose/pycore/__pyinstaller/hook-aspose.pycore.py +11 -0
  275. aspose/pycore.cpython-310-darwin.so +0 -0
  276. aspose/pycore.cpython-311-darwin.so +0 -0
  277. aspose/pycore.cpython-313-darwin.so +0 -0
  278. aspose/pycore.cpython-35m-darwin.so +0 -0
  279. aspose/pycore.cpython-36m-darwin.so +0 -0
  280. aspose/pycore.cpython-37m-darwin.so +0 -0
  281. aspose/pycore.cpython-38-darwin.so +0 -0
  282. aspose/pycore.cpython-39-darwin.so +0 -0
  283. aspose/pydrawing/__init__.pyi +8 -0
  284. aspose/pydrawing/__pyinstaller/__init__.pyi +1 -0
  285. aspose/pydrawing/__pyinstaller/hook-aspose.pydrawing.py +9 -0
  286. aspose/pydrawing.cpython-310-darwin.so +0 -0
  287. aspose/pydrawing.cpython-311-darwin.so +0 -0
  288. aspose/pydrawing.cpython-313-darwin.so +0 -0
  289. aspose/pydrawing.cpython-35m-darwin.so +0 -0
  290. aspose/pydrawing.cpython-36m-darwin.so +0 -0
  291. aspose/pydrawing.cpython-37m-darwin.so +0 -0
  292. aspose/pydrawing.cpython-38-darwin.so +0 -0
  293. aspose/pydrawing.cpython-39-darwin.so +0 -0
  294. aspose/pygc/__init__.pyi +8 -0
  295. aspose/pygc/__pyinstaller/__init__.pyi +1 -0
  296. aspose/pygc/__pyinstaller/hook-aspose.pygc.py +9 -0
  297. aspose/pygc.cpython-310-darwin.so +0 -0
  298. aspose/pygc.cpython-311-darwin.so +0 -0
  299. aspose/pygc.cpython-313-darwin.so +0 -0
  300. aspose/pygc.cpython-35m-darwin.so +0 -0
  301. aspose/pygc.cpython-36m-darwin.so +0 -0
  302. aspose/pygc.cpython-37m-darwin.so +0 -0
  303. aspose/pygc.cpython-38-darwin.so +0 -0
  304. aspose/pygc.cpython-39-darwin.so +0 -0
  305. aspose/pyreflection/__init__.pyi +8 -0
  306. aspose/pyreflection/__pyinstaller/__init__.pyi +1 -0
  307. aspose/pyreflection/__pyinstaller/hook-aspose.pyreflection.py +9 -0
  308. aspose/pyreflection.cpython-310-darwin.so +0 -0
  309. aspose/pyreflection.cpython-311-darwin.so +0 -0
  310. aspose/pyreflection.cpython-313-darwin.so +0 -0
  311. aspose/pyreflection.cpython-35m-darwin.so +0 -0
  312. aspose/pyreflection.cpython-36m-darwin.so +0 -0
  313. aspose/pyreflection.cpython-37m-darwin.so +0 -0
  314. aspose/pyreflection.cpython-38-darwin.so +0 -0
  315. aspose/pyreflection.cpython-39-darwin.so +0 -0
  316. aspose_html_net-25.9.0.dist-info/METADATA +223 -0
  317. aspose_html_net-25.9.0.dist-info/RECORD +319 -0
  318. aspose_html_net-25.9.0.dist-info/WHEEL +5 -0
  319. aspose_html_net-25.9.0.dist-info/entry_points.txt +2 -0
  320. aspose_html_net-25.9.0.dist-info/top_level.txt +1 -0
@@ -0,0 +1,106 @@
1
+ from typing import List, Optional, Dict, Iterable
2
+ import aspose.pycore
3
+ import aspose.pydrawing
4
+ import aspose.html
5
+ import aspose.html.accessibility
6
+ import aspose.html.accessibility.results
7
+ import aspose.html.accessibility.saving
8
+ import aspose.html.collections
9
+ import aspose.html.converters
10
+ import aspose.html.diagnostics
11
+ import aspose.html.dom
12
+ import aspose.html.dom.attributes
13
+ import aspose.html.dom.canvas
14
+ import aspose.html.dom.css
15
+ import aspose.html.dom.events
16
+ import aspose.html.dom.mutations
17
+ import aspose.html.dom.svg
18
+ import aspose.html.dom.svg.datatypes
19
+ import aspose.html.dom.svg.events
20
+ import aspose.html.dom.svg.filters
21
+ import aspose.html.dom.svg.paths
22
+ import aspose.html.dom.svg.saving
23
+ import aspose.html.dom.traversal
24
+ import aspose.html.dom.traversal.filters
25
+ import aspose.html.dom.views
26
+ import aspose.html.dom.xpath
27
+ import aspose.html.drawing
28
+ import aspose.html.forms
29
+ import aspose.html.io
30
+ import aspose.html.loading
31
+ import aspose.html.net
32
+ import aspose.html.net.headers
33
+ import aspose.html.net.messagefilters
34
+ import aspose.html.net.messagehandlers
35
+ import aspose.html.rendering
36
+ import aspose.html.rendering.doc
37
+ import aspose.html.rendering.fonts
38
+ import aspose.html.rendering.image
39
+ import aspose.html.rendering.pdf
40
+ import aspose.html.rendering.pdf.encryption
41
+ import aspose.html.rendering.xps
42
+ import aspose.html.saving
43
+ import aspose.html.saving.resourcehandlers
44
+ import aspose.html.services
45
+ import aspose.html.toolkit
46
+ import aspose.html.toolkit.markdown
47
+ import aspose.html.toolkit.markdown.syntax
48
+ import aspose.html.toolkit.markdown.syntax.extensions
49
+ import aspose.html.toolkit.markdown.syntax.parser
50
+ import aspose.html.toolkit.markdown.syntax.parser.extensions
51
+ import aspose.html.toolkit.markdown.syntax.parser.extensions.gfm
52
+ import aspose.html.toolkit.markdown.syntax.text
53
+ import aspose.html.toolkit.optimizers
54
+ import aspose.html.window
55
+
56
+ class SVGSaveOptions(aspose.html.saving.SaveOptions):
57
+ '''Represents SVG save options.'''
58
+
59
+ @property
60
+ def resource_handling_options(self) -> aspose.html.saving.ResourceHandlingOptions:
61
+ ...
62
+
63
+ @property
64
+ def vectorize_text(self) -> bool:
65
+ ...
66
+
67
+ @vectorize_text.setter
68
+ def vectorize_text(self, value : bool):
69
+ ...
70
+
71
+ ...
72
+
73
+ class SVGZSaveOptions(aspose.html.saving.SaveOptions):
74
+ '''Represents SVGZ save options.'''
75
+
76
+ @property
77
+ def resource_handling_options(self) -> aspose.html.saving.ResourceHandlingOptions:
78
+ ...
79
+
80
+ @property
81
+ def vectorize_text(self) -> bool:
82
+ ...
83
+
84
+ @vectorize_text.setter
85
+ def vectorize_text(self, value : bool):
86
+ ...
87
+
88
+ ...
89
+
90
+ class SVGSaveFormat:
91
+ '''Specifies format in which document is saved.'''
92
+
93
+ @classmethod
94
+ @property
95
+ def SVG(cls) -> SVGSaveFormat:
96
+ '''Document will be saved as SVG.'''
97
+ ...
98
+
99
+ @classmethod
100
+ @property
101
+ def SVGZ(cls) -> SVGSaveFormat:
102
+ '''Document will be saved as SVGZ.'''
103
+ ...
104
+
105
+ ...
106
+
@@ -0,0 +1,461 @@
1
+ from typing import List, Optional, Dict, Iterable
2
+ import aspose.pycore
3
+ import aspose.pydrawing
4
+ import aspose.html
5
+ import aspose.html.accessibility
6
+ import aspose.html.accessibility.results
7
+ import aspose.html.accessibility.saving
8
+ import aspose.html.collections
9
+ import aspose.html.converters
10
+ import aspose.html.diagnostics
11
+ import aspose.html.dom
12
+ import aspose.html.dom.attributes
13
+ import aspose.html.dom.canvas
14
+ import aspose.html.dom.css
15
+ import aspose.html.dom.events
16
+ import aspose.html.dom.mutations
17
+ import aspose.html.dom.svg
18
+ import aspose.html.dom.svg.datatypes
19
+ import aspose.html.dom.svg.events
20
+ import aspose.html.dom.svg.filters
21
+ import aspose.html.dom.svg.paths
22
+ import aspose.html.dom.svg.saving
23
+ import aspose.html.dom.traversal
24
+ import aspose.html.dom.traversal.filters
25
+ import aspose.html.dom.views
26
+ import aspose.html.dom.xpath
27
+ import aspose.html.drawing
28
+ import aspose.html.forms
29
+ import aspose.html.io
30
+ import aspose.html.loading
31
+ import aspose.html.net
32
+ import aspose.html.net.headers
33
+ import aspose.html.net.messagefilters
34
+ import aspose.html.net.messagehandlers
35
+ import aspose.html.rendering
36
+ import aspose.html.rendering.doc
37
+ import aspose.html.rendering.fonts
38
+ import aspose.html.rendering.image
39
+ import aspose.html.rendering.pdf
40
+ import aspose.html.rendering.pdf.encryption
41
+ import aspose.html.rendering.xps
42
+ import aspose.html.saving
43
+ import aspose.html.saving.resourcehandlers
44
+ import aspose.html.services
45
+ import aspose.html.toolkit
46
+ import aspose.html.toolkit.markdown
47
+ import aspose.html.toolkit.markdown.syntax
48
+ import aspose.html.toolkit.markdown.syntax.extensions
49
+ import aspose.html.toolkit.markdown.syntax.parser
50
+ import aspose.html.toolkit.markdown.syntax.parser.extensions
51
+ import aspose.html.toolkit.markdown.syntax.parser.extensions.gfm
52
+ import aspose.html.toolkit.markdown.syntax.text
53
+ import aspose.html.toolkit.optimizers
54
+ import aspose.html.window
55
+
56
+ class IDocumentTraversal:
57
+ '''DocumentTraversal contains methods that create iterators and
58
+ tree-walkers to traverse a node and its children in document order (depth
59
+ first, pre-order traversal, which is equivalent to the order in which the
60
+ start tags occur in the text representation of the document). In DOMs
61
+ which support the Traversal feature, DocumentTraversal will
62
+ be implemented by the same objects that implement the Document interface.
63
+
64
+ See also the `Document object Model (DOM) Level 2 Traversal and Range Specification <http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113>`.
65
+ @since DOM Level 2'''
66
+
67
+ @overload
68
+ def create_node_iterator(self, root : aspose.html.dom.Node) -> aspose.html.dom.traversal.INodeIterator:
69
+ '''Create a new NodeIterator over the subtree rooted at the
70
+ specified node.
71
+
72
+ :param root: node which will be iterated together with its children.
73
+ The iterator is initially positioned just before this node. The
74
+ whatToShow flags and the filter, if any, are not
75
+ considered when setting this position. The root must not be
76
+ null.
77
+ :returns: The newly created NodeIterator.'''
78
+ ...
79
+
80
+ @overload
81
+ def create_node_iterator(self, root : aspose.html.dom.Node, what_to_show : int) -> aspose.html.dom.traversal.INodeIterator:
82
+ '''Create a new NodeIterator over the subtree rooted at the
83
+ specified node.
84
+
85
+ :param root: node which will be iterated together with its children.
86
+ The iterator is initially positioned just before this node. The
87
+ whatToShow flags and the filter, if any, are not
88
+ considered when setting this position. The root must not be
89
+ null.
90
+ :param what_to_show: flag specifies which node types may appear in
91
+ the logical view of the tree presented by the iterator. See the
92
+ description of NodeFilter for the set of possible
93
+ SHOW_ values.These flags can be combined using
94
+ OR.
95
+ :returns: The newly created NodeIterator.'''
96
+ ...
97
+
98
+ @overload
99
+ def create_node_iterator(self, root : aspose.html.dom.Node, what_to_show : int, filter : aspose.html.dom.traversal.INodeFilter) -> aspose.html.dom.traversal.INodeIterator:
100
+ '''Create a new NodeIterator over the subtree rooted at the
101
+ specified node.
102
+
103
+ :param root: node which will be iterated together with its children.
104
+ The iterator is initially positioned just before this node. The
105
+ whatToShow flags and the filter, if any, are not
106
+ considered when setting this position. The root must not be
107
+ null.
108
+ :param what_to_show: flag specifies which node types may appear in
109
+ the logical view of the tree presented by the iterator. See the
110
+ description of NodeFilter for the set of possible
111
+ SHOW_ values.These flags can be combined using
112
+ OR.
113
+ :param filter: NodeFilter to be used with this
114
+ TreeWalker, or null to indicate no filter.
115
+ :returns: The newly created NodeIterator.'''
116
+ ...
117
+
118
+ @overload
119
+ def create_tree_walker(self, root : aspose.html.dom.Node) -> aspose.html.dom.traversal.ITreeWalker:
120
+ '''Create a new TreeWalker over the subtree rooted at the
121
+ specified node.
122
+
123
+ :param root: node which will serve as the root for the
124
+ TreeWalker. The whatToShow flags and the
125
+ NodeFilter are not considered when setting this value;
126
+ any node type will be accepted as the root. The
127
+ currentNode of the TreeWalker is
128
+ initialized to this node, whether or not it is visible. The
129
+ root functions as a stopping point for traversal
130
+ methods that look upward in the document structure, such as
131
+ parentNode and nextNode. The root must
132
+ not be null.
133
+ :returns: The newly created TreeWalker.'''
134
+ ...
135
+
136
+ @overload
137
+ def create_tree_walker(self, root : aspose.html.dom.Node, what_to_show : int) -> aspose.html.dom.traversal.ITreeWalker:
138
+ '''Create a new TreeWalker over the subtree rooted at the
139
+ specified node.
140
+
141
+ :param root: node which will serve as the root for the
142
+ TreeWalker. The whatToShow flags and the
143
+ NodeFilter are not considered when setting this value;
144
+ any node type will be accepted as the root. The
145
+ currentNode of the TreeWalker is
146
+ initialized to this node, whether or not it is visible. The
147
+ root functions as a stopping point for traversal
148
+ methods that look upward in the document structure, such as
149
+ parentNode and nextNode. The root must
150
+ not be null.
151
+ :param what_to_show: flag specifies which node types may appear in
152
+ the logical view of the tree presented by the tree-walker. See the
153
+ description of NodeFilter for the set of possible
154
+ SHOW_ values.These flags can be combined using OR.
155
+ :returns: The newly created TreeWalker.'''
156
+ ...
157
+
158
+ @overload
159
+ def create_tree_walker(self, root : aspose.html.dom.Node, what_to_show : int, filter : aspose.html.dom.traversal.INodeFilter) -> aspose.html.dom.traversal.ITreeWalker:
160
+ '''Create a new TreeWalker over the subtree rooted at the
161
+ specified node.
162
+
163
+ :param root: node which will serve as the root for the
164
+ TreeWalker. The whatToShow flags and the
165
+ NodeFilter are not considered when setting this value;
166
+ any node type will be accepted as the root. The
167
+ currentNode of the TreeWalker is
168
+ initialized to this node, whether or not it is visible. The
169
+ root functions as a stopping point for traversal
170
+ methods that look upward in the document structure, such as
171
+ parentNode and nextNode. The root must
172
+ not be null.
173
+ :param what_to_show: flag specifies which node types may appear in
174
+ the logical view of the tree presented by the tree-walker. See the
175
+ description of NodeFilter for the set of possible
176
+ SHOW_ values.These flags can be combined using OR.
177
+ :param filter: NodeFilter to be used with this
178
+ TreeWalker, or null to indicate no filter.
179
+ :returns: The newly created TreeWalker.'''
180
+ ...
181
+
182
+ ...
183
+
184
+ class IElementTraversal:
185
+ '''The ElementTraversal interface is a set of read-only attributes which allow an author to easily navigate between elements in a document. In conforming implementations of Element Traversal, all objects that implement Element must also implement the ElementTraversal interface.'''
186
+
187
+ @property
188
+ def first_element_child(self) -> aspose.html.dom.Element:
189
+ ...
190
+
191
+ @property
192
+ def last_element_child(self) -> aspose.html.dom.Element:
193
+ ...
194
+
195
+ @property
196
+ def previous_element_sibling(self) -> aspose.html.dom.Element:
197
+ ...
198
+
199
+ @property
200
+ def next_element_sibling(self) -> aspose.html.dom.Element:
201
+ ...
202
+
203
+ @property
204
+ def child_element_count(self) -> int:
205
+ ...
206
+
207
+ ...
208
+
209
+ class INodeFilter:
210
+ '''Filters are objects that know how to "filter out" nodes. If a
211
+ NodeIterator or TreeWalker is given a
212
+ NodeFilter, it applies the filter before it returns the next
213
+ node. If the filter says to accept the node, the traversal logic returns
214
+ it; otherwise, traversal looks for the next node and pretends that the
215
+ node that was rejected was not there.
216
+
217
+ The DOM does not provide any filters. NodeFilter is just an
218
+ interface that users can implement to provide their own filters.
219
+
220
+
221
+ NodeFilters do not need to know how to traverse from node
222
+ to node, nor do they need to know anything about the data structure that
223
+ is being traversed. This makes it very easy to write filters, since the
224
+ only thing they have to know how to do is evaluate a single node. One
225
+ filter may be used with a number of different kinds of traversals,
226
+ encouraging code reuse.
227
+
228
+
229
+ See also the `Document object Model (DOM) Level 2 Traversal and Range Specification <http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113>`.
230
+ @since DOM Level 2'''
231
+
232
+ def accept_node(self, n : aspose.html.dom.Node) -> int:
233
+ '''Test whether a specified node is visible in the logical view of a
234
+ TreeWalker or NodeIterator. This function
235
+ will be called by the implementation of TreeWalker and
236
+ NodeIterator; it is not normally called directly from
237
+ user code. (Though you could do so if you wanted to use the same
238
+ filter to guide your own application logic.)
239
+
240
+ :param n: node to check to see if it passes the filter or not.
241
+ :returns: a constant to determine whether the node is accepted,
242
+ rejected, or skipped, as defined above.'''
243
+ ...
244
+
245
+ ...
246
+
247
+ class INodeIterator(ITraversal):
248
+ '''Iterators are used to step through a set of nodes, e.g. the
249
+ set of nodes in a NodeList, the document subtree governed by
250
+ a particular Node, the results of a query, or any other set
251
+ of nodes. The set of nodes to be iterated is determined by the
252
+ implementation of the NodeIterator. DOM Level 2 specifies a
253
+ single NodeIterator implementation for document-order
254
+ traversal of a document subtree. Instances of these iterators are created
255
+ by calling DocumentTraversal
256
+ .createNodeIterator().
257
+
258
+ See also the `Document object Model (DOM) Level 2 Traversal and Range Specification <http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113>`.
259
+ @since DOM Level 2'''
260
+
261
+ def next_node(self) -> aspose.html.dom.Node:
262
+ '''Returns the next node in the set and advances the position of the
263
+ iterator in the set. After a NodeIterator is created,
264
+ the first call to nextNode() returns the first node in
265
+ the set.
266
+
267
+ :returns: The next Node in the set being iterated over, or
268
+ null if there are no more members in that set.'''
269
+ ...
270
+
271
+ def previous_node(self) -> aspose.html.dom.Node:
272
+ '''Returns the previous node in the set and moves the position of the
273
+ NodeIterator backwards in the set.
274
+
275
+ :returns: The previous Node in the set being iterated over,
276
+ or null if there are no more members in that set.'''
277
+ ...
278
+
279
+ def detach(self):
280
+ '''Detaches the NodeIterator from the set which it iterated
281
+ over, releasing any computational resources and placing the iterator
282
+ in the INVALID state. After detach has been invoked,
283
+ calls to nextNode or previousNode will
284
+ raise the exception INVALID_STATE_ERR.'''
285
+ ...
286
+
287
+ @property
288
+ def reference_node(self) -> aspose.html.dom.Node:
289
+ ...
290
+
291
+ @property
292
+ def pointer_before_reference_node(self) -> bool:
293
+ ...
294
+
295
+ @property
296
+ def root(self) -> aspose.html.dom.Node:
297
+ '''The root node of the NodeIterator, as specified when it
298
+ was created.'''
299
+ ...
300
+
301
+ @property
302
+ def what_to_show(self) -> int:
303
+ ...
304
+
305
+ @property
306
+ def filter(self) -> aspose.html.dom.traversal.INodeFilter:
307
+ '''The NodeFilter used to screen nodes.'''
308
+ ...
309
+
310
+ ...
311
+
312
+ class ITraversal:
313
+ '''Iterators are used to step through a set of nodes, e.g. the
314
+ set of nodes in a NodeList, the document subtree governed by
315
+ a particular Node, the results of a query, or any other set
316
+ of nodes. The set of nodes to be iterated is determined by the
317
+ implementation of the NodeIterator. DOM Level 2 specifies a
318
+ single NodeIterator implementation for document-order
319
+ traversal of a document subtree. Instances of these iterators are created
320
+ by calling DocumentTraversal
321
+ .createNodeIterator().
322
+
323
+ See also the `Document object Model (DOM) Level 2 Traversal and Range Specification <http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113>`.
324
+ @since DOM Level 2'''
325
+
326
+ @property
327
+ def root(self) -> aspose.html.dom.Node:
328
+ '''The root node of the NodeIterator, as specified when it
329
+ was created.'''
330
+ ...
331
+
332
+ @property
333
+ def what_to_show(self) -> int:
334
+ ...
335
+
336
+ @property
337
+ def filter(self) -> aspose.html.dom.traversal.INodeFilter:
338
+ '''The NodeFilter used to screen nodes.'''
339
+ ...
340
+
341
+ ...
342
+
343
+ class ITreeWalker(ITraversal):
344
+ '''TreeWalker objects are used to navigate a document tree or
345
+ subtree using the view of the document defined by their
346
+ whatToShow flags and filter (if any). Any function which
347
+ performs navigation using a TreeWalker will automatically
348
+ support any view defined by a TreeWalker.
349
+
350
+ Omitting nodes from the logical view of a subtree can result in a
351
+ structure that is substantially different from the same subtree in the
352
+ complete, unfiltered document. Nodes that are siblings in the
353
+ TreeWalker view may be children of different, widely
354
+ separated nodes in the original view. For instance, consider a
355
+ NodeFilter that skips all nodes except for Text nodes and
356
+ the root node of a document. In the logical view that results, all text
357
+ nodes will be siblings and appear as direct children of the root node, no
358
+ matter how deeply nested the structure of the original document.
359
+
360
+
361
+ See also the `Document object Model (DOM) Level 2 Traversal and Range Specification <http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113>`.
362
+ @since DOM Level 2'''
363
+
364
+ def parent_node(self) -> aspose.html.dom.Node:
365
+ '''Moves to and returns the closest visible ancestor node of the current
366
+ node. If the search for parentNode attempts to step
367
+ upward from the TreeWalker's root node, or
368
+ if it fails to find a visible ancestor node, this method retains the
369
+ current position and returns null.
370
+
371
+ :returns: The new parent node, or null if the current node
372
+ has no parent in the TreeWalker's logical view.'''
373
+ ...
374
+
375
+ def first_child(self) -> aspose.html.dom.Node:
376
+ '''Moves the TreeWalker to the first visible child of the
377
+ current node, and returns the new node. If the current node has no
378
+ visible children, returns null, and retains the current
379
+ node.
380
+
381
+ :returns: The new node, or null if the current node has no
382
+ visible children in the TreeWalker's logical view.'''
383
+ ...
384
+
385
+ def last_child(self) -> aspose.html.dom.Node:
386
+ '''Moves the TreeWalker to the last visible child of the
387
+ current node, and returns the new node. If the current node has no
388
+ visible children, returns null, and retains the current
389
+ node.
390
+
391
+ :returns: The new node, or null if the current node has no
392
+ children in the TreeWalker's logical view.'''
393
+ ...
394
+
395
+ def previous_sibling(self) -> aspose.html.dom.Node:
396
+ '''Moves the TreeWalker to the previous sibling of the
397
+ current node, and returns the new node. If the current node has no
398
+ visible previous sibling, returns null, and retains the
399
+ current node.
400
+
401
+ :returns: The new node, or null if the current node has no
402
+ previous sibling. in the TreeWalker's logical view.'''
403
+ ...
404
+
405
+ def next_sibling(self) -> aspose.html.dom.Node:
406
+ '''Moves the TreeWalker to the next sibling of the current
407
+ node, and returns the new node. If the current node has no visible
408
+ next sibling, returns null, and retains the current node.
409
+
410
+ :returns: The new node, or null if the current node has no
411
+ next sibling. in the TreeWalker's logical view.'''
412
+ ...
413
+
414
+ def previous_node(self) -> aspose.html.dom.Node:
415
+ '''Moves the TreeWalker to the previous visible node in
416
+ document order relative to the current node, and returns the new
417
+ node. If the current node has no previous node, or if the search for
418
+ previousNode attempts to step upward from the
419
+ TreeWalker's root node, returns
420
+ null, and retains the current node.
421
+
422
+ :returns: The new node, or null if the current node has no
423
+ previous node in the TreeWalker's logical view.'''
424
+ ...
425
+
426
+ def next_node(self) -> aspose.html.dom.Node:
427
+ '''Moves the TreeWalker to the next visible node in document
428
+ order relative to the current node, and returns the new node. If the
429
+ current node has no next node, or if the search for nextNode attempts
430
+ to step upward from the TreeWalker's root
431
+ node, returns null, and retains the current node.
432
+
433
+ :returns: The new node, or null if the current node has no
434
+ next node in the TreeWalker's logical view.'''
435
+ ...
436
+
437
+ @property
438
+ def current_node(self) -> aspose.html.dom.Node:
439
+ ...
440
+
441
+ @current_node.setter
442
+ def current_node(self, value : aspose.html.dom.Node):
443
+ ...
444
+
445
+ @property
446
+ def root(self) -> aspose.html.dom.Node:
447
+ '''The root node of the NodeIterator, as specified when it
448
+ was created.'''
449
+ ...
450
+
451
+ @property
452
+ def what_to_show(self) -> int:
453
+ ...
454
+
455
+ @property
456
+ def filter(self) -> aspose.html.dom.traversal.INodeFilter:
457
+ '''The NodeFilter used to screen nodes.'''
458
+ ...
459
+
460
+ ...
461
+