Searched defs:_fa (Results 1 - 16 of 16) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DAttGroupDeclImpl.java42 Locator _loc, ForeignAttributesImpl _fa, String _name, WildcardImpl _wildcard ) {
44 this(_parent,_annon,_loc,_fa,_name);
49 Locator _loc, ForeignAttributesImpl _fa, String _name ) {
51 super(_parent,_annon,_loc,_fa,_name,false);
41 AttGroupDeclImpl( SchemaDocumentImpl _parent, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, String _name, WildcardImpl _wildcard ) argument
48 AttGroupDeclImpl( SchemaDocumentImpl _parent, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, String _name ) argument
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 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 DNotationImpl.java42 Locator _loc, ForeignAttributesImpl _fa, String _name,
44 super(owner,_annon,_loc,_fa,owner.getTargetNamespace(),_name,false);
41 NotationImpl( SchemaDocumentImpl owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, String _name, String _publicId, String _systemId ) 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.java49 Locator loc, ForeignAttributesImpl _fa, String _name, boolean _anonymous ) {
51 super(_parent,_annon,loc,_fa,_parent.getTargetNamespace(),_name,_anonymous);
48 AttributesHolder( SchemaDocumentImpl _parent, AnnotationImpl _annon, Locator loc, ForeignAttributesImpl _fa, String _name, boolean _anonymous ) argument
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 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 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
H A DSimpleTypeImpl.java53 ForeignAttributesImpl _fa,
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
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/
H A DSimpleType_List.java62 public SimpleType_List(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie, AnnotationImpl _annotation, Locator _locator, ForeignAttributesImpl _fa, String _name, Set _finalSet) { argument
67 this.fa = _fa;
73 public SimpleType_List(NGCCRuntimeEx runtime, AnnotationImpl _annotation, Locator _locator, ForeignAttributesImpl _fa, String _name, Set _finalSet) { argument
74 this(null, runtime, runtime, -1, _annotation, _locator, _fa, _name, _finalSet);
H A DSimpleType_Restriction.java63 public SimpleType_Restriction(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie, AnnotationImpl _annotation, Locator _locator, ForeignAttributesImpl _fa, String _name, Set _finalSet) { argument
68 this.fa = _fa;
74 public SimpleType_Restriction(NGCCRuntimeEx runtime, AnnotationImpl _annotation, Locator _locator, ForeignAttributesImpl _fa, String _name, Set _finalSet) { argument
75 this(null, runtime, runtime, -1, _annotation, _locator, _fa, _name, _finalSet);
H A DSimpleType_Union.java65 public SimpleType_Union(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie, AnnotationImpl _annotation, Locator _locator, ForeignAttributesImpl _fa, String _name, Set _finalSet) { argument
70 this.fa = _fa;
76 public SimpleType_Union(NGCCRuntimeEx runtime, AnnotationImpl _annotation, Locator _locator, ForeignAttributesImpl _fa, String _name, Set _finalSet) { argument
77 this(null, runtime, runtime, -1, _annotation, _locator, _fa, _name, _finalSet);

Completed in 75 milliseconds