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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/core/
H A DID.java32 ID,IDREF,NONE enum constant in enum:ID
/openjdk7/jdk/src/share/classes/javax/swing/text/html/parser/
H A DDTDConstants.java44 int IDREF = 5; field in interface:DTDConstants
H A DAttributeList.java145 defineAttributeType("IDREF", IDREF);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DFullDVFactory.java85 final String IDREF = "IDREF";
137 XSSimpleTypeDecl idrefDV = new XSSimpleTypeDecl(ncnameDV, IDREF , XSSimpleTypeDecl.DV_IDREF, XSSimpleType.ORDERED_FALSE, false, false, false, true, XSConstants.IDREF_DT);
138 types.put(IDREF, idrefDV);
H A DBaseSchemaDVFactory.java68 final String IDREF = "IDREF";
224 XSSimpleTypeDecl idrefDV = new XSSimpleTypeDecl(ncnameDV, IDREF , XSSimpleTypeDecl.DV_IDREF, XSSimpleType.ORDERED_FALSE, false, false, false, true, XSConstants.IDREF_DT);
225 builtInTypes.put(IDREF, idrefDV);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DSingleTypePropertyInfoImpl.java91 if (!(NonElement.ANYTYPE_NAME.equals(type.getTypeName()) || type.isSimpleType() || id()==ID.IDREF)) {
H A DPropertyInfoImpl.java265 return ID.IDREF;
293 if(id==ID.IDREF) {
H A DElementPropertyInfoImpl.java178 // ugly test, because IDREF's are represented as text on the wire,
180 if(id()!= ID.IDREF) {
H A DRuntimeModelBuilder.java139 if(id==ID.IDREF)
H A DElementInfoImpl.java364 * Leaf-type cannot be referenced from IDREF.
379 return ID.IDREF;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/property/
H A DPropertyFactory.java140 if(info.id()==ID.IDREF)
141 // IDREF is always handled as leaf -- Transducer maps IDREF String back to an object
146 // even if transducer==null, a referene might be IDREF,
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/
H A DCBuiltinLeafInfo.java313 * IDREF.
315 * IDREF is has a whitespace normalization semantics of token, but
318 public static final TypeUse IDREF = TypeUseFactory.makeID(ANYTYPE,com.sun.xml.internal.bind.v2.model.core.ID.IDREF); field in class:CBuiltinLeafInfo
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/dtd/
H A DTDTDReader.java433 m.put("IDREF", CBuiltinLeafInfo.IDREF);
434 m.put("IDREFS", TypeUseFactory.makeCollection(CBuiltinLeafInfo.IDREF));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/reflect/
H A DTransducedAccessor.java151 if(prop.id()==ID.IDREF)
251 * {@link TransducedAccessor} for IDREF.
253 * BeanT: the type of the bean that contains this the IDREF field.
254 * TargetT: the type of the bean pointed by IDREF.
259 * The object that an IDREF resolves to should be
H A DLister.java76 * This parameter is used to support ID/IDREF handling.
137 if(idness==ID.IDREF)
324 * Expected type to which IDREF resolves to.
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/generator/bean/
H A DBeanGenerator.java787 case IDREF:
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/
H A DSimpleTypeBuilder.java501 if( localName.equals("ID") || localName.equals("IDREF") )
502 return false; // not ID/IDREF
911 m.put("IDREF", CBuiltinLeafInfo.IDREF);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DXMLSchemaMessages_ja.properties98 cvc-id.1 = cvc-id.1: IDREF ''{0}''\u306EID/IDREF\u30D0\u30A4\u30F3\u30C7\u30A3\u30F3\u30B0\u306F\u3042\u308A\u307E\u305B\u3093\u3002
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/schemagen/
H A DXmlSchemaGenerator.java723 * Also provides processing for ID/IDREF, MTOM @xmime, and swa:ref
730 // ID / IDREF handling
735 case IDREF:
736 th._attribute(refAttName, new QName(WellKnownNamespace.XML_SCHEMA, "IDREF"));
739 // no ID/IDREF, so continue on and generate the type

Completed in 85 milliseconds