Skip to content

Create core PSHTML object (PSHTML.Document) #218

@Stephanevg

Description

@Stephanevg

(Isolating theme from #156)

Objective

  • Have an overall PSHTML Object that contains the HTML stucture tree
  • Have the classes, ID's and attributes

I would imagine a structure along these lines:

PSHTML.Document

Postion Type Id Class Attributes
[int] [String]Div,Body, etc.. [String]html id [String[]] html class [HashTable] Attributes

Perhaps also think of adding a content on the object, which would contain the content of each HTML tab part. It could potentially, also contain another PSHTML.Document, for nested elements.

Postion Type Id Class Attributes Content
[int] [String]Div,Body, etc.. [String]html id [String[]] html class [HashTable] Attributes [PSHTML.Document] or [String]

This would be done implementing the Composite Pattern

Some sources for inspiration for the exports:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions