XMLReader

Properties:

BaseURI
HasName
HasValue
InputEncoding
IsDefaultAttribute
IsWhitespace
Lang
LocalName
Name
NamespaceContext
NamespaceURI
NodeType
NotationName
Prefix
PublicId
Standalone
SystemId
Value
XMLEncoding
XMLVersion
IgnoreWhitespace
IsCharacters
Settings
Space

Methods:

AttributeCount
AttributeLocalName
AttributeName
AttributeNamespaceURI
AttributePrefix
AttributeType
AttributeValue
FirstAttribute
FirstDeclaration
GetAttribute
NextAttribute
NextDeclaration
Read
ReadAttribute
Skip
Close
MoveToContent
OpenFile
SetString

Constructors:

Default

Description:

Used for subsequently reading XML data from a file or line. Automatically processes the XML document declaration and detects the type of file encoding.

Availability:

Thin client, server, thick client, external connection, Mobile application (client), Mobile application (server).

Example:

XMLReader = New XMLReader;
While 
XMLReader.Read() Do
    // processing read node
    ...
EndDo
;

See also:

Global context, method ReadXML
Global context, method CanReadXML
ExchangeMessageReader, method BeginRead
Global context, method GetXMLType
XDTOSerializer, method CanReadXML
XDTOSerializer, method GetXMLType
XDTOSerializer, method ReadXML
XDTOFactory, method ReadXML
DOMBuilder, method Read
DOMBuilder, method ReadWithContext
FullTextSearchList, method GetRepresentation

    

1C:Enterprise Developer's Community