Description
	Located in File: /phpDocumentor/ParserData.inc
Base class for all elements
Classes extended from parserBase:
 		
	- parserInlineTag
 
		- Use this element to represent an {@inline tag} like {@link}
 
	
		
	- parserStringWithInlineTags
 
		- Used to represent strings that contain inline tags,  so that they can be properly parsed at link time
 
	
		
	- parserElement
 
		- all elements except parserPackagePage descend from this abstract class