A B C D E F G H I J K L M N O P Q R S T U V W X

X

XMLAttribute - class otie.XML.XMLAttribute.
Title: XMLAttribute Description: A class that represent a single XML attribute that has a name and a value.
XMLAttribute() - Constructor for class otie.XML.XMLAttribute
Create an unnamed attribute with an empty value.
XMLAttribute(String, String) - Constructor for class otie.XML.XMLAttribute
Create a XML attribute that has a predefined name and value.
XMLFile - class otie.XML.XMLFile.
Title: XMLFile Description: An abstract representation of a XML file.
XMLFile() - Constructor for class otie.XML.XMLFile
The default constructor that creates a new XML-instance without associating a filename with the instance (an empty XML-file that resides only in memory).
XMLFile(String) - Constructor for class otie.XML.XMLFile
A constructor that associates a filename for the XML-file.
XMLObject - class otie.XML.XMLObject.
Title: XMLObject Description: Represents a single node (element) in a XML tree.
XMLObject() - Constructor for class otie.XML.XMLObject
Constucts a new XMLObject that has no name and no attributes.
XMLObject(Node) - Constructor for class otie.XML.XMLObject
Build a XMLObject from a org.w3c.Node class.
XMLObject(String) - Constructor for class otie.XML.XMLObject
Creates a new XMLObject and associates the name oName for the object.
xFile - Variable in class otie.component.PageComponent
A XMLFile that is used for writing the contents.
xFile - Variable in class otie.database.TableComponent
The XMLFile object that is used to write the contents of the Bean.
xmlFile - Variable in class otie.JDBC.JDBCWrapper
The configuration XML-file is contained in this parameter.
xmlFile - Variable in class otie.component.PermissionChecker
A XMLFile object that holds the contents of the permission file
xmlFile - Variable in class otie.component.TabResolver
The XMLFile that is used for content creation.

A B C D E F G H I J K L M N O P Q R S T U V W X