Home
About
Testimonials
Demos
Download
Documentation
Forum
Development
Class Finder
Tutorials
Class Docs
API Manual
Wiki
Namespace:
System.Xml
Inheritance:
TComponent
»
TXmlElement
»
TXmlDocument
Properties
|
Events
|
Methods
|
Derived classes
|
All classes
Properties
Name
Type
Description
R
Attributes
TMap
list of attributes. (inherited from
TXmlElement
)
R
Elements
TXmlElementList
list of child elements. (inherited from
TXmlElement
)
Encoding
string
encoding of this XML document.
R
HasAttribute
boolean
true if this element has attributes. (inherited from
TXmlElement
)
R
HasElement
boolean
true if this element has child elements. (inherited from
TXmlElement
)
Parent
TXmlElement
parent element of this element. (inherited from
TXmlElement
)
TagName
string
tag-name of this element. (inherited from
TXmlElement
)
Value
string
text enclosed between opening and closing tag of this element. (inherited from
TXmlElement
)
Version
string
version of this XML document.
Events
Methods
Name
Description
addParsedObject
Processes an object that is created during parsing template. (inherited from
TComponent
)
attachEventHandler
Attaches an event handler to an event. (inherited from
TComponent
)
canGetProperty
Determines whether a property can be read. (inherited from
TComponent
)
canSetProperty
Determines whether a property can be set. (inherited from
TComponent
)
createdOnTemplate
This method is invoked after the component is instantiated by a template. (inherited from
TComponent
)
detachEventHandler
Detaches an existing event handler. (inherited from
TComponent
)
evaluateExpression
Evaluates a PHP expression in the context of this control. (inherited from
TComponent
)
evaluateStatements
Evaluates a list of PHP statements. (inherited from
TComponent
)
getAttribute
the attribute specified by the name, null if no such attribute. (inherited from
TXmlElement
)
getElementByTagName
the first child element that has the specified tag-name, null if not found. (inherited from
TXmlElement
)
getElementsByTagName
list of all child elements that have the specified tag-name. (inherited from
TXmlElement
)
getEventHandlers
Returns the list of attached event handlers for an event. (inherited from
TComponent
)
getSubProperty
Evaluates a property path. (inherited from
TComponent
)
hasEvent
Determines whether an event is defined. (inherited from
TComponent
)
hasEventHandler
whether an event has been attached one or several handlers. (inherited from
TComponent
)
hasProperty
Determines whether a property is defined. (inherited from
TComponent
)
loadFromFile
Loads and parses an XML document.
loadFromString
Loads and parses an XML string.
raiseEvent
Raises an event. (inherited from
TComponent
)
saveToFile
Saves this XML document as an XML file.
saveToString
Saves this XML document as an XML string .
setAttribute
. (inherited from
TXmlElement
)
setSubProperty
Sets a value to a property path. (inherited from
TComponent
)
toString
string representation of this element. (inherited from
TXmlElement
)
Derived classes