Fixed EDKT469

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1951 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qouyang 2006-11-14 09:03:19 +00:00
parent b8cc11a572
commit e425f07334
2 changed files with 546 additions and 532 deletions

View File

@ -76,8 +76,7 @@ public class SurfaceAreaQuery {
//
// keep the namep declaration for xmlbeans Xpath query
//
private String queryDeclaration = null;
private String queryDeclaration = null;
private StringBuffer normQueryString = new StringBuffer(4096);
private Pattern xPathPattern = Pattern.compile("([^/]*)(/|//)([^/]+)");