TableRow
Genel Bakış
TableRow Python için FOSS’de bir sınıf. Mirasçılar: CompositeNode.
Bu sınıf, Python programlarında TableRow 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: | Access | Açıklama: |
|---|---|---|---|
FirstChild | `Node | None` | Oku . |
LastChild | `Node | None` | Oku . |
ParentNode | `Node | None` | Oku . |
Document | `Document | None` | Oku . |
Yöntemler
| Signature | Açı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) |