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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/annotation/
H A DXmlElementRefQuick.java31 final class XmlElementRefQuick class in inherits:Quick,XmlElementRef
38 public XmlElementRefQuick(Locatable upstream, XmlElementRef core) { method in class:XmlElementRefQuick
48 return new XmlElementRefQuick(upstream, ((XmlElementRef) core));
H A DInit.java33 return new Quick[] {new XmlAttributeQuick(null, null), new XmlElementQuick(null, null), new XmlElementDeclQuick(null, null), new XmlElementRefQuick(null, null), new XmlElementRefsQuick(null, null), new XmlEnumQuick(null, null), new XmlRootElementQuick(null, null), new XmlSchemaQuick(null, null), new XmlSchemaTypeQuick(null, null), new XmlTransientQuick(null, null), new XmlTypeQuick(null, null), new XmlValueQuick(null, null)};

Completed in 37 milliseconds