示例#1
0
 private void setCurrent(MetaData md)
 {
     if (this.current_ != null)
     {
         this.current_.Dispose();
     }
     this.current_ = md;
 }
示例#2
0
 public void SetMetaData(MetaData md)
 {
     this.doc_.setMetaData(md.URI, md.Name, Value.ToInternal(md.Value));
 }