XmlScanner MethodsA Sandcastle Documented Class Library

The XmlScanner type exposes the following members.

Methods

  NameDescription
Public methodAttribute
Returns an Attribute holding the name and value of the current attribute, if such exists. Otherwise returns null.
Public methodCharacters
If the current segment is a characters segment, then returns the entire text as a string and moves to the next segment. Otherwise, returns an empty string.
Public methodEndTag
If the current segment is an end tag with the given name, then moves to the next segment. Otherwise, throws an exception.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStartTag
If the current segment is a start tag, then returns the name of the tag and moves to the next segment. Otherwise, returns null.
Public methodToString (Inherited from Object.)
Top
See Also

Reference