| Package | org.spicefactory.parsley.xml.processor |
| Class | public class XmlFile |
| Inheritance | XmlFile Object |
| Property | Defined By | ||
|---|---|---|---|
| filename : String [read-only]
The name of the XML configuration file. | XmlFile | ||
| rootElement : XML [read-only]
The root element of the loaded file. | XmlFile | ||
| Method | Defined By | ||
|---|---|---|---|
XmlFile(filename:String, rootElement:XML)
Creates a new instance. | XmlFile | ||
| filename | property |
filename:String [read-only] The name of the XML configuration file.
public function get filename():String| rootElement | property |
rootElement:XML [read-only] The root element of the loaded file.
public function get rootElement():XML| XmlFile | () | Constructor |
public function XmlFile(filename:String, rootElement:XML)Creates a new instance.
Parametersfilename:String — the name of the XML configuration file
| |
rootElement:XML — the root element of the loaded file
|