BBDocument
Members
(readonly) documentElement :BBElement
- Source:
Type:
Methods
createTextNode(text) → {BBText}
- Source:
Parameters:
Name |
Type |
Description |
text |
string
|
|
Returns:
-
Type
-
BBText
createElement(name, value) → {BBElement}
- Source:
Parameters:
Name |
Type |
Description |
name |
string
|
|
value |
string
|
number
|
|
Returns:
-
Type
-
BBElement
createTreeWalker(rootNode) → {TreeWalker}
- Source:
Parameters:
Name |
Type |
Description |
rootNode |
BBElement
|
|
Returns:
-
Type
-
TreeWalker