예제 #1
0
 internal XmlIdentity(XmlIdentityTable table, string localName, string namespaceURI)
 {
     this.table        = table;
     this.localName    = table.NameTable.Add(localName);
     this.namespaceURI = table.NameTable.Add(namespaceURI);
 }
예제 #2
0
 internal XmlIdentity( XmlIdentityTable table, string localName, string namespaceURI ) {
     this.table = table;
     this.localName = table.NameTable.Add( localName );
     this.namespaceURI = table.NameTable.Add( namespaceURI );
 }