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

/openjdk7/jdk/src/share/classes/javax/swing/text/html/parser/
H A DDTDConstants.java45 int IDREFS = 6; field in interface:DTDConstants
H A DAttributeList.java146 defineAttributeType("IDREFS", IDREFS);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DFullDVFactory.java86 final String IDREFS = "IDREFS";
142 XSSimpleTypeDecl idrefsDV = new XSSimpleTypeDecl(tempDV, IDREFS, URI_SCHEMAFORSCHEMA, (short)0, false, null);
144 types.put(IDREFS, idrefsDV);
H A DBaseSchemaDVFactory.java69 final String IDREFS = "IDREFS";
229 XSSimpleTypeDecl idrefsDV = new XSSimpleTypeDecl(tempDV, IDREFS, URI_SCHEMAFORSCHEMA, (short)0, false, null);
231 builtInTypes.put(IDREFS, idrefsDV);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/reflect/
H A DLister.java138 l = new IDREFS(l,itemType);
319 * {@link Lister} for IDREFS.
321 private static final class IDREFS<BeanT,PropT> extends Lister<BeanT,PropT,String,IDREFS<BeanT,PropT>.Pack> { class in class:Lister
328 public IDREFS(Lister core, Class itemType) { method in class:Lister.IDREFS
377 * Resolves IDREFS and fill in the actual array.
412 * {@link Iterator} for IDREFS lister.

Completed in 42 milliseconds