From 370e83bb0dfd0c70de268c93bf07ad5ee0897192 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Fri, 15 Aug 2008 01:29:47 +0200 Subject: Update auf 1.13.0 --- includes/parser/Preprocessor.php | 163 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 163 insertions(+) create mode 100644 includes/parser/Preprocessor.php (limited to 'includes/parser/Preprocessor.php') diff --git a/includes/parser/Preprocessor.php b/includes/parser/Preprocessor.php new file mode 100644 index 00000000..1a33ac7f --- /dev/null +++ b/includes/parser/Preprocessor.php @@ -0,0 +1,163 @@ + node into an associative array containing: + * name PPNode name + * index String index + * value PPNode value + */ + function splitArg(); + + /** + * Split an node into an associative array containing name, attr, inner and close + * All values in the resulting array are PPNodes. Inner and close are optional. + */ + function splitExt(); + + /** + * Split an node + */ + function splitHeading(); +} -- cgit v1.2.3-54-g00ecf