SIFWorks ADK 2.0
IDtd Interface
NamespacesEdustructures.SifWorksIDtd

[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.
Declaration Syntax
C#Visual BasicVisual C++
public interface IDtd
Public Interface IDtd
public interface class IDtd
Members
All MembersMethods



IconMemberDescription
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

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10