" node into an associative array containing: * name PPNode name * index String index * value PPNode value */ public 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. */ public function splitExt(); /** * Split an "" node */ public function splitHeading(); }