Parses XSD based Uris.
Inheritance: SpecializedUriParser
Exemplo n.º 1
0
 public void Teardown()
 {
     _parser = null;
 }
Exemplo n.º 2
0
 public void Setup()
 {
     _parser = new XsdUriParser();
 }