| Class | Description |
|---|---|
| XmlDataContext | Deprecated
use
XmlDomDataContext or XmlSaxDataContext
instead. |
| XmlDomDataContext |
A DataContext strategy that reads XML content and maps it to a table-based
model similar to the rest of MetaModel.
|
| XmlSaxDataContext |
XML datacontext which uses SAX parsing for fast and memory effecient reading
of XML files.
|
| XmlSaxTableDef |
Defines a table layout for
XmlSaxDataContext. |
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.