// Assembly: System.Data
// Full name: System.Data.XmlDataLoader

namespace System.Data
{
public class XmlDataLoader // TypeDefIndex: 8444
{
	// Fields
	type#16950 _dataSet;
	type#29489 _nodeToSchemaMap;
	type#19500 _nodeToRowMap;
	type#26373 _childRowsStack;
	type#19500 _htableExcludedNS;
	type#15314 _fIsXdr;
	type#15315 _isDiffgram;
	type#29150 _topMostNode;
	type#15314 _ignoreSchema;
	type#16966 _dataTable;
	type#15314 _isTableLevel;
	type#15314 _fromInference;
	type#29249 _dataReader;
	type#23706 _XSD_XMLNS_NS;
	type#23706 _XDR_SCHEMA;
	type#23706 _XDRNS;
	type#23706 _SQL_SYNC;
	type#23706 _UPDGNS;
	type#23706 _XSD_SCHEMA;
	type#23706 _XSDNS;
	type#23706 _DFFNS;
	type#23706 _MSDNS;
	type#23706 _DIFFID;
	type#23706 _HASCHANGES;
	type#23706 _ROWORDER;

	// Methods
	// RVA: -1
	internal type#28660 .ctor(type#16949 dataset, type#15313 IsXdr, type#15313 ignoreSchema) { }
	// RVA: -1
	internal type#28660 .ctor(type#16949 dataset, type#15313 IsXdr, type#29149 topNode, type#15313 ignoreSchema) { }
	// RVA: -1
	internal type#28660 .ctor(type#16965 datatable, type#15313 IsXdr, type#15313 ignoreSchema) { }
	// RVA: -1
	internal type#28660 .ctor(type#16965 datatable, type#15313 IsXdr, type#29149 topNode, type#15313 ignoreSchema) { }
	// RVA: -1
	internal type#15313 get_FromInference() { }
	// RVA: -1
	internal type#28660 set_FromInference(type#15313 value) { }
	// RVA: -1
	private type#28660 AttachRows(type#16926 parentRow, type#29197 parentElement) { }
	// RVA: -1
	private type#20867 CountNonNSAttributes(type#29197 node) { }
	// RVA: -1
	private type#26576 GetValueForTextOnlyColums(type#29197 n) { }
	// RVA: -1
	private type#26576 GetInitialTextFromNodes(type#12248 n) { }
	// RVA: -1
	private type#16890 GetTextOnlyColumn(type#16926 row) { }
	// RVA: -1
	internal type#16926 GetRowFromElement(type#29149 e) { }
	// RVA: -1
	internal type#15313 FColumnElement(type#29149 e) { }
	// RVA: -1
	private type#15313 FExcludedNamespace(type#26576 ns) { }
	// RVA: -1
	private type#15313 FIgnoreNamespace(type#29197 node) { }
	// RVA: -1
	private type#15313 FIgnoreNamespace(type#29248 node) { }
	// RVA: -1
	internal type#15313 IsTextLikeNode(type#29218 n) { }
	// RVA: -1
	internal type#15313 IsTextOnly(type#16890 c) { }
	// RVA: -1
	internal type#28660 LoadData(type#29136 xdoc) { }
	// RVA: -1
	private type#28660 LoadRowData(type#16926 row, type#29149 rowElement) { }
	// RVA: -1
	private type#28660 LoadRows(type#16926 parentRow, type#29197 parentElement) { }
	// RVA: -1
	private type#28660 SetRowValueFromXmlText(type#16926 row, type#16890 col, type#26576 xmlText) { }
	// RVA: -1
	private type#28660 InitNameTable() { }
	// RVA: -1
	internal type#28660 LoadData(type#29248 reader) { }
	// RVA: -1
	private type#28660 LoadTopMostTable(type#16965 table) { }
	// RVA: -1
	private type#28660 LoadTable(type#16965 table, type#15313 isNested) { }
	// RVA: -1
	private type#28660 LoadColumn(type#16890 column, type#13299 foundColumns) { }
	// RVA: -1
	private type#15313 ProcessXsdSchema() { }
}
}
