Unit 'flcXMLDocument' Package
[Overview][Constants][Types][Classes][Index] [#pl_fundamentals]

TxmlDocument

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: flcXMLDocument.pas line 1040

type TxmlDocument = class(TxmlTypeList)

protected

  function GetProlog;

  

  function GetRootElement;

  

  function GetElementContentText();

  

public

  constructor Create();

  

  function TextContent(); override;

  

  property Prolog: TxmlProlog; [r]

  

  property RootElement: AxmlElement; [r]

  

  function DocTypeDecl;

  

  function DocTypeName;

  

  function DocTypeURI;

  

  function RootElementName;

  

  function RootElementLocalName;

  

  function RootElementNameSpace;

  

  function RootElementNameSpaceURI;

  

  function RootElementDefaultNameSpaceURI;

  

  function IsRootElementName();

  

  function IsRootElementAsciiName();

  

  function ElementByName();

  

  property ElementContentText []: UnicodeString; default; [r]

  

end;

Inheritance

TxmlDocument

  

|

TxmlTypeList

  

|

AxmlType

  

|

TObject



CT Web help

CodeTyphon Studio