Home
last modified time | relevance | path

Searched refs:_annon (Results 1 – 25 of 36) sorted by relevance

12

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DWildcardImpl.java51 …protected WildcardImpl( SchemaDocumentImpl owner, AnnotationImpl _annon, Locator _loc, ForeignAttr… in WildcardImpl() argument
52 super(owner,_annon,_loc,_fa); in WildcardImpl()
98 …public Any( SchemaDocumentImpl owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _… in Any() argument
99 super(owner,_annon,_loc,_fa,_mode); in Any()
114 …public Other( SchemaDocumentImpl owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl… in Other() argument
116 super(owner,_annon,_loc,_fa,_mode); in Other()
137 …public Finite( SchemaDocumentImpl owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImp… in Finite() argument
139 super(owner,_annon,_loc,_fa,_mode); in Finite()
H A DAttGroupDeclImpl.java41 public AttGroupDeclImpl( SchemaDocumentImpl _parent, AnnotationImpl _annon, in AttGroupDeclImpl() argument
44 this(_parent,_annon,_loc,_fa,_name); in AttGroupDeclImpl()
48 public AttGroupDeclImpl( SchemaDocumentImpl _parent, AnnotationImpl _annon, in AttGroupDeclImpl() argument
51 super(_parent,_annon,_loc,_fa,_name,false); in AttGroupDeclImpl()
H A DDeclarationImpl.java36 AnnotationImpl _annon, Locator loc, ForeignAttributesImpl fa, in DeclarationImpl() argument
39 super(owner,_annon,loc,fa); in DeclarationImpl()
H A DFacetImpl.java36 …public FacetImpl( SchemaDocumentImpl owner, AnnotationImpl _annon, Locator _loc, ForeignAttributes… in FacetImpl() argument
39 super(owner,_annon,_loc,_fa); in FacetImpl()
H A DNotationImpl.java41 public NotationImpl( SchemaDocumentImpl owner, AnnotationImpl _annon, in NotationImpl() argument
44 super(owner,_annon,_loc,_fa,owner.getTargetNamespace(),_name,false); in NotationImpl()
H A DXPathImpl.java43 …public XPathImpl(SchemaDocumentImpl _owner, AnnotationImpl _annon, Locator _loc, ForeignAttributes… in XPathImpl() argument
44 super(_owner, _annon, _loc, fa); in XPathImpl()
H A DAttributeDeclImpl.java40 AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, boolean _anonymous, in AttributeDeclImpl() argument
44 super(owner,_annon,_loc,_fa,_targetNamespace,_name,_anonymous); in AttributeDeclImpl()
H A DListSimpleTypeImpl.java44 AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, in ListSimpleTypeImpl() argument
48 super(_parent,_annon,_loc,_fa,_name,_anonymous, finalSet, in ListSimpleTypeImpl()
H A DUnionSimpleTypeImpl.java45 AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, in UnionSimpleTypeImpl() argument
49 super(_parent,_annon,_loc,_fa,_name,_anonymous, finalSet, in UnionSimpleTypeImpl()
H A DIdentityConstraintImpl.java53 public IdentityConstraintImpl(SchemaDocumentImpl _owner, AnnotationImpl _annon, Locator _loc, in IdentityConstraintImpl() argument
57 super(_owner, _annon, _loc, fa); in IdentityConstraintImpl()
H A DModelGroupDeclImpl.java44 AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, in ModelGroupDeclImpl() argument
48 super(owner,_annon,_loc,_fa,_targetNamespace,_name,false); in ModelGroupDeclImpl()
H A DAttributesHolder.java48 protected AttributesHolder( SchemaDocumentImpl _parent, AnnotationImpl _annon, in AttributesHolder() argument
51 super(_parent,_annon,loc,_fa,_parent.getTargetNamespace(),_name,_anonymous); in AttributesHolder()
H A DComponentImpl.java46 …protected ComponentImpl( SchemaDocumentImpl _owner, AnnotationImpl _annon, Locator _loc, ForeignAt… in ComponentImpl() argument
48 this.annotation = _annon; in ComponentImpl()
H A DModelGroupImpl.java47 …public ModelGroupImpl( SchemaDocumentImpl owner, AnnotationImpl _annon, Locator _loc, ForeignAttri… in ModelGroupImpl() argument
50 super(owner,_annon,_loc,_fa); in ModelGroupImpl()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DWildcardImpl.java51 …protected WildcardImpl( SchemaDocumentImpl owner, AnnotationImpl _annon, Locator _loc, ForeignAttr… in WildcardImpl() argument
52 super(owner,_annon,_loc,_fa); in WildcardImpl()
98 …public Any( SchemaDocumentImpl owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _… in Any() argument
99 super(owner,_annon,_loc,_fa,_mode); in Any()
114 …public Other( SchemaDocumentImpl owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl… in Other() argument
116 super(owner,_annon,_loc,_fa,_mode); in Other()
137 …public Finite( SchemaDocumentImpl owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImp… in Finite() argument
139 super(owner,_annon,_loc,_fa,_mode); in Finite()
H A DAttGroupDeclImpl.java41 public AttGroupDeclImpl( SchemaDocumentImpl _parent, AnnotationImpl _annon, in AttGroupDeclImpl() argument
44 this(_parent,_annon,_loc,_fa,_name); in AttGroupDeclImpl()
48 public AttGroupDeclImpl( SchemaDocumentImpl _parent, AnnotationImpl _annon, in AttGroupDeclImpl() argument
51 super(_parent,_annon,_loc,_fa,_name,false); in AttGroupDeclImpl()
H A DDeclarationImpl.java36 AnnotationImpl _annon, Locator loc, ForeignAttributesImpl fa, in DeclarationImpl() argument
39 super(owner,_annon,loc,fa); in DeclarationImpl()
H A DFacetImpl.java36 …public FacetImpl( SchemaDocumentImpl owner, AnnotationImpl _annon, Locator _loc, ForeignAttributes… in FacetImpl() argument
39 super(owner,_annon,_loc,_fa); in FacetImpl()
H A DNotationImpl.java41 public NotationImpl( SchemaDocumentImpl owner, AnnotationImpl _annon, in NotationImpl() argument
44 super(owner,_annon,_loc,_fa,owner.getTargetNamespace(),_name,false); in NotationImpl()
H A DXPathImpl.java43 …public XPathImpl(SchemaDocumentImpl _owner, AnnotationImpl _annon, Locator _loc, ForeignAttributes… in XPathImpl() argument
44 super(_owner, _annon, _loc, fa); in XPathImpl()
H A DAttributeDeclImpl.java40 AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, boolean _anonymous, in AttributeDeclImpl() argument
44 super(owner,_annon,_loc,_fa,_targetNamespace,_name,_anonymous); in AttributeDeclImpl()
H A DListSimpleTypeImpl.java44 AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, in ListSimpleTypeImpl() argument
48 super(_parent,_annon,_loc,_fa,_name,_anonymous, finalSet, in ListSimpleTypeImpl()
H A DUnionSimpleTypeImpl.java45 AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, in UnionSimpleTypeImpl() argument
49 super(_parent,_annon,_loc,_fa,_name,_anonymous, finalSet, in UnionSimpleTypeImpl()
H A DIdentityConstraintImpl.java53 public IdentityConstraintImpl(SchemaDocumentImpl _owner, AnnotationImpl _annon, Locator _loc, in IdentityConstraintImpl() argument
57 super(_owner, _annon, _loc, fa); in IdentityConstraintImpl()
H A DModelGroupDeclImpl.java44 AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, in ModelGroupDeclImpl() argument
48 super(owner,_annon,_loc,_fa,_targetNamespace,_name,false); in ModelGroupDeclImpl()

12