public void Init()
 {
     XmlSchema schemaObject = new XmlSchema();
     schemaObject.SourceUri = @"d:\test\a.xsd";
     schemaObject.LineNumber = 2;
     schemaObject.LinePosition = 4;
     location = new DerivedXmlSchemaObjectLocation(schemaObject);
     location.JumpToFilePosition();
 }
		public void Init()
		{
			XmlSchemaObject schemaObject = null;
			location = new DerivedXmlSchemaObjectLocation(schemaObject);
			location.JumpToFilePosition();
		}