public void CreateDoctypePending() { _doctypePending = new Token.Doctype(); }
public void Insert(Token.Doctype d) { DocumentType doctypeNode = new DocumentType(d.Name.ToString(), d.PublicIdentifier.ToString(), d.SystemIdentifier.ToString(), _baseUri); InsertNode(doctypeNode); }