class documentation

class Element(treebuilder_base.Node): (source)

Known subclasses: bs4.builder._html5lib.TextNode

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method appendChild Undocumented
Method cloneNode Undocumented
Method getAttributes Undocumented
Method getNameTuple Undocumented
Method hasContent Undocumented
Method insertBefore Undocumented
Method insertText Undocumented
Method removeChild Undocumented
Method reparentChildren Move all of this tag's children into another tag.
Method setAttributes Undocumented
Class Variable attributes Undocumented
Class Variable nameTuple Undocumented
Instance Variable element Undocumented
Instance Variable namespace Undocumented
Instance Variable soup Undocumented
def __init__(self, element, soup, namespace): (source)

Undocumented

def appendChild(self, node): (source)

Undocumented

def cloneNode(self): (source)

Undocumented

def getAttributes(self): (source)

Undocumented

def getNameTuple(self): (source)

Undocumented

def hasContent(self): (source)

Undocumented

def insertBefore(self, node, refNode): (source)

Undocumented

def insertText(self, data, insertBefore=None): (source)

Undocumented

def removeChild(self, node): (source)

Undocumented

def reparentChildren(self, new_parent): (source)

Move all of this tag's children into another tag.

def setAttributes(self, attributes): (source)

Undocumented

attributes = (source)

Undocumented

nameTuple = (source)

Undocumented

Undocumented

namespace = (source)

Undocumented

Undocumented