A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
DlgTwineToJsonHumanText.TwineHtmlParser Class Reference
Inheritance diagram for DlgTwineToJsonHumanText.TwineHtmlParser:
[legend]

Public Member Functions

 __init__ (self)
 
 handle_charref (self, name)
 
 handle_comment (self, data)
 
 handle_data (self, data)
 
 handle_decl (self, data)
 
 handle_endtag (self, tag)
 
 handle_entityref (self, name)
 
 handle_starttag (self, tag, attrs)
 

Public Attributes

 current_node
 
 current_tag
 
 document
 

Static Public Attributes

str HTML_ATTR_GUID = "ifid"
 
str HTML_ATTR_NAME = "name"
 
str HTML_ATTR_TAGS = "tags"
 
str HTML_TAG_PASSAGE_DATA = "tw-passagedata"
 
str HTML_TAG_STORYDATA = "tw-storydata"
 

Detailed Description

Definition at line 481 of file DlgTwineToJsonHumanText.py.

Constructor & Destructor Documentation

◆ __init__()

DlgTwineToJsonHumanText.TwineHtmlParser.__init__ ( self)

Definition at line 489 of file DlgTwineToJsonHumanText.py.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ handle_charref()

DlgTwineToJsonHumanText.TwineHtmlParser.handle_charref ( self,
name )

Definition at line 545 of file DlgTwineToJsonHumanText.py.

◆ handle_comment()

DlgTwineToJsonHumanText.TwineHtmlParser.handle_comment ( self,
data )

Definition at line 538 of file DlgTwineToJsonHumanText.py.

◆ handle_data()

DlgTwineToJsonHumanText.TwineHtmlParser.handle_data ( self,
data )

Definition at line 529 of file DlgTwineToJsonHumanText.py.

◆ handle_decl()

DlgTwineToJsonHumanText.TwineHtmlParser.handle_decl ( self,
data )

Definition at line 552 of file DlgTwineToJsonHumanText.py.

◆ handle_endtag()

DlgTwineToJsonHumanText.TwineHtmlParser.handle_endtag ( self,
tag )

Definition at line 519 of file DlgTwineToJsonHumanText.py.

◆ handle_entityref()

DlgTwineToJsonHumanText.TwineHtmlParser.handle_entityref ( self,
name )

Definition at line 541 of file DlgTwineToJsonHumanText.py.

◆ handle_starttag()

DlgTwineToJsonHumanText.TwineHtmlParser.handle_starttag ( self,
tag,
attrs )

Definition at line 495 of file DlgTwineToJsonHumanText.py.

Member Data Documentation

◆ current_node

DlgTwineToJsonHumanText.TwineHtmlParser.current_node

Definition at line 493 of file DlgTwineToJsonHumanText.py.

◆ current_tag

DlgTwineToJsonHumanText.TwineHtmlParser.current_tag

Definition at line 492 of file DlgTwineToJsonHumanText.py.

◆ document

DlgTwineToJsonHumanText.TwineHtmlParser.document

Definition at line 491 of file DlgTwineToJsonHumanText.py.

◆ HTML_ATTR_GUID

str DlgTwineToJsonHumanText.TwineHtmlParser.HTML_ATTR_GUID = "ifid"
static

Definition at line 487 of file DlgTwineToJsonHumanText.py.

◆ HTML_ATTR_NAME

str DlgTwineToJsonHumanText.TwineHtmlParser.HTML_ATTR_NAME = "name"
static

Definition at line 485 of file DlgTwineToJsonHumanText.py.

◆ HTML_ATTR_TAGS

str DlgTwineToJsonHumanText.TwineHtmlParser.HTML_ATTR_TAGS = "tags"
static

Definition at line 486 of file DlgTwineToJsonHumanText.py.

◆ HTML_TAG_PASSAGE_DATA

str DlgTwineToJsonHumanText.TwineHtmlParser.HTML_TAG_PASSAGE_DATA = "tw-passagedata"
static

Definition at line 483 of file DlgTwineToJsonHumanText.py.

◆ HTML_TAG_STORYDATA

str DlgTwineToJsonHumanText.TwineHtmlParser.HTML_TAG_STORYDATA = "tw-storydata"
static

Definition at line 482 of file DlgTwineToJsonHumanText.py.


The documentation for this class was generated from the following file: