Example #1
0
 internal void CreateDoctypePending()
 {
     doctypePending = new Token.Doctype();
 }
Example #2
0
        internal void Insert(Token.Doctype d)
        {
            DocumentType doctypeNode = new DocumentType(d.GetName(), d.GetPublicIdentifier(), d.GetSystemIdentifier(), baseUri);

            InsertNode(doctypeNode);
        }
Example #3
0
 internal void CreateDoctypePending()
 {
     doctypePending = new Token.Doctype();
 }