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
- ContextParser (pc:ParserCollection = null)
Instance methods
- parse (xml:*) : void
- toString : String
- addListener (listener:ContextParserListener) : Boolean
- Event system
- removeListener (listener:ContextParserListener) : Boolean
- addEventListener (type:String, listener:Object, rest) : Boolean
- removeEventListener (type:String, listener:Object) : Boolean
Constructor
ContextParser
Instance methods
addEventListener
public function addEventListener (
type:String,
listener:Object,
rest) : Boolean
parse
public function parse (
xml:*) : void
removeEventListener
public function removeEventListener (
type:String,
listener:Object) : Boolean
removeListener
toString
public function toString (
) : String