C# Class SIL.FieldWorks.FDO.DomainServices.DataMigration.ElementTags

This class stores the begin and end tags for an XML element as byte arrays. This is useful in conjuction with the ElementBounds class, which is useful to avoid creating XElement objects and thus consuming time and memory.
ファイルを表示 Open project: sillsdev/FieldWorks Class Usage Examples

Private Methods

Method Description
ElementTags ( string name ) : System
ElementTags ( string start, string finish ) : System