[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: dom.pp line 449
type TDOMDocument = class(TDOMNode_TopLevel) |
protected |
FRevision: Integer; |
FMaxPoolSize: Integer; |
FXmlStandalone: Boolean; |
function GetDocumentElement; |
function GetDocType; |
function GetNodeType; override; |
function GetNodeName; override; |
function GetTextContent; override; |
function GetOwnerDocument; override; |
procedure SetTextContent(); override; |
procedure RemoveID(); |
function GetChildNodeList(); |
function GetElementList(); |
procedure NodeListDestroyed(); |
function Alloc(); |
procedure SetXMLVersion(); virtual; |
procedure SetXMLStandalone(); virtual; |
function ValidateQName(); |
public |
function IndexOfNS(); |
function InsertBefore(); override; |
function ReplaceChild(); override; |
property DocType: TDOMDocumentType; [r] |
property Impl: TDOMImplementation; [r] |
property DocumentElement: TDOMElement; [r] |
function CreateElement(); virtual; |
function CreateElementBuf(); |
function CreateDocumentFragment; |
function CreateTextNode(); |
function CreateTextNodeBuf(); |
function CreateComment(); |
function CreateCommentBuf(); |
function CreateCDATASection(); virtual; |
function CreateProcessingInstruction(); virtual; |
function CreateAttribute(); |
function CreateAttributeBuf(); |
function CreateEntityReference(); virtual; |
function GetElementsByTagName(); |
function ImportNode(); |
function CreateElementNS(); |
function CreateAttributeNS(); |
function GetElementsByTagNameNS(); |
function GetElementById(); |
property documentURI: DOMString; [rw] |
property XMLVersion: DOMString; [rw] |
property XMLStandalone: Boolean; [rw] |
constructor Create; virtual; |
destructor Destroy; override; |
function CloneNode(); override; overload; |
property Names: THashTable; [r] |
property IDs: THashTable; [rw] |
end; |
| |
| |
| |
| |
TObject |