SkipCurrentElement method
Implementation
Future<void> SkipCurrentElement() async {
await this.SkipElement(this.NamespacePrefix, this.LocalName);
}
Future<void> SkipCurrentElement() async {
await this.SkipElement(this.NamespacePrefix, this.LocalName);
}