TableCell

Genel Bakış

TableCell Python için FOSS’de bir sınıf. Mirasçılar: CompositeNode.

Bu sınıf, Python programlarında TableCell nesnelerle çalışmak için 7 yöntem sağlar. Kullanılabilir yöntemler şunlardır: Accept, AppendChildFirst, AppendChildLast, GetChildNodes, GetEnumerator, InsertChild, RemoveChild. Python için FOSS paketini yükledikten sonra tüm kamu üyeleri herhangi bir Python uygulamasına erişilebilir. Özellikleri: Document, FirstChild, LastChild, ParentNode.

Özellikler

Adı:Tip:AccessAçıklama:
FirstChild`NodeNone`Oku .
LastChild`NodeNone`Oku .
ParentNode`NodeNone`Oku .
Document`DocumentNone`Oku .

Yöntemler

SignatureAçıklama:
AppendChildLast(node: TNode)TNode
AppendChildFirst(node: TNode)TNode
InsertChild(index: int, node: TNode)TNode
RemoveChild(node: Node)
GetEnumerator()Iterator[Node]
GetChildNodes(node_type: type[TNode])list[TNode]
Accept(visitor: DocumentVisitor)

Ayrıca bakınız:

 Türkçe