Unit 'xmlutils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl-xml]

TNodeData

Declaration

Source position: xmlutils.pp line 171

type TNodeData = record

  FNext: PNodeData;

  FQName: PHashItem;

  FPrefix: PHashItem;

  FNsUri: PHashItem;

  FColonPos: Integer;

  FTypeInfo: TObject;

  FLoc: TLocation;

  FLoc2: TLocation;

  FIDEntry: PHashItem;

  FNodeType: TXMLNodeType;

  FValueStr: XMLString;

  FValueStart: PWideChar;

  FValueLength: Integer;

  FIsDefault: Boolean;

  FDenormalized: Boolean;

end;


Documentation generated on: 2023-03-18