__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
from _typeshed import SupportsRead
from xml.dom.expatbuilder import ExpatBuilder as _ExpatBuilder, Namespaces as _Namespaces
from xml.dom.minidom import Document
from xml.dom.xmlbuilder import Options
__origin__: str
class DefusedExpatBuilder(_ExpatBuilder):
forbid_dtd: bool
forbid_entities: bool
forbid_external: bool
def __init__(
self, options: Options | None = None, forbid_dtd: bool = False, forbid_entities: bool = True, forbid_external: bool = True
) -> None: ...
def defused_start_doctype_decl(self, name, sysid, pubid, has_internal_subset) -> None: ...
def defused_entity_decl(self, name, is_parameter_entity, value, base, sysid, pubid, notation_name) -> None: ...
def defused_unparsed_entity_decl(self, name, base, sysid, pubid, notation_name) -> None: ...
def defused_external_entity_ref_handler(self, context, base, sysid, pubid) -> None: ...
def install(self, parser) -> None: ...
class DefusedExpatBuilderNS(_Namespaces, DefusedExpatBuilder):
def install(self, parser) -> None: ...
def reset(self) -> None: ...
def parse(
file: str | SupportsRead[bytes | str],
namespaces: bool = True,
forbid_dtd: bool = False,
forbid_entities: bool = True,
forbid_external: bool = True,
) -> Document: ...
def parseString(
string: str, namespaces: bool = True, forbid_dtd: bool = False, forbid_entities: bool = True, forbid_external: bool = True
) -> Document: ...
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| ElementTree.pyi | File | 1.8 KB | 0644 |
|
| __init__.pyi | File | 379 B | 0644 |
|
| cElementTree.pyi | File | 395 B | 0644 |
|
| common.pyi | File | 781 B | 0644 |
|
| expatbuilder.pyi | File | 1.42 KB | 0644 |
|
| expatreader.pyi | File | 280 B | 0644 |
|
| lxml.pyi | File | 1.5 KB | 0644 |
|
| minidom.pyi | File | 485 B | 0644 |
|
| pulldom.pyi | File | 543 B | 0644 |
|
| py.typed | File | 8 B | 0644 |
|
| sax.pyi | File | 607 B | 0644 |
|
| xmlrpc.pyi | File | 1.07 KB | 0644 |
|