Searched defs:_anonymous (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
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 DListSimpleTypeImpl.java45 String _name, boolean _anonymous, Set<XSVariety> finalSet,
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.java46 String _name, boolean _anonymous, Set<XSVariety> finalSet,
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 DRestrictionSimpleTypeImpl.java47 String _name, boolean _anonymous, Set<XSVariety> finalSet,
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 DComplexTypeImpl.java57 String _name, boolean _anonymous,
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 DElementDecl.java54 String _tns, String _name, boolean _anonymous,
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 DSimpleTypeImpl.java55 boolean _anonymous,
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

Completed in 50 milliseconds