зеркало из https://github.com/mozilla/pjs.git
Adding character offsets to various methods. Not part of the build.
This commit is contained in:
Родитель
0a961b96ae
Коммит
b6ade313b8
|
@ -47,16 +47,20 @@ class nsIContentSerializer : public nsISupports {
|
|||
|
||||
NS_IMETHOD Init(PRUint32 flags, PRUint32 aWrapColumn) = 0;
|
||||
|
||||
NS_IMETHOD AppendText(nsIDOMText* aText, nsAWritableString& aStr) = 0;
|
||||
NS_IMETHOD AppendText(nsIDOMText* aText, PRInt32 aStartOffset,
|
||||
PRInt32 aEndOffset, nsAWritableString& aStr) = 0;
|
||||
|
||||
NS_IMETHOD AppendCDATASection(nsIDOMCDATASection* aCDATASection,
|
||||
PRInt32 aStartOffset, PRInt32 aEndOffset,
|
||||
nsAWritableString& aStr) = 0;
|
||||
|
||||
NS_IMETHOD AppendProcessingInstruction(nsIDOMProcessingInstruction* aPI,
|
||||
PRInt32 aStartOffset,
|
||||
PRInt32 aEndOffset,
|
||||
nsAWritableString& aStr) = 0;
|
||||
|
||||
NS_IMETHOD AppendComment(nsIDOMComment* aComment,
|
||||
nsAWritableString& aStr) = 0;
|
||||
NS_IMETHOD AppendComment(nsIDOMComment* aComment, PRInt32 aStartOffset,
|
||||
PRInt32 aEndOffset, nsAWritableString& aStr) = 0;
|
||||
|
||||
NS_IMETHOD AppendDoctype(nsIDOMDocumentType *aDoctype,
|
||||
nsAWritableString& aStr) = 0;
|
||||
|
|
|
@ -47,16 +47,20 @@ class nsIContentSerializer : public nsISupports {
|
|||
|
||||
NS_IMETHOD Init(PRUint32 flags, PRUint32 aWrapColumn) = 0;
|
||||
|
||||
NS_IMETHOD AppendText(nsIDOMText* aText, nsAWritableString& aStr) = 0;
|
||||
NS_IMETHOD AppendText(nsIDOMText* aText, PRInt32 aStartOffset,
|
||||
PRInt32 aEndOffset, nsAWritableString& aStr) = 0;
|
||||
|
||||
NS_IMETHOD AppendCDATASection(nsIDOMCDATASection* aCDATASection,
|
||||
PRInt32 aStartOffset, PRInt32 aEndOffset,
|
||||
nsAWritableString& aStr) = 0;
|
||||
|
||||
NS_IMETHOD AppendProcessingInstruction(nsIDOMProcessingInstruction* aPI,
|
||||
PRInt32 aStartOffset,
|
||||
PRInt32 aEndOffset,
|
||||
nsAWritableString& aStr) = 0;
|
||||
|
||||
NS_IMETHOD AppendComment(nsIDOMComment* aComment,
|
||||
nsAWritableString& aStr) = 0;
|
||||
NS_IMETHOD AppendComment(nsIDOMComment* aComment, PRInt32 aStartOffset,
|
||||
PRInt32 aEndOffset, nsAWritableString& aStr) = 0;
|
||||
|
||||
NS_IMETHOD AppendDoctype(nsIDOMDocumentType *aDoctype,
|
||||
nsAWritableString& aStr) = 0;
|
||||
|
|
Загрузка…
Ссылка в новой задаче