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:
File diff suppressed because it is too large
Load Diff
@ -76,8 +76,7 @@ public class SurfaceAreaQuery {
|
|||||||
//
|
//
|
||||||
// keep the namep declaration for xmlbeans Xpath query
|
// keep the namep declaration for xmlbeans Xpath query
|
||||||
//
|
//
|
||||||
private String queryDeclaration = null;
|
private String queryDeclaration = null;
|
||||||
|
|
||||||
private StringBuffer normQueryString = new StringBuffer(4096);
|
private StringBuffer normQueryString = new StringBuffer(4096);
|
||||||
private Pattern xPathPattern = Pattern.compile("([^/]*)(/|//)([^/]+)");
|
private Pattern xPathPattern = Pattern.compile("([^/]*)(/|//)([^/]+)");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user