示例#1
0
        protected SvgElement(SvgDocument doc)
        {
            LocalSvgDocument = doc;

            attributes = new ArrayList();

            AddAttribute(SvgAttribute.SvgAttributes.AttrCoreId, null);

            ParentElement   = null;
            ChildElement    = null;
            NextElement     = null;
            PreviousElement = null;

            ElementName  = "unsupported";
            ElementValue = "";
            HasValue     = false;
            ElementType  = SvgElementType.TypeUnsupported;
        }
示例#2
0
        protected SvgElement(SvgDocument doc)
        {
            LocalSvgDocument = doc;

            attributes = new ArrayList();

            AddAttribute(SvgAttribute.SvgAttributes.AttrCoreId, null);

            ParentElement = null;
            ChildElement = null;
            NextElement = null;
            PreviousElement = null;

            ElementName = "unsupported";
            ElementValue = "";
            HasValue = false;
            ElementType = SvgElementType.TypeUnsupported;
        }