" 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(); }