XMLReader.NextDeclaration
Syntax:
Returned value:
True - positioning to the declaration was successful, False - otherwise.
Description:
In case a current node is DocumentTypeDefinition (DTD), a current node is positioned to the next DTD declaration.
If positioning to the first declaration was not performed, then the method is similar to MoveToContent. Calling method XMLReader.Read interrupts declarations reading and positions a current node to the next after DTD.
Availability: