// Assembly: System.Xml
// Full name: MS.Internal.Xml.XPath.XPathScanner

namespace MS.Internal.Xml.XPath
{
public class XPathScanner // TypeDefIndex: 7294
{
	// Fields
	type#26577 _xpathExpr;
	type#20868 _xpathExprIndex;
	type#34838 _kind;
	type#15838 _currentChar;
	type#26577 _name;
	type#26577 _prefix;
	type#26577 _stringValue;
	type#17431 _numberValue;
	type#15314 _canBeFunction;
	type#29116 _xmlCharType;

	// Methods
	// RVA: -1
	public type#28660 .ctor(type#26576 xpathExpr) { }
	// RVA: -1
	public type#26576 get_SourceText() { }
	// RVA: -1
	private type#15837 get_CurrentChar() { }
	// RVA: -1
	private type#15313 NextChar() { }
	// RVA: -1
	public type#34837 get_Kind() { }
	// RVA: -1
	public type#26576 get_Name() { }
	// RVA: -1
	public type#26576 get_Prefix() { }
	// RVA: -1
	public type#26576 get_StringValue() { }
	// RVA: -1
	public type#17430 get_NumberValue() { }
	// RVA: -1
	public type#15313 get_CanBeFunction() { }
	// RVA: -1
	private type#28660 SkipSpace() { }
	// RVA: -1
	public type#15313 NextLex() { }
	// RVA: -1
	private type#17430 ScanNumber() { }
	// RVA: -1
	private type#17430 ScanFraction() { }
	// RVA: -1
	private type#26576 ScanString() { }
	// RVA: -1
	private type#26576 ScanName() { }
}
}
