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

/openjdk9/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/model/core/
H A DMapPropertyInfo.java73 QName getXmlName(); method in interface:MapPropertyInfo
H A DAttributePropertyInfo.java59 QName getXmlName(); method in interface:AttributePropertyInfo
H A DElementPropertyInfo.java83 QName getXmlName(); method in interface:ElementPropertyInfo
89 * Always false if {@link #getXmlName()}==null.
H A DReferencePropertyInfo.java77 QName getXmlName(); method in interface:ReferencePropertyInfo
92 * Always false if {@link #getXmlName()}==null.
/openjdk9/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/model/impl/
H A DERPropertyInfoImpl.java84 public final QName getXmlName() { method in class:ERPropertyInfoImpl
H A DAttributePropertyInfoImpl.java95 public final QName getXmlName() { method in class:AttributePropertyInfoImpl
H A DMapPropertyInfoImpl.java82 public QName getXmlName() { method in class:MapPropertyInfoImpl
H A DElementInfoImpl.java141 public QName getXmlName() { method in class:ElementInfoImpl.PropertyImpl
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/model/
H A DCAttributePropertyInfo.java67 public QName getXmlName() { method in class:CAttributePropertyInfo
H A DCReferencePropertyInfo.java151 public QName getXmlName() { method in class:CReferencePropertyInfo
H A DCElementPropertyInfo.java124 public QName getXmlName() { method in class:CElementPropertyInfo
/openjdk9/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/runtime/property/
H A DAttributeProperty.java75 this.attName = context.nameBuilder.createAttributeName(prop.getXmlName());
H A DArrayReferenceNodeProperty.java69 super(p, prop, prop.getXmlName(), prop.isCollectionNillable());
H A DArrayElementProperty.java85 super(grammar, prop, prop.getXmlName(), prop.isCollectionNillable());
H A DSingleMapNodeProperty.java91 this.tagName = context.nameBuilder.createElementName(prop.getXmlName());
/openjdk9/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/schemagen/
H A DXmlSchemaGenerator.java240 String aUri = ap.getXmlName().getNamespaceURI();
244 n.addDependencyTo(ap.getXmlName());
1134 final QName ename = ep.getXmlName();
1240 final String attrURI = ap.getXmlName().getNamespaceURI();
1242 localAttribute.name(ap.getXmlName().getLocalPart());
1246 attributeFormDefault.writeForm(localAttribute,ap.getXmlName());
1248 localAttribute.ref(ap.getXmlName());
1333 final QName ename = rp.getXmlName();
1362 QName ename = mp.getXmlName();
1392 attributeDecls.put( ap.getXmlName()
[all...]
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/generator/bean/field/
H A DAbstractField.java218 assert ep.getXmlName()==null;
349 QName attName = ap.getXmlName();

Completed in 181 milliseconds