Searched refs:ANON_NAME (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DXMLKit.java290 static final String ANON_NAME = new String("*"); // unique copy of "*" field in class:XMLKit
321 this(ANON_NAME, 0, NEED_SLOP + 4);
325 this(ANON_NAME, 0, NEED_SLOP + Math.max(0, extraCapacity));
425 static public final Element EMPTY = new Element(ANON_NAME, 0, 0);
508 return name == ANON_NAME;
1865 Element attrs = new Element(ANON_NAME, asize, NEED_SLOP + asize);
4308 new Object[]{ANON_NAME});

Completed in 39 milliseconds