You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by Matt Movafaghi <ma...@aspectdv.com> on 2000/08/21 01:22:04 UTC

NameSpace on dom Parser?

I tried to Enable Dom Parser

(thanks to Any Clark)
by


class MyDOMParser extends DOMParser {
  public void nameSpace(boolean nspace){
	  fNamespacesEnabled=nspace;
  }
}


but java can not resolve the symbol.  Is this because it is a protected
boolean (again..new to java)...ie is it some inheritance issue??  IS there
a better way to enable namespaces?


thanks, matt