Unit 'uCEFInterfaces' Package
[Overview][Types][Classes][Index] [#pl_cef4typhon]

ICefXmlReader

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

Declaration

Source position: uCEFInterfaces.pas line 3714

type ICefXmlReader = interface(ICefBaseRefCounted)

  function MoveToNextNode;

  

  function Close;

  

  function HasError;

  

  function GetError;

  

  function GetType;

  

  function GetDepth;

  

  function GetLocalName;

  

  function GetPrefix;

  

  function GetQualifiedName;

  

  function GetNamespaceUri;

  

  function GetBaseUri;

  

  function GetXmlLang;

  

  function IsEmptyElement;

  

  function HasValue;

  

  function GetValue;

  

  function HasAttributes;

  

  function GetAttributeCount;

  

  function GetAttributeByIndex();

  

  function GetAttributeByQName();

  

  function GetAttributeByLName();

  

  function GetInnerXml;

  

  function GetOuterXml;

  

  function GetLineNumber;

  

  function MoveToAttributeByIndex();

  

  function MoveToAttributeByQName();

  

  function MoveToAttributeByLName();

  

  function MoveToFirstAttribute;

  

  function MoveToNextAttribute;

  

  function MoveToCarryingElement;

  

end;

Inheritance

ICefXmlReader

  

|

ICefBaseRefCounted

  

|

IInterface



CT Web help

CodeTyphon Studio