added runtime 'marker-style' entities and fixed a few bugs.

git-svn-id: svn://10.0.0.236/trunk@318 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rickg
1998-04-16 07:22:40 +00:00
parent 8b0c46947a
commit b38724544f
12 changed files with 70 additions and 38 deletions

View File

@@ -67,7 +67,7 @@ class nsIParserNode {
// When the node is an entity, this will translate the entity to
// it's unicode value.
virtual PRInt32 TranslateToUnicode() const = 0;
virtual PRInt32 TranslateToUnicodeStr(nsString& aString) const = 0;
};
#endif