[ Index ]
 

Code source de Symfony 1.0.0

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/lib/vendor/phing/parser/ -> TargetHandler.php (sommaire)

(pas de description)

Poids: 149 lignes (5 kb)
Inclus ou requis:0 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 1 class

TargetHandler:: (3 méthodes):
  __construct()
  init()
  startElement()


Classe: TargetHandler  - X-Ref

The target handler class.

This class handles the occurance of a <target> tag and it's possible
nested tags (datatypes and tasks).

__construct(AbstractSAXParser $parser, AbstractHandler $parentHandler, ProjectConfigurator $configurator)   X-Ref
Constructs a new TargetHandler

param: object  the ExpatParser object
param: object  the parent handler that invoked this handler
param: object  the ProjectConfigurator object

init($tag, $attrs)   X-Ref
Executes initialization actions required to setup the data structures
related to the tag.
<p>
This includes:
<ul>
<li>creation of the target object</li>
<li>calling the setters for attributes</li>
<li>adding the target to the project</li>
<li>adding a reference to the target (if id attribute is given)</li>
</ul>

param: string  the tag that comes in
param: array   attributes the tag carries

startElement($name, $attrs)   X-Ref
Checks for nested tags within the current one. Creates and calls
handlers respectively.

param: string  the tag that comes in
param: array   attributes the tag carries



Généré le : Fri Mar 16 22:42:14 2007 par Balluche grâce à PHPXref 0.7