Packageorg.spicefactory.parsley.xml.processor
Classpublic class XmlFile
InheritanceXmlFile Inheritance Object

Represent a single XML configuration file.



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined By
  
XmlFile(filename:String, rootElement:XML)
Creates a new instance.
XmlFile
Property Detail
filenameproperty
filename:String  [read-only]

The name of the XML configuration file.


Implementation
    public function get filename():String
rootElementproperty 
rootElement:XML  [read-only]

The root element of the loaded file.


Implementation
    public function get rootElement():XML
Constructor Detail
XmlFile()Constructor
public function XmlFile(filename:String, rootElement:XML)

Creates a new instance.

Parameters
filename:String — the name of the XML configuration file
 
rootElement:XML — the root element of the loaded file