/stringparser_bbcode.class.phpBB code string parsing class
Version: 0.2.5
| Class | Description |
|---|---|
StringParser_BBCode
|
BB code string parser class |
StringParser_BBCode_Node_Paragraph
|
BBCode String parser paragraph node class |
StringParser_BBCode_Node_Element
|
BBCode String parser element node class |
require_once
(__FILE__)
(line 36)
BBCODE_CLOSETAG_FORBIDDEN = -1
(line 38)
BBCODE_CLOSETAG_IMPLICIT = 1
(line 40)
BBCODE_CLOSETAG_IMPLICIT_ON_CLOSE_ONLY = 2
(line 41)
BBCODE_CLOSETAG_MUSTEXIST = 3
(line 42)
BBCODE_CLOSETAG_OPTIONAL =
(line 39)
BBCODE_NEWLINE_DROP = 2
(line 46)
BBCODE_NEWLINE_IGNORE = 1
(line 45)
BBCODE_NEWLINE_PARSE =
(line 44)
BBCODE_PARAGRAPH_ALLOW_BREAKUP =
(line 48)
BBCODE_PARAGRAPH_ALLOW_INSIDE = 1
(line 49)
BBCODE_PARAGRAPH_BLOCK_ELEMENT = 2
(line 50)
STRINGPARSER_BBCODE_NODE_ELEMENT = 32
(line 1265)
Node type: BBCode Element node
STRINGPARSER_BBCODE_NODE_PARAGRAPH = 33
(line 1271)
Node type: BBCode Paragraph node
Documentation generated on Sun, 14 Aug 2005 14:26:56 +0200 by phpDocumentor 1.3.0RC3