[inline]
Definition at line 27 of file Mpeg7DocLocator.h.
References mContainer, mDocType, mName, and MPEG7_PLAIN.
00028 : Locator("file:", "dot") 00029 { 00030 mDocType = MPEG7_PLAIN; 00031 mContainer = ""; 00032 mName = name; 00033 }