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