Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Static Public Attributes | Static Protected Attributes | Properties | List of all members
bs4.builder._html5lib.Element Class Reference
Inheritance diagram for bs4.builder._html5lib.Element:
Inheritance graph
[legend]
Collaboration diagram for bs4.builder._html5lib.Element:
Collaboration graph
[legend]

Public Member Functions

 __init__ (self, Tag element, "BeautifulSoup" soup, Optional[_NamespaceURL] namespace)
 
None appendChild (self, "BeautifulSoupNode" node)
 
AttrList getAttributes (self)
 
None setAttributes (self, Optional[_Html5libAttributes] attributes)
 
None insertText (self, str data, Optional["BeautifulSoupNode"] insertBefore=None)
 
None insertBefore (self, "BeautifulSoupNode" node, "BeautifulSoupNode" refNode)
 
None removeChild (self, "Element" node)
 
None reparentChildren (self, "Element" newParent)
 
bool hasContent (self)
 
treebuilder_base.Node cloneNode (self)
 
Tuple[Optional[_NamespaceURL], str] getNameTuple (self)
 
- Public Member Functions inherited from bs4.builder._html5lib.BeautifulSoupNode
PageElement element (self)
 
int nodeType (self)
 

Public Attributes

 tag
 
 string
 
 soup
 
 namespace
 
 name
 

Static Public Attributes

Optional namespace [_NamespaceURL]
 
- Static Public Attributes inherited from bs4.builder._html5lib.BeautifulSoupNode
Optional tag [Tag]
 
Optional string [NavigableString]
 
str soup : "BeautifulSoup"
 
Optional namespace [_NamespaceURL]
 

Static Protected Attributes

TypeAlias _Html5libAttributeName = Union[str, Tuple[str, str]]
 
TypeAlias _Html5libAttributes = Dict[_Html5libAttributeName, str]
 

Properties

 attributes = property(getAttributes, setAttributes)
 
 nameTuple = property(getNameTuple)
 

Member Function Documentation

◆ cloneNode()

treebuilder_base.Node bs4.builder._html5lib.Element.cloneNode (   self)

◆ reparentChildren()

None bs4.builder._html5lib.Element.reparentChildren (   self,
"Element"  newParent 
)
Move all of this tag's children into another tag.

The documentation for this class was generated from the following file: