Searched defs:DUMMY (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/message/
H A DXMLReaderImpl.java66 if(super.getContentHandler()==DUMMY) return null;
72 if(contentHandler==null) contentHandler = DUMMY;
76 private static final ContentHandler DUMMY = new DefaultHandler(); field in class:XMLReaderImpl
/openjdk7/jdk/test/java/util/Locale/
H A DLocaleTest.java81 private int DUMMY = 6; field in class:LocaleTest
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/jxc/model/nav/
H A DAPTNavigator.java193 if(sup==DUMMY)
195 // its base class must be known. Thus if the sup is DUMMY,
225 return DUMMY;
384 private static final TypeMirror DUMMY = new TypeMirror() { field in class:APTNavigator
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTML.java426 public static final Attribute DUMMY = new Attribute("dummy"); field in class:HTML.Attribute
510 DUMMY,
679 * DUMMY, CELLSPACING, CELLPADDING, VALIGN, HALIGN, NOWRAP, ROWSPAN,

Completed in 40 milliseconds