Lines Matching refs:parse
191 # - $aString: String to parse.
198 # Parse string
199 $self->parse($aFile);
207 # - $aFile: (reference to array of) file to parse.
220 # Parse file
308 # args: - $aString: Reference to string to parse
327 # args: - $aFile: (reference to array of) file to parse.
369 # function: Initialize batch. This function is called once when a parse batch
394 # Parse ToC options
402 # parse batch is started.
410 # Parse ToC options
419 # parse batch is started.
582 # function: Parse ToC options.
603 # Parse 'tokenToToc' group
604 $tokenTocBeginParser->parse($group->{'tokenBegin'});
607 $tokenTocEndParser->parse(
1091 # - $aString: String to parse.
1108 # - @aFiles: Reference to array of files to parse.
1125 # - $aString: Reference to string to parse
1143 # - $aFile: (reference to array of) file to parse.
1170 #--- HTML::TocGenerator::parse() ----------------------------------------------
1171 # function: Parse scalar.
1172 # args: - $aString: string to parse
1174 sub parse {
1178 $self->SUPER::parse($aString);
1179 } # parse()
1183 # function: Parse file.
1290 # function: Parse 'toc tokens'. 'Toc tokens' mark HTML code which is to be
1322 # function: Parse attributes.
1373 # function: Parse 'toc tokens'. 'Toc tokens' mark HTML code which is to be
1409 # args: - $aAttributes: Attributes to parse.
1417 # Parse attributes
1512 #--- HTML::_TokenTocBeginParser::parse() --------------------------------------
1513 # function: Parse begin token.
1514 # args: - $aToken: 'toc token' to parse
1516 sub parse {
1520 $self->SUPER::parse($aString);
1521 } # parse()
1592 # function: Parse 'toc tokens'. 'Toc tokens' mark HTML code which is to be
1627 # args: - $aAttributes: Attributes to parse.
1635 # Parse attributes
1714 #--- HTML::_TokenTocEndParser::parse() ----------------------------------------
1715 # function: Parse token.
1716 # args: - $aString: 'toc token' to parse
1720 sub parse {
1747 $self->SUPER::parse($aString);
1749 } # parse()