Searched refs:_annon (Results 1 - 18 of 18) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DDeclarationImpl.java36 AnnotationImpl _annon, Locator loc, ForeignAttributesImpl fa,
39 super(owner,_annon,loc,fa);
35 DeclarationImpl( SchemaDocumentImpl owner, AnnotationImpl _annon, Locator loc, ForeignAttributesImpl fa, String _targetNamespace, String _name, boolean _anonymous ) argument
H A DAttGroupDeclImpl.java41 public AttGroupDeclImpl( SchemaDocumentImpl _parent, AnnotationImpl _annon, argument
44 this(_parent,_annon,_loc,_fa,_name);
48 public AttGroupDeclImpl( SchemaDocumentImpl _parent, AnnotationImpl _annon, argument
51 super(_parent,_annon,_loc,_fa,_name,false);
H A DAttributeDeclImpl.java40 AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, boolean _anonymous,
44 super(owner,_annon,_loc,_fa,_targetNamespace,_name,_anonymous);
38 AttributeDeclImpl( SchemaDocumentImpl owner, String _targetNamespace, String _name, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, boolean _anonymous, XmlString _defValue, XmlString _fixedValue, Ref.SimpleType _type ) argument
H A DFacetImpl.java36 public FacetImpl( SchemaDocumentImpl owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, argument
39 super(owner,_annon,_loc,_fa);
H A DNotationImpl.java41 public NotationImpl( SchemaDocumentImpl owner, AnnotationImpl _annon, argument
44 super(owner,_annon,_loc,_fa,owner.getTargetNamespace(),_name,false);
H A DWildcardImpl.java51 protected WildcardImpl( SchemaDocumentImpl owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, int _mode ) { argument
52 super(owner,_annon,_loc,_fa);
98 public Any( SchemaDocumentImpl owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, int _mode ) { argument
99 super(owner,_annon,_loc,_fa,_mode);
114 public Other( SchemaDocumentImpl owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, argument
116 super(owner,_annon,_loc,_fa,_mode);
137 public Finite( SchemaDocumentImpl owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, argument
139 super(owner,_annon,_loc,_fa,_mode);
H A DXPathImpl.java43 public XPathImpl(SchemaDocumentImpl _owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl fa, XmlString xpath) { argument
44 super(_owner, _annon, _loc, fa);
H A DListSimpleTypeImpl.java44 AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa,
48 super(_parent,_annon,_loc,_fa,_name,_anonymous, finalSet,
43 ListSimpleTypeImpl( SchemaDocumentImpl _parent, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, String _name, boolean _anonymous, Set<XSVariety> finalSet, Ref.SimpleType _itemType ) argument
H A DUnionSimpleTypeImpl.java45 AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa,
49 super(_parent,_annon,_loc,_fa,_name,_anonymous, finalSet,
44 UnionSimpleTypeImpl( SchemaDocumentImpl _parent, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, String _name, boolean _anonymous, Set<XSVariety> finalSet, Ref.SimpleType[] _members ) argument
H A DAttributesHolder.java48 protected AttributesHolder( SchemaDocumentImpl _parent, AnnotationImpl _annon, argument
51 super(_parent,_annon,loc,_fa,_parent.getTargetNamespace(),_name,_anonymous);
H A DIdentityConstraintImpl.java53 public IdentityConstraintImpl(SchemaDocumentImpl _owner, AnnotationImpl _annon, Locator _loc, argument
57 super(_owner, _annon, _loc, fa);
H A DModelGroupDeclImpl.java44 AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa,
48 super(owner,_annon,_loc,_fa,_targetNamespace,_name,false);
43 ModelGroupDeclImpl( SchemaDocumentImpl owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, String _targetNamespace, String _name, ModelGroupImpl _modelGroup ) argument
H A DModelGroupImpl.java47 public ModelGroupImpl( SchemaDocumentImpl owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, argument
50 super(owner,_annon,_loc,_fa);
H A DRestrictionSimpleTypeImpl.java46 AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa,
50 super( _parent, _annon, _loc, _fa, _name, _anonymous, finalSet, _baseType );
45 RestrictionSimpleTypeImpl( SchemaDocumentImpl _parent, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, String _name, boolean _anonymous, Set<XSVariety> finalSet, Ref.SimpleType _baseType ) argument
H A DComponentImpl.java46 protected ComponentImpl( SchemaDocumentImpl _owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl fa ) { argument
48 this.annotation = _annon;
H A DSimpleTypeImpl.java51 AnnotationImpl _annon,
59 super(_parent, _annon, _loc, _fa, _parent.getTargetNamespace(), _name, _anonymous);
49 SimpleTypeImpl( SchemaDocumentImpl _parent, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, String _name, boolean _anonymous, Set<XSVariety> finalSet, Ref.SimpleType _baseType) argument
H A DElementDecl.java53 AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl fa,
62 super(owner,_annon,_loc,fa,_tns,_name,_anonymous);
52 ElementDecl( PatcherManager reader, SchemaDocumentImpl owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl fa, String _tns, String _name, boolean _anonymous, XmlString _defv, XmlString _fixedv, boolean _nillable, boolean _abstract, Boolean _form, Ref.Type _type, Ref.Element _substHead, int _substDisallowed, int _substExcluded, List<IdentityConstraintImpl> idConstraints) argument
H A DComplexTypeImpl.java56 AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa,
62 super(_parent,_annon,_loc,_fa,_name,_anonymous);
55 ComplexTypeImpl( SchemaDocumentImpl _parent, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, String _name, boolean _anonymous, boolean _abstract, int _derivationMethod, Ref.Type _base, int _final, int _block, boolean _mixed ) argument

Completed in 231 milliseconds