Searched refs:sPath_ (Results 1 – 2 of 2) sorted by relevance
237 static StreamStr sPath_(1000); in SetLocation() local238 sPath_.seekp(0); in SetLocation()239 i_rFilePath.Get( sPath_ ); in SetLocation()241 sFilePath = sPath_.c_str(); in SetLocation()
437 public abstract void processValueElement( String sPath_, Object aValue_ ); in processValueElement() argument439 public abstract void processStructuralElement( String sPath_, XInterface xElement_); in processStructuralElement() argument526 public void processValueElement( String sPath_, Object aValue_ ) { in printRegisteredFilters()531 System.out.print("\tValue: " + sPath_ + " = { "); in printRegisteredFilters()540 System.out.println("\tValue: " + sPath_ + " = " + aValue_); in printRegisteredFilters()544 public void processStructuralElement( String sPath_, XInterface xElement_) { in printRegisteredFilters()552 System.out.println("Filter " + xNamed.getName() + " (" + sPath_ + ")"); in printRegisteredFilters()
Completed in 35 milliseconds