Unit 'uCEFXmlReader' Package
[Overview][Classes][Index] [#pl_cef4typhon]

TCefXmlReaderRef

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

Declaration

Source position: uCEFXmlReader.pas line 18

type TCefXmlReaderRef = class(TCefBaseRefCountedRef,ICefXmlReader)

protected

  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;

  

public

  class function UnWrap();

  

  class function New();

  

end;

Inheritance

TCefXmlReaderRef

  

|

TCefBaseRefCountedRef,ICefXmlReader

  

|

TObject,ICefBaseRefCounted



CT Web help

CodeTyphon Studio