TIcXMLParser Component
Properties Methods Events
The component of an XML processor that analyses the markup and determines the structure and other properties of the data.

Unit
IcXMLParser

Declaration
TIcXMLParser = class(TLexAnalyzer)

Description
Processes documents with version 1.0.

Introduced Public Properties
DefaultEncoding Default encoding for documents without encoding declaration.
FormatedOutput If set to true XMLParser writes to output formatted structure of XML elements with leading white chars.
RetrieveInternetURI IF set to true parser retrieves content of any external documents specified by internel URI, else linked document is treated as empty.
StandardXML Set to false allows to use some additional features:
  • additional parameters in XMLDeclaration
  • end-tag for element without name
ValidateDocument Set to true runs validation after parsing document.
Version Version number of XMLParser component.

Introduced Methods
Create
Destroy
Emit
GetVersion
LexAn
Match
MatchString
MatchTokens
MEmit
Parse
ParseCDSec
ParseDTDStag
ParseElCont
ParseElement
ParseMisc
ParseProlog
ParseXMLDecl
SetDefEncoding
SetParserMode
SupportedEncodings
Validate

Introduced Public Events
OnFileNotFound Occurs when external linked file does not exist on current path (DTD or external parsed entity).


HTML generated by Time2HELP
http://www.time2help.com