Removed unnecessary attribute serializer. This is not part of the build yet.

This commit is contained in:
vidur%netscape.com 2000-09-09 22:03:58 +00:00
parent 78fa3435fb
commit 5aa91138cd
2 changed files with 0 additions and 10 deletions

View File

@ -61,11 +61,6 @@ class nsIContentSerializer : public nsISupports {
NS_IMETHOD AddDoctype(nsIDOMDocumentType *aDoctype,
nsAWritableString& aStr) = 0;
NS_IMETHOD SerializeAttr(const nsAReadableString& aPrefix,
const nsAReadableString& aName,
const nsAReadableString& aValue,
nsAWritableString& aStr) = 0;
NS_IMETHOD AddElementStart(nsIDOMElement *aElement,
nsAWritableString& aStr) = 0;

View File

@ -61,11 +61,6 @@ class nsIContentSerializer : public nsISupports {
NS_IMETHOD AddDoctype(nsIDOMDocumentType *aDoctype,
nsAWritableString& aStr) = 0;
NS_IMETHOD SerializeAttr(const nsAReadableString& aPrefix,
const nsAReadableString& aName,
const nsAReadableString& aValue,
nsAWritableString& aStr) = 0;
NS_IMETHOD AddElementStart(nsIDOMElement *aElement,
nsAWritableString& aStr) = 0;