[This is preliminary documentation and is subject to change.]
Classes that implement the DTD interface provide information about the
schema of elements and attributes. For example, the SifDtd class implements
this interface to define all elements comprising the Schools Interoperability
Framework.
| C# | Visual Basic | Visual C++ |
public interface IDtd
Public Interface IDtd
public interface class IDtd
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| GetElementTag(Int32) | Gets the element tag corresponding to a type ID | |
| GetElementType(String) | Gets the type ID corresponding to an element tag name | |
| GetFormatter(SifVersion) |
Gets the SifFormatter instance to use for this specified version of SIF
| |
| GetNamespace(SifVersion) | Gets the namespace associated with this DTD | |
| LookupElementDef(String) | Lookup an IElementDef object describing an element or attribute | |
| LookupElementDef(IElementDef, String) |
Lookup an IElementDef object describing an element or attribute
|