this.fSawFallback[this.fDepth] = false;
this.fSawInclude[this.fDepth] = false;
this.fState[this.fDepth] = 1;
this.fNotations = new ArrayList();
this.fUnparsedEntities = new ArrayList();
this.fBaseURIScope = new IntStack();
this.fBaseURI = new Stack();
this.fLiteralSystemID = new Stack();
this.fExpandedSystemID = new Stack();
this.fCurrentBaseURI = new XMLResourceIdentifierImpl();
this.fLanguageScope = new IntStack();
this.fLanguageStack = new Stack();
this.fCurrentLanguage = null;
}