예제 #1
0
        internal override void SetName(XmlScanner scanner, int offset, int length, int colon, int depth)
        {
            _Scanner      = scanner;
            _NameColonPos = colon;
            _Depth        = depth;

            _NameWPrefix = _Scanner.GetTextAtom(offset, length);
            _SchemaType  = null;
            _TypedValue  = null;
        }