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.
- .__pyi_patched +0 -0
- aspose/__init__.py +82 -0
- aspose/__pyinstaller/__init__.pyi +1 -0
- aspose/__pyinstaller/hook-aspose.py +10 -0
- aspose/assemblies/html/Aspose.HTML.dll +0 -0
- aspose/assemblies/html/Microsoft.Extensions.Logging.Abstractions.dll +0 -0
- aspose/assemblies/html/Microsoft.Win32.SystemEvents.dll +0 -0
- aspose/assemblies/html/System.Diagnostics.DiagnosticSource.dll +0 -0
- aspose/assemblies/html/System.Drawing.Common.dll +0 -0
- aspose/assemblies/html/System.Runtime.CompilerServices.Unsafe.dll +0 -0
- aspose/assemblies/html/System.Security.AccessControl.dll +0 -0
- aspose/assemblies/html/System.Security.Permissions.dll +0 -0
- aspose/assemblies/html/System.Security.Principal.Windows.dll +0 -0
- aspose/assemblies/html/System.Windows.Extensions.dll +0 -0
- aspose/assemblies/html/WrpInterop.Aspose.Html.dll +0 -0
- aspose/assemblies/pycore/WrpInterop.Aspose.PyCore.dll +0 -0
- aspose/assemblies/pydrawing/Microsoft.Win32.SystemEvents.dll +0 -0
- aspose/assemblies/pydrawing/System.Drawing.Common.dll +0 -0
- aspose/assemblies/pydrawing/WrpInterop.Aspose.PyDrawing.dll +0 -0
- aspose/assemblies/pygc/Aspose.PyGC.dll +0 -0
- aspose/assemblies/pyreflection/WrpInterop.Aspose.PyReflection.dll +0 -0
- aspose/html/__init__.pyi +42095 -0
- aspose/html/__nuitka/__init__.pyi +1 -0
- aspose/html/__nuitka/aspose-html.nuitka-package.config.yml +19 -0
- aspose/html/__pyinstaller/__init__.pyi +1 -0
- aspose/html/__pyinstaller/hook-aspose.html.py +9 -0
- aspose/html/accessibility/__init__.pyi +469 -0
- aspose/html/accessibility/results/__init__.pyi +106 -0
- aspose/html/accessibility/saving/__init__.pyi +78 -0
- aspose/html/collections/__init__.pyi +246 -0
- aspose/html/converters/__init__.pyi +2793 -0
- aspose/html/diagnostics/__init__.pyi +72 -0
- aspose/html/dom/__init__.pyi +6830 -0
- aspose/html/dom/attributes/__init__.pyi +144 -0
- aspose/html/dom/canvas/__init__.pyi +1103 -0
- aspose/html/dom/css/__init__.pyi +3488 -0
- aspose/html/dom/events/__init__.pyi +1397 -0
- aspose/html/dom/mutations/__init__.pyi +259 -0
- aspose/html/dom/svg/__init__.pyi +31934 -0
- aspose/html/dom/svg/datatypes/__init__.pyi +1247 -0
- aspose/html/dom/svg/events/__init__.pyi +279 -0
- aspose/html/dom/svg/filters/__init__.pyi +16150 -0
- aspose/html/dom/svg/paths/__init__.pyi +3466 -0
- aspose/html/dom/svg/saving/__init__.pyi +106 -0
- aspose/html/dom/traversal/__init__.pyi +461 -0
- aspose/html/dom/traversal/filters/__init__.pyi +200 -0
- aspose/html/dom/views/__init__.pyi +79 -0
- aspose/html/dom/xpath/__init__.pyi +317 -0
- aspose/html/drawing/__init__.pyi +3224 -0
- aspose/html/forms/__init__.pyi +998 -0
- aspose/html/io/__init__.pyi +219 -0
- aspose/html/loading/__init__.pyi +68 -0
- aspose/html/net/__init__.pyi +521 -0
- aspose/html/net/headers/__init__.pyi +147 -0
- aspose/html/net/messagefilters/__init__.pyi +67 -0
- aspose/html/net/messagehandlers/__init__.pyi +103 -0
- aspose/html/rendering/__init__.pyi +805 -0
- aspose/html/rendering/doc/__init__.pyi +280 -0
- aspose/html/rendering/fonts/__init__.pyi +90 -0
- aspose/html/rendering/image/__init__.pyi +291 -0
- aspose/html/rendering/pdf/__init__.pyi +305 -0
- aspose/html/rendering/pdf/encryption/__init__.pyi +171 -0
- aspose/html/rendering/xps/__init__.pyi +169 -0
- aspose/html/saving/__init__.pyi +751 -0
- aspose/html/saving/resourcehandlers/__init__.pyi +95 -0
- aspose/html/services/__init__.pyi +175 -0
- aspose/html/toolkit/__init__.pyi +55 -0
- aspose/html/toolkit/markdown/__init__.pyi +55 -0
- aspose/html/toolkit/markdown/syntax/__init__.pyi +6234 -0
- aspose/html/toolkit/markdown/syntax/extensions/__init__.pyi +549 -0
- aspose/html/toolkit/markdown/syntax/parser/__init__.pyi +631 -0
- aspose/html/toolkit/markdown/syntax/parser/extensions/__init__.pyi +55 -0
- aspose/html/toolkit/markdown/syntax/parser/extensions/gfm/__init__.pyi +66 -0
- aspose/html/toolkit/markdown/syntax/text/__init__.pyi +366 -0
- aspose/html/toolkit/optimizers/__init__.pyi +233 -0
- aspose/html/window/__init__.pyi +501 -0
- aspose/html.cpython-310-darwin.so +0 -0
- aspose/html.cpython-311-darwin.so +0 -0
- aspose/html.cpython-313-darwin.so +0 -0
- aspose/html.cpython-35m-darwin.so +0 -0
- aspose/html.cpython-36m-darwin.so +0 -0
- aspose/html.cpython-37m-darwin.so +0 -0
- aspose/html.cpython-38-darwin.so +0 -0
- aspose/html.cpython-39-darwin.so +0 -0
- aspose/netcore/netcore3.1/Microsoft.CSharp.dll +0 -0
- aspose/netcore/netcore3.1/Microsoft.VisualBasic.Core.dll +0 -0
- aspose/netcore/netcore3.1/Microsoft.VisualBasic.dll +0 -0
- aspose/netcore/netcore3.1/Microsoft.Win32.Primitives.dll +0 -0
- aspose/netcore/netcore3.1/Microsoft.Win32.Registry.dll +0 -0
- aspose/netcore/netcore3.1/SOS_README.md +5 -0
- aspose/netcore/netcore3.1/System.AppContext.dll +0 -0
- aspose/netcore/netcore3.1/System.Buffers.dll +0 -0
- aspose/netcore/netcore3.1/System.Collections.Concurrent.dll +0 -0
- aspose/netcore/netcore3.1/System.Collections.Immutable.dll +0 -0
- aspose/netcore/netcore3.1/System.Collections.NonGeneric.dll +0 -0
- aspose/netcore/netcore3.1/System.Collections.Specialized.dll +0 -0
- aspose/netcore/netcore3.1/System.Collections.dll +0 -0
- aspose/netcore/netcore3.1/System.ComponentModel.Annotations.dll +0 -0
- aspose/netcore/netcore3.1/System.ComponentModel.DataAnnotations.dll +0 -0
- aspose/netcore/netcore3.1/System.ComponentModel.EventBasedAsync.dll +0 -0
- aspose/netcore/netcore3.1/System.ComponentModel.Primitives.dll +0 -0
- aspose/netcore/netcore3.1/System.ComponentModel.TypeConverter.dll +0 -0
- aspose/netcore/netcore3.1/System.ComponentModel.dll +0 -0
- aspose/netcore/netcore3.1/System.Configuration.dll +0 -0
- aspose/netcore/netcore3.1/System.Console.dll +0 -0
- aspose/netcore/netcore3.1/System.Core.dll +0 -0
- aspose/netcore/netcore3.1/System.Data.Common.dll +0 -0
- aspose/netcore/netcore3.1/System.Data.DataSetExtensions.dll +0 -0
- aspose/netcore/netcore3.1/System.Data.dll +0 -0
- aspose/netcore/netcore3.1/System.Diagnostics.Contracts.dll +0 -0
- aspose/netcore/netcore3.1/System.Diagnostics.Debug.dll +0 -0
- aspose/netcore/netcore3.1/System.Diagnostics.DiagnosticSource.dll +0 -0
- aspose/netcore/netcore3.1/System.Diagnostics.FileVersionInfo.dll +0 -0
- aspose/netcore/netcore3.1/System.Diagnostics.Process.dll +0 -0
- aspose/netcore/netcore3.1/System.Diagnostics.StackTrace.dll +0 -0
- aspose/netcore/netcore3.1/System.Diagnostics.TextWriterTraceListener.dll +0 -0
- aspose/netcore/netcore3.1/System.Diagnostics.Tools.dll +0 -0
- aspose/netcore/netcore3.1/System.Diagnostics.TraceSource.dll +0 -0
- aspose/netcore/netcore3.1/System.Diagnostics.Tracing.dll +0 -0
- aspose/netcore/netcore3.1/System.Drawing.Primitives.dll +0 -0
- aspose/netcore/netcore3.1/System.Drawing.dll +0 -0
- aspose/netcore/netcore3.1/System.Dynamic.Runtime.dll +0 -0
- aspose/netcore/netcore3.1/System.Globalization.Calendars.dll +0 -0
- aspose/netcore/netcore3.1/System.Globalization.Extensions.dll +0 -0
- aspose/netcore/netcore3.1/System.Globalization.Native.dylib +0 -0
- aspose/netcore/netcore3.1/System.Globalization.dll +0 -0
- aspose/netcore/netcore3.1/System.IO.Compression.Brotli.dll +0 -0
- aspose/netcore/netcore3.1/System.IO.Compression.FileSystem.dll +0 -0
- aspose/netcore/netcore3.1/System.IO.Compression.Native.a +0 -0
- aspose/netcore/netcore3.1/System.IO.Compression.Native.dylib +0 -0
- aspose/netcore/netcore3.1/System.IO.Compression.ZipFile.dll +0 -0
- aspose/netcore/netcore3.1/System.IO.Compression.dll +0 -0
- aspose/netcore/netcore3.1/System.IO.FileSystem.AccessControl.dll +0 -0
- aspose/netcore/netcore3.1/System.IO.FileSystem.DriveInfo.dll +0 -0
- aspose/netcore/netcore3.1/System.IO.FileSystem.Primitives.dll +0 -0
- aspose/netcore/netcore3.1/System.IO.FileSystem.Watcher.dll +0 -0
- aspose/netcore/netcore3.1/System.IO.FileSystem.dll +0 -0
- aspose/netcore/netcore3.1/System.IO.IsolatedStorage.dll +0 -0
- aspose/netcore/netcore3.1/System.IO.MemoryMappedFiles.dll +0 -0
- aspose/netcore/netcore3.1/System.IO.Pipes.AccessControl.dll +0 -0
- aspose/netcore/netcore3.1/System.IO.Pipes.dll +0 -0
- aspose/netcore/netcore3.1/System.IO.UnmanagedMemoryStream.dll +0 -0
- aspose/netcore/netcore3.1/System.IO.dll +0 -0
- aspose/netcore/netcore3.1/System.Linq.Expressions.dll +0 -0
- aspose/netcore/netcore3.1/System.Linq.Parallel.dll +0 -0
- aspose/netcore/netcore3.1/System.Linq.Queryable.dll +0 -0
- aspose/netcore/netcore3.1/System.Linq.dll +0 -0
- aspose/netcore/netcore3.1/System.Memory.dll +0 -0
- aspose/netcore/netcore3.1/System.Native.a +0 -0
- aspose/netcore/netcore3.1/System.Native.dylib +0 -0
- aspose/netcore/netcore3.1/System.Net.Http.Native.a +0 -0
- aspose/netcore/netcore3.1/System.Net.Http.Native.dylib +0 -0
- aspose/netcore/netcore3.1/System.Net.Http.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.HttpListener.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.Mail.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.NameResolution.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.NetworkInformation.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.Ping.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.Primitives.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.Requests.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.Security.Native.a +0 -0
- aspose/netcore/netcore3.1/System.Net.Security.Native.dylib +0 -0
- aspose/netcore/netcore3.1/System.Net.Security.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.ServicePoint.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.Sockets.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.WebClient.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.WebHeaderCollection.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.WebProxy.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.WebSockets.Client.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.WebSockets.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.dll +0 -0
- aspose/netcore/netcore3.1/System.Numerics.Vectors.dll +0 -0
- aspose/netcore/netcore3.1/System.Numerics.dll +0 -0
- aspose/netcore/netcore3.1/System.ObjectModel.dll +0 -0
- aspose/netcore/netcore3.1/System.Private.CoreLib.dll +0 -0
- aspose/netcore/netcore3.1/System.Private.DataContractSerialization.dll +0 -0
- aspose/netcore/netcore3.1/System.Private.Uri.dll +0 -0
- aspose/netcore/netcore3.1/System.Private.Xml.Linq.dll +0 -0
- aspose/netcore/netcore3.1/System.Private.Xml.dll +0 -0
- aspose/netcore/netcore3.1/System.Reflection.DispatchProxy.dll +0 -0
- aspose/netcore/netcore3.1/System.Reflection.Emit.ILGeneration.dll +0 -0
- aspose/netcore/netcore3.1/System.Reflection.Emit.Lightweight.dll +0 -0
- aspose/netcore/netcore3.1/System.Reflection.Emit.dll +0 -0
- aspose/netcore/netcore3.1/System.Reflection.Extensions.dll +0 -0
- aspose/netcore/netcore3.1/System.Reflection.Metadata.dll +0 -0
- aspose/netcore/netcore3.1/System.Reflection.Primitives.dll +0 -0
- aspose/netcore/netcore3.1/System.Reflection.TypeExtensions.dll +0 -0
- aspose/netcore/netcore3.1/System.Reflection.dll +0 -0
- aspose/netcore/netcore3.1/System.Resources.Reader.dll +0 -0
- aspose/netcore/netcore3.1/System.Resources.ResourceManager.dll +0 -0
- aspose/netcore/netcore3.1/System.Resources.Writer.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.CompilerServices.Unsafe.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.CompilerServices.VisualC.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.Extensions.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.Handles.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.InteropServices.RuntimeInformation.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.InteropServices.WindowsRuntime.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.InteropServices.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.Intrinsics.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.Loader.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.Numerics.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.Serialization.Formatters.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.Serialization.Json.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.Serialization.Primitives.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.Serialization.Xml.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.Serialization.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.WindowsRuntime.UI.Xaml.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.WindowsRuntime.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.dll +0 -0
- aspose/netcore/netcore3.1/System.Security.AccessControl.dll +0 -0
- aspose/netcore/netcore3.1/System.Security.Claims.dll +0 -0
- aspose/netcore/netcore3.1/System.Security.Cryptography.Algorithms.dll +0 -0
- aspose/netcore/netcore3.1/System.Security.Cryptography.Cng.dll +0 -0
- aspose/netcore/netcore3.1/System.Security.Cryptography.Csp.dll +0 -0
- aspose/netcore/netcore3.1/System.Security.Cryptography.Encoding.dll +0 -0
- aspose/netcore/netcore3.1/System.Security.Cryptography.Native.Apple.a +0 -0
- aspose/netcore/netcore3.1/System.Security.Cryptography.Native.Apple.dylib +0 -0
- aspose/netcore/netcore3.1/System.Security.Cryptography.Native.OpenSsl.a +0 -0
- aspose/netcore/netcore3.1/System.Security.Cryptography.Native.OpenSsl.dylib +0 -0
- aspose/netcore/netcore3.1/System.Security.Cryptography.OpenSsl.dll +0 -0
- aspose/netcore/netcore3.1/System.Security.Cryptography.Primitives.dll +0 -0
- aspose/netcore/netcore3.1/System.Security.Cryptography.X509Certificates.dll +0 -0
- aspose/netcore/netcore3.1/System.Security.Principal.Windows.dll +0 -0
- aspose/netcore/netcore3.1/System.Security.Principal.dll +0 -0
- aspose/netcore/netcore3.1/System.Security.SecureString.dll +0 -0
- aspose/netcore/netcore3.1/System.Security.dll +0 -0
- aspose/netcore/netcore3.1/System.ServiceModel.Web.dll +0 -0
- aspose/netcore/netcore3.1/System.ServiceProcess.dll +0 -0
- aspose/netcore/netcore3.1/System.Text.Encoding.CodePages.dll +0 -0
- aspose/netcore/netcore3.1/System.Text.Encoding.Extensions.dll +0 -0
- aspose/netcore/netcore3.1/System.Text.Encoding.dll +0 -0
- aspose/netcore/netcore3.1/System.Text.Encodings.Web.dll +0 -0
- aspose/netcore/netcore3.1/System.Text.Json.dll +0 -0
- aspose/netcore/netcore3.1/System.Text.RegularExpressions.dll +0 -0
- aspose/netcore/netcore3.1/System.Threading.Channels.dll +0 -0
- aspose/netcore/netcore3.1/System.Threading.Overlapped.dll +0 -0
- aspose/netcore/netcore3.1/System.Threading.Tasks.Dataflow.dll +0 -0
- aspose/netcore/netcore3.1/System.Threading.Tasks.Extensions.dll +0 -0
- aspose/netcore/netcore3.1/System.Threading.Tasks.Parallel.dll +0 -0
- aspose/netcore/netcore3.1/System.Threading.Tasks.dll +0 -0
- aspose/netcore/netcore3.1/System.Threading.Thread.dll +0 -0
- aspose/netcore/netcore3.1/System.Threading.ThreadPool.dll +0 -0
- aspose/netcore/netcore3.1/System.Threading.Timer.dll +0 -0
- aspose/netcore/netcore3.1/System.Threading.dll +0 -0
- aspose/netcore/netcore3.1/System.Transactions.Local.dll +0 -0
- aspose/netcore/netcore3.1/System.Transactions.dll +0 -0
- aspose/netcore/netcore3.1/System.ValueTuple.dll +0 -0
- aspose/netcore/netcore3.1/System.Web.HttpUtility.dll +0 -0
- aspose/netcore/netcore3.1/System.Web.dll +0 -0
- aspose/netcore/netcore3.1/System.Windows.dll +0 -0
- aspose/netcore/netcore3.1/System.Xml.Linq.dll +0 -0
- aspose/netcore/netcore3.1/System.Xml.ReaderWriter.dll +0 -0
- aspose/netcore/netcore3.1/System.Xml.Serialization.dll +0 -0
- aspose/netcore/netcore3.1/System.Xml.XDocument.dll +0 -0
- aspose/netcore/netcore3.1/System.Xml.XPath.XDocument.dll +0 -0
- aspose/netcore/netcore3.1/System.Xml.XPath.dll +0 -0
- aspose/netcore/netcore3.1/System.Xml.XmlDocument.dll +0 -0
- aspose/netcore/netcore3.1/System.Xml.XmlSerializer.dll +0 -0
- aspose/netcore/netcore3.1/System.Xml.dll +0 -0
- aspose/netcore/netcore3.1/System.dll +0 -0
- aspose/netcore/netcore3.1/WindowsBase.dll +0 -0
- aspose/netcore/netcore3.1/libaspose.embed.coreclrwrap.dylib +0 -0
- aspose/netcore/netcore3.1/libclrjit.dylib +0 -0
- aspose/netcore/netcore3.1/libcoreclr.dylib +0 -0
- aspose/netcore/netcore3.1/libdbgshim.dylib +0 -0
- aspose/netcore/netcore3.1/libhostfxr.dylib +0 -0
- aspose/netcore/netcore3.1/libhostpolicy.dylib +0 -0
- aspose/netcore/netcore3.1/libmscordaccore.dylib +0 -0
- aspose/netcore/netcore3.1/libmscordbi.dylib +0 -0
- aspose/netcore/netcore3.1/mscorlib.dll +0 -0
- aspose/netcore/netcore3.1/netstandard.dll +0 -0
- aspose/pycore/__init__.pyi +56 -0
- aspose/pycore/__pyinstaller/__init__.pyi +1 -0
- aspose/pycore/__pyinstaller/hook-aspose.pycore.py +11 -0
- aspose/pycore.cpython-310-darwin.so +0 -0
- aspose/pycore.cpython-311-darwin.so +0 -0
- aspose/pycore.cpython-313-darwin.so +0 -0
- aspose/pycore.cpython-35m-darwin.so +0 -0
- aspose/pycore.cpython-36m-darwin.so +0 -0
- aspose/pycore.cpython-37m-darwin.so +0 -0
- aspose/pycore.cpython-38-darwin.so +0 -0
- aspose/pycore.cpython-39-darwin.so +0 -0
- aspose/pydrawing/__init__.pyi +8 -0
- aspose/pydrawing/__pyinstaller/__init__.pyi +1 -0
- aspose/pydrawing/__pyinstaller/hook-aspose.pydrawing.py +9 -0
- aspose/pydrawing.cpython-310-darwin.so +0 -0
- aspose/pydrawing.cpython-311-darwin.so +0 -0
- aspose/pydrawing.cpython-313-darwin.so +0 -0
- aspose/pydrawing.cpython-35m-darwin.so +0 -0
- aspose/pydrawing.cpython-36m-darwin.so +0 -0
- aspose/pydrawing.cpython-37m-darwin.so +0 -0
- aspose/pydrawing.cpython-38-darwin.so +0 -0
- aspose/pydrawing.cpython-39-darwin.so +0 -0
- aspose/pygc/__init__.pyi +8 -0
- aspose/pygc/__pyinstaller/__init__.pyi +1 -0
- aspose/pygc/__pyinstaller/hook-aspose.pygc.py +9 -0
- aspose/pygc.cpython-310-darwin.so +0 -0
- aspose/pygc.cpython-311-darwin.so +0 -0
- aspose/pygc.cpython-313-darwin.so +0 -0
- aspose/pygc.cpython-35m-darwin.so +0 -0
- aspose/pygc.cpython-36m-darwin.so +0 -0
- aspose/pygc.cpython-37m-darwin.so +0 -0
- aspose/pygc.cpython-38-darwin.so +0 -0
- aspose/pygc.cpython-39-darwin.so +0 -0
- aspose/pyreflection/__init__.pyi +8 -0
- aspose/pyreflection/__pyinstaller/__init__.pyi +1 -0
- aspose/pyreflection/__pyinstaller/hook-aspose.pyreflection.py +9 -0
- aspose/pyreflection.cpython-310-darwin.so +0 -0
- aspose/pyreflection.cpython-311-darwin.so +0 -0
- aspose/pyreflection.cpython-313-darwin.so +0 -0
- aspose/pyreflection.cpython-35m-darwin.so +0 -0
- aspose/pyreflection.cpython-36m-darwin.so +0 -0
- aspose/pyreflection.cpython-37m-darwin.so +0 -0
- aspose/pyreflection.cpython-38-darwin.so +0 -0
- aspose/pyreflection.cpython-39-darwin.so +0 -0
- aspose_html_net-25.9.0.dist-info/METADATA +223 -0
- aspose_html_net-25.9.0.dist-info/RECORD +319 -0
- aspose_html_net-25.9.0.dist-info/WHEEL +5 -0
- aspose_html_net-25.9.0.dist-info/entry_points.txt +2 -0
- aspose_html_net-25.9.0.dist-info/top_level.txt +1 -0
@@ -0,0 +1,549 @@
|
|
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 ChildFrontMatterSyntaxNode:
|
57
|
+
'''Defines the ChildFrontMatterSyntaxNode'''
|
58
|
+
|
59
|
+
...
|
60
|
+
|
61
|
+
class HugoFrontMatterSyntaxNode(aspose.html.toolkit.markdown.syntax.BlockSyntaxNode):
|
62
|
+
'''Defines the base class HugoFrontMatterSyntaxNode'''
|
63
|
+
|
64
|
+
def get_syntax_tree(self) -> aspose.html.toolkit.markdown.syntax.MarkdownSyntaxTree:
|
65
|
+
'''Get the syntax tree.
|
66
|
+
|
67
|
+
:returns: The MarkdownSyntaxTree.'''
|
68
|
+
...
|
69
|
+
|
70
|
+
def child_nodes(self) -> aspose.html.collections.NodeList:
|
71
|
+
'''Get the child nodes collection.
|
72
|
+
|
73
|
+
:returns: The NodeList.'''
|
74
|
+
...
|
75
|
+
|
76
|
+
def get_leading_trivia(self) -> aspose.html.toolkit.markdown.syntax.TriviaCollection:
|
77
|
+
'''Get the leading trivia.
|
78
|
+
|
79
|
+
:returns: The TriviaCollection.'''
|
80
|
+
...
|
81
|
+
|
82
|
+
def get_trailing_trivia(self) -> aspose.html.toolkit.markdown.syntax.TriviaCollection:
|
83
|
+
'''Get the Trailing trivia.
|
84
|
+
|
85
|
+
:returns: The TriviaCollection.'''
|
86
|
+
...
|
87
|
+
|
88
|
+
def append_child(self, node : aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode) -> aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode:
|
89
|
+
'''Append child node.
|
90
|
+
|
91
|
+
:param node: The MarkdownSyntaxNode.
|
92
|
+
:returns: The MarkdownSyntaxNode.'''
|
93
|
+
...
|
94
|
+
|
95
|
+
def remove_child(self, child : aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode) -> aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode:
|
96
|
+
'''Remove the child.
|
97
|
+
|
98
|
+
:param child: The child.
|
99
|
+
:returns: The MarkdownSyntaxNode.'''
|
100
|
+
...
|
101
|
+
|
102
|
+
def replace_child(self, node : aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode, child : aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode) -> aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode:
|
103
|
+
'''Replace the child node.
|
104
|
+
|
105
|
+
:param node: The MarkdownSyntaxNode.
|
106
|
+
:param child: The MarkdownSyntaxNode.
|
107
|
+
:returns: The MarkdownSyntaxNode.'''
|
108
|
+
...
|
109
|
+
|
110
|
+
def insert_before(self, node : aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode, child : aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode) -> aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode:
|
111
|
+
'''Insert before node.
|
112
|
+
|
113
|
+
:param node: The MarkdownSyntaxNode.
|
114
|
+
:param child: The MarkdownSyntaxNode.
|
115
|
+
:returns: The MarkdownSyntaxNode.'''
|
116
|
+
...
|
117
|
+
|
118
|
+
def accept(self, visitor : aspose.html.toolkit.markdown.syntax.MarkdownSyntaxVisitor):
|
119
|
+
'''Defines the interface for accept visitor.
|
120
|
+
|
121
|
+
:param visitor: The visitor.'''
|
122
|
+
...
|
123
|
+
|
124
|
+
def write_to(self, writer : aspose.html.toolkit.markdown.syntax.MarkdownTextWriter):
|
125
|
+
'''Write to MarkdownTextWriter.
|
126
|
+
|
127
|
+
:param writer: The MarkdownTextWriter.'''
|
128
|
+
...
|
129
|
+
|
130
|
+
def find(self, path : List[str]) -> aspose.html.toolkit.markdown.syntax.extensions.ChildFrontMatterSyntaxNode:
|
131
|
+
'''Defines the interface for find BaseSyntaxNode
|
132
|
+
|
133
|
+
:param path: The string path.
|
134
|
+
:returns: The BaseSyntaxNode.'''
|
135
|
+
...
|
136
|
+
|
137
|
+
@property
|
138
|
+
def parent(self) -> aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode:
|
139
|
+
'''Get the parent node.'''
|
140
|
+
...
|
141
|
+
|
142
|
+
@property
|
143
|
+
def first_child(self) -> aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode:
|
144
|
+
...
|
145
|
+
|
146
|
+
@property
|
147
|
+
def last_child(self) -> aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode:
|
148
|
+
...
|
149
|
+
|
150
|
+
@property
|
151
|
+
def previous_sibling(self) -> aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode:
|
152
|
+
...
|
153
|
+
|
154
|
+
@property
|
155
|
+
def next_sibling(self) -> aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode:
|
156
|
+
...
|
157
|
+
|
158
|
+
@property
|
159
|
+
def front_matter_root_node(self) -> aspose.html.toolkit.markdown.syntax.extensions.ChildFrontMatterSyntaxNode:
|
160
|
+
...
|
161
|
+
|
162
|
+
...
|
163
|
+
|
164
|
+
class HugoShortCodeSyntaxNode(aspose.html.toolkit.markdown.syntax.InlineContainerSyntaxNode):
|
165
|
+
'''Defines the HugoShortCodeSyntaxNode'''
|
166
|
+
|
167
|
+
def get_syntax_tree(self) -> aspose.html.toolkit.markdown.syntax.MarkdownSyntaxTree:
|
168
|
+
'''Get the syntax tree.
|
169
|
+
|
170
|
+
:returns: The MarkdownSyntaxTree.'''
|
171
|
+
...
|
172
|
+
|
173
|
+
def child_nodes(self) -> aspose.html.collections.NodeList:
|
174
|
+
'''Get the child nodes collection.
|
175
|
+
|
176
|
+
:returns: The NodeList.'''
|
177
|
+
...
|
178
|
+
|
179
|
+
def get_leading_trivia(self) -> aspose.html.toolkit.markdown.syntax.TriviaCollection:
|
180
|
+
'''Get the leading trivia.
|
181
|
+
|
182
|
+
:returns: The TriviaCollection.'''
|
183
|
+
...
|
184
|
+
|
185
|
+
def get_trailing_trivia(self) -> aspose.html.toolkit.markdown.syntax.TriviaCollection:
|
186
|
+
'''Get the Trailing trivia.
|
187
|
+
|
188
|
+
:returns: The TriviaCollection.'''
|
189
|
+
...
|
190
|
+
|
191
|
+
def append_child(self, node : aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode) -> aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode:
|
192
|
+
'''Append child node.
|
193
|
+
|
194
|
+
:param node: The MarkdownSyntaxNode.
|
195
|
+
:returns: The MarkdownSyntaxNode.'''
|
196
|
+
...
|
197
|
+
|
198
|
+
def remove_child(self, child : aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode) -> aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode:
|
199
|
+
'''Remove the child.
|
200
|
+
|
201
|
+
:param child: The child.
|
202
|
+
:returns: The MarkdownSyntaxNode.'''
|
203
|
+
...
|
204
|
+
|
205
|
+
def replace_child(self, node : aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode, child : aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode) -> aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode:
|
206
|
+
'''Replace the child node.
|
207
|
+
|
208
|
+
:param node: The MarkdownSyntaxNode.
|
209
|
+
:param child: The MarkdownSyntaxNode.
|
210
|
+
:returns: The MarkdownSyntaxNode.'''
|
211
|
+
...
|
212
|
+
|
213
|
+
def insert_before(self, node : aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode, child : aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode) -> aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode:
|
214
|
+
'''Insert before node.
|
215
|
+
|
216
|
+
:param node: The MarkdownSyntaxNode.
|
217
|
+
:param child: The MarkdownSyntaxNode.
|
218
|
+
:returns: The MarkdownSyntaxNode.'''
|
219
|
+
...
|
220
|
+
|
221
|
+
def accept(self, visitor : aspose.html.toolkit.markdown.syntax.MarkdownSyntaxVisitor):
|
222
|
+
'''Defines the interface for accept visitor.
|
223
|
+
|
224
|
+
:param visitor: The visitor.'''
|
225
|
+
...
|
226
|
+
|
227
|
+
def write_to(self, writer : aspose.html.toolkit.markdown.syntax.MarkdownTextWriter):
|
228
|
+
'''Write to MarkdownTextWriter.
|
229
|
+
|
230
|
+
:param writer: The MarkdownTextWriter.'''
|
231
|
+
...
|
232
|
+
|
233
|
+
def is_end_tag(self) -> bool:
|
234
|
+
'''Defines the interface for check IsEndTag
|
235
|
+
|
236
|
+
:returns: The boolean.'''
|
237
|
+
...
|
238
|
+
|
239
|
+
def get_parameters_count(self) -> int:
|
240
|
+
'''Defines the GetParametersCount
|
241
|
+
|
242
|
+
:returns: Teh count.'''
|
243
|
+
...
|
244
|
+
|
245
|
+
def get_parameter(self, index : int) -> aspose.html.toolkit.markdown.syntax.extensions.ShortCodeParameterSyntaxNode:
|
246
|
+
'''Defines the GetParameter
|
247
|
+
|
248
|
+
:param index: The index.
|
249
|
+
:returns: The ShortCodeParameterSyntax.'''
|
250
|
+
...
|
251
|
+
|
252
|
+
@property
|
253
|
+
def parent(self) -> aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode:
|
254
|
+
'''Get the parent node.'''
|
255
|
+
...
|
256
|
+
|
257
|
+
@property
|
258
|
+
def first_child(self) -> aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode:
|
259
|
+
...
|
260
|
+
|
261
|
+
@property
|
262
|
+
def last_child(self) -> aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode:
|
263
|
+
...
|
264
|
+
|
265
|
+
@property
|
266
|
+
def previous_sibling(self) -> aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode:
|
267
|
+
...
|
268
|
+
|
269
|
+
@property
|
270
|
+
def next_sibling(self) -> aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode:
|
271
|
+
...
|
272
|
+
|
273
|
+
...
|
274
|
+
|
275
|
+
class HugoSyntaxExtension(aspose.html.toolkit.markdown.syntax.parser.MarkdownSyntaxExtension):
|
276
|
+
'''Defines the HugoSyntaxExtension.'''
|
277
|
+
|
278
|
+
def setup(self, builder : aspose.html.toolkit.markdown.syntax.parser.IMarkdownParserBuilder):
|
279
|
+
'''Defines the interface for Setup
|
280
|
+
|
281
|
+
:param builder: The builder.'''
|
282
|
+
...
|
283
|
+
|
284
|
+
...
|
285
|
+
|
286
|
+
class HugoYamlBasedFrontMatterSyntaxNode(HugoFrontMatterSyntaxNode):
|
287
|
+
'''Defines the HugoYamlBasedFrontMatterSyntaxNode'''
|
288
|
+
|
289
|
+
def get_syntax_tree(self) -> aspose.html.toolkit.markdown.syntax.MarkdownSyntaxTree:
|
290
|
+
'''Get the syntax tree.
|
291
|
+
|
292
|
+
:returns: The MarkdownSyntaxTree.'''
|
293
|
+
...
|
294
|
+
|
295
|
+
def child_nodes(self) -> aspose.html.collections.NodeList:
|
296
|
+
'''Get the child nodes collection.
|
297
|
+
|
298
|
+
:returns: The NodeList.'''
|
299
|
+
...
|
300
|
+
|
301
|
+
def get_leading_trivia(self) -> aspose.html.toolkit.markdown.syntax.TriviaCollection:
|
302
|
+
'''Get the leading trivia.
|
303
|
+
|
304
|
+
:returns: The TriviaCollection.'''
|
305
|
+
...
|
306
|
+
|
307
|
+
def get_trailing_trivia(self) -> aspose.html.toolkit.markdown.syntax.TriviaCollection:
|
308
|
+
'''Get the Trailing trivia.
|
309
|
+
|
310
|
+
:returns: The TriviaCollection.'''
|
311
|
+
...
|
312
|
+
|
313
|
+
def append_child(self, node : aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode) -> aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode:
|
314
|
+
'''Append child node.
|
315
|
+
|
316
|
+
:param node: The MarkdownSyntaxNode.
|
317
|
+
:returns: The MarkdownSyntaxNode.'''
|
318
|
+
...
|
319
|
+
|
320
|
+
def remove_child(self, child : aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode) -> aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode:
|
321
|
+
'''Remove the child.
|
322
|
+
|
323
|
+
:param child: The child.
|
324
|
+
:returns: The MarkdownSyntaxNode.'''
|
325
|
+
...
|
326
|
+
|
327
|
+
def replace_child(self, node : aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode, child : aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode) -> aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode:
|
328
|
+
'''Replace the child node.
|
329
|
+
|
330
|
+
:param node: The MarkdownSyntaxNode.
|
331
|
+
:param child: The MarkdownSyntaxNode.
|
332
|
+
:returns: The MarkdownSyntaxNode.'''
|
333
|
+
...
|
334
|
+
|
335
|
+
def insert_before(self, node : aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode, child : aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode) -> aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode:
|
336
|
+
'''Insert before node.
|
337
|
+
|
338
|
+
:param node: The MarkdownSyntaxNode.
|
339
|
+
:param child: The MarkdownSyntaxNode.
|
340
|
+
:returns: The MarkdownSyntaxNode.'''
|
341
|
+
...
|
342
|
+
|
343
|
+
def accept(self, visitor : aspose.html.toolkit.markdown.syntax.MarkdownSyntaxVisitor):
|
344
|
+
'''Defines the interface for accept visitor.
|
345
|
+
|
346
|
+
:param visitor: The visitor.'''
|
347
|
+
...
|
348
|
+
|
349
|
+
def write_to(self, writer : aspose.html.toolkit.markdown.syntax.MarkdownTextWriter):
|
350
|
+
'''Write to MarkdownTextWriter.
|
351
|
+
|
352
|
+
:param writer: The MarkdownTextWriter.'''
|
353
|
+
...
|
354
|
+
|
355
|
+
def find(self, path : List[str]) -> aspose.html.toolkit.markdown.syntax.extensions.ChildFrontMatterSyntaxNode:
|
356
|
+
'''Defines the interface for find BaseSyntaxNode
|
357
|
+
|
358
|
+
:param path: The string path.
|
359
|
+
:returns: The BaseSyntaxNode.'''
|
360
|
+
...
|
361
|
+
|
362
|
+
@property
|
363
|
+
def parent(self) -> aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode:
|
364
|
+
'''Get the parent node.'''
|
365
|
+
...
|
366
|
+
|
367
|
+
@property
|
368
|
+
def first_child(self) -> aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode:
|
369
|
+
...
|
370
|
+
|
371
|
+
@property
|
372
|
+
def last_child(self) -> aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode:
|
373
|
+
...
|
374
|
+
|
375
|
+
@property
|
376
|
+
def previous_sibling(self) -> aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode:
|
377
|
+
...
|
378
|
+
|
379
|
+
@property
|
380
|
+
def next_sibling(self) -> aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode:
|
381
|
+
...
|
382
|
+
|
383
|
+
@property
|
384
|
+
def front_matter_root_node(self) -> aspose.html.toolkit.markdown.syntax.extensions.ChildFrontMatterSyntaxNode:
|
385
|
+
...
|
386
|
+
|
387
|
+
...
|
388
|
+
|
389
|
+
class ShortCodeParameterSyntaxNode(aspose.html.toolkit.markdown.syntax.InlineSyntaxNode):
|
390
|
+
'''Defines the ShortCodeParameterSyntax.'''
|
391
|
+
|
392
|
+
def get_syntax_tree(self) -> aspose.html.toolkit.markdown.syntax.MarkdownSyntaxTree:
|
393
|
+
'''Get the syntax tree.
|
394
|
+
|
395
|
+
:returns: The MarkdownSyntaxTree.'''
|
396
|
+
...
|
397
|
+
|
398
|
+
def child_nodes(self) -> aspose.html.collections.NodeList:
|
399
|
+
'''Get the child nodes collection.
|
400
|
+
|
401
|
+
:returns: The NodeList.'''
|
402
|
+
...
|
403
|
+
|
404
|
+
def get_leading_trivia(self) -> aspose.html.toolkit.markdown.syntax.TriviaCollection:
|
405
|
+
'''Get the leading trivia.
|
406
|
+
|
407
|
+
:returns: The TriviaCollection.'''
|
408
|
+
...
|
409
|
+
|
410
|
+
def get_trailing_trivia(self) -> aspose.html.toolkit.markdown.syntax.TriviaCollection:
|
411
|
+
'''Get the Trailing trivia.
|
412
|
+
|
413
|
+
:returns: The TriviaCollection.'''
|
414
|
+
...
|
415
|
+
|
416
|
+
def append_child(self, node : aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode) -> aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode:
|
417
|
+
'''Append child node.
|
418
|
+
|
419
|
+
:param node: The MarkdownSyntaxNode.
|
420
|
+
:returns: The MarkdownSyntaxNode.'''
|
421
|
+
...
|
422
|
+
|
423
|
+
def remove_child(self, child : aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode) -> aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode:
|
424
|
+
'''Remove the child.
|
425
|
+
|
426
|
+
:param child: The child.
|
427
|
+
:returns: The MarkdownSyntaxNode.'''
|
428
|
+
...
|
429
|
+
|
430
|
+
def replace_child(self, node : aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode, child : aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode) -> aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode:
|
431
|
+
'''Replace the child node.
|
432
|
+
|
433
|
+
:param node: The MarkdownSyntaxNode.
|
434
|
+
:param child: The MarkdownSyntaxNode.
|
435
|
+
:returns: The MarkdownSyntaxNode.'''
|
436
|
+
...
|
437
|
+
|
438
|
+
def insert_before(self, node : aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode, child : aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode) -> aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode:
|
439
|
+
'''Insert before node.
|
440
|
+
|
441
|
+
:param node: The MarkdownSyntaxNode.
|
442
|
+
:param child: The MarkdownSyntaxNode.
|
443
|
+
:returns: The MarkdownSyntaxNode.'''
|
444
|
+
...
|
445
|
+
|
446
|
+
def accept(self, visitor : aspose.html.toolkit.markdown.syntax.MarkdownSyntaxVisitor):
|
447
|
+
'''Defines the interface for accept visitor.
|
448
|
+
|
449
|
+
:param visitor: The visitor.'''
|
450
|
+
...
|
451
|
+
|
452
|
+
def write_to(self, writer : aspose.html.toolkit.markdown.syntax.MarkdownTextWriter):
|
453
|
+
'''Write to MarkdownTextWriter.
|
454
|
+
|
455
|
+
:param writer: The MarkdownTextWriter.'''
|
456
|
+
...
|
457
|
+
|
458
|
+
def get_name(self) -> str:
|
459
|
+
'''Get string name.
|
460
|
+
|
461
|
+
:returns: The string result.'''
|
462
|
+
...
|
463
|
+
|
464
|
+
def get_value(self) -> str:
|
465
|
+
'''Get string Value
|
466
|
+
|
467
|
+
:returns: The string result.'''
|
468
|
+
...
|
469
|
+
|
470
|
+
def set_value(self, value : str):
|
471
|
+
'''Defines the interface for set value.
|
472
|
+
|
473
|
+
:param value: The value.'''
|
474
|
+
...
|
475
|
+
|
476
|
+
@property
|
477
|
+
def parent(self) -> aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode:
|
478
|
+
'''Get the parent node.'''
|
479
|
+
...
|
480
|
+
|
481
|
+
@property
|
482
|
+
def first_child(self) -> aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode:
|
483
|
+
...
|
484
|
+
|
485
|
+
@property
|
486
|
+
def last_child(self) -> aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode:
|
487
|
+
...
|
488
|
+
|
489
|
+
@property
|
490
|
+
def previous_sibling(self) -> aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode:
|
491
|
+
...
|
492
|
+
|
493
|
+
@property
|
494
|
+
def next_sibling(self) -> aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode:
|
495
|
+
...
|
496
|
+
|
497
|
+
...
|
498
|
+
|
499
|
+
class YamlMappingSyntaxNode(ChildFrontMatterSyntaxNode):
|
500
|
+
'''Defines the YamlMappingSyntaxNode'''
|
501
|
+
|
502
|
+
@property
|
503
|
+
def keys(self) -> Iterable[aspose.html.toolkit.markdown.syntax.extensions.ChildFrontMatterSyntaxNode]:
|
504
|
+
'''Get all Keys.'''
|
505
|
+
...
|
506
|
+
|
507
|
+
@property
|
508
|
+
def values(self) -> Iterable[aspose.html.toolkit.markdown.syntax.extensions.ChildFrontMatterSyntaxNode]:
|
509
|
+
'''Get all Values.'''
|
510
|
+
...
|
511
|
+
|
512
|
+
def __getitem__(self, key : int) -> aspose.html.toolkit.markdown.syntax.extensions.ChildFrontMatterSyntaxNode:
|
513
|
+
'''Get the value by index.'''
|
514
|
+
...
|
515
|
+
|
516
|
+
...
|
517
|
+
|
518
|
+
class YamlScalarSyntaxNode(ChildFrontMatterSyntaxNode):
|
519
|
+
'''Defines the YamlScalarSyntaxNode'''
|
520
|
+
|
521
|
+
def get_value(self) -> str:
|
522
|
+
'''Defines the interface for get value.
|
523
|
+
|
524
|
+
:returns: The string.'''
|
525
|
+
...
|
526
|
+
|
527
|
+
def set_value(self, value : str):
|
528
|
+
'''Defines the interface for set value.
|
529
|
+
|
530
|
+
:param value: The value.'''
|
531
|
+
...
|
532
|
+
|
533
|
+
...
|
534
|
+
|
535
|
+
class YamlSequenceSyntaxNode(ChildFrontMatterSyntaxNode):
|
536
|
+
'''Defines the YamlSequenceSyntaxNode'''
|
537
|
+
|
538
|
+
def count(self) -> int:
|
539
|
+
'''Defines the interface for get count.
|
540
|
+
|
541
|
+
:returns: The integer result.'''
|
542
|
+
...
|
543
|
+
|
544
|
+
def __getitem__(self, key : int) -> aspose.html.toolkit.markdown.syntax.extensions.ChildFrontMatterSyntaxNode:
|
545
|
+
'''Get the ChildFrontMatterSyntaxNode by index.'''
|
546
|
+
...
|
547
|
+
|
548
|
+
...
|
549
|
+
|