ContextParser

Kind of class:public class
Package:com.bourre.ioc.parser
Inherits from:none
Classpath:com.bourre.ioc.parser.ContextParser
File last modified:Monday, 21 April 2008, 17:52:19

Summary


Constructor
Instance methods

Constructor

ContextParser

public function ContextParser (
pc:ParserCollection = null)

Instance methods

addEventListener

public function addEventListener (
type:String, listener:Object, rest) : Boolean

addListener

public function addListener (
listener:ContextParserListener) : Boolean

Event system

parse

public function parse (
xml:*) : void

removeEventListener

public function removeEventListener (
type:String, listener:Object) : Boolean

removeListener

public function removeListener (
listener:ContextParserListener) : Boolean

toString

public function toString (
) : String