Java源码示例:com.sun.xml.internal.xsom.XSVariety
示例1
public RestrictionSimpleTypeImpl( SchemaDocumentImpl _parent,
AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa,
String _name, boolean _anonymous, Set<XSVariety> finalSet,
Ref.SimpleType _baseType ) {
super( _parent, _annon, _loc, _fa, _name, _anonymous, finalSet, _baseType );
}
示例2
public UnionSimpleTypeImpl( SchemaDocumentImpl _parent,
AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa,
String _name, boolean _anonymous, Set<XSVariety> finalSet,
Ref.SimpleType[] _members ) {
super(_parent,_annon,_loc,_fa,_name,_anonymous, finalSet,
_parent.getSchema().parent.anySimpleType);
this.memberTypes = _members;
}
示例3
SimpleTypeImpl(
SchemaDocumentImpl _parent,
AnnotationImpl _annon,
Locator _loc,
ForeignAttributesImpl _fa,
String _name,
boolean _anonymous,
Set<XSVariety> finalSet,
Ref.SimpleType _baseType) {
super(_parent, _annon, _loc, _fa, _parent.getTargetNamespace(), _name, _anonymous);
this.baseType = _baseType;
this.finalSet = finalSet;
}
示例4
SimpleTypeImpl(
SchemaDocumentImpl _parent,
AnnotationImpl _annon,
Locator _loc,
ForeignAttributesImpl _fa,
String _name,
boolean _anonymous,
Set<XSVariety> finalSet,
Ref.SimpleType _baseType) {
super(_parent, _annon, _loc, _fa, _parent.getTargetNamespace(), _name, _anonymous);
this.baseType = _baseType;
this.finalSet = finalSet;
}
示例5
public ListSimpleTypeImpl( SchemaDocumentImpl _parent,
AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa,
String _name, boolean _anonymous, Set<XSVariety> finalSet,
Ref.SimpleType _itemType ) {
super(_parent,_annon,_loc,_fa,_name,_anonymous, finalSet,
_parent.getSchema().parent.anySimpleType);
this.itemType = _itemType;
}
示例6
public ListSimpleTypeImpl( SchemaDocumentImpl _parent,
AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa,
String _name, boolean _anonymous, Set<XSVariety> finalSet,
Ref.SimpleType _itemType ) {
super(_parent,_annon,_loc,_fa,_name,_anonymous, finalSet,
_parent.getSchema().parent.anySimpleType);
this.itemType = _itemType;
}
示例7
public TypeUse unionSimpleType(XSUnionSimpleType type) {
boolean isCollection = false;
for( int i=0; i<type.getMemberSize(); i++ )
if(type.getMember(i).getVariety()==XSVariety.LIST || type.getMember(i).getVariety()==XSVariety.UNION) {
isCollection = true;
break;
}
TypeUse r = CBuiltinLeafInfo.STRING;
if(isCollection)
r = TypeUseFactory.makeCollection(r);
return r;
}
示例8
public RestrictionSimpleTypeImpl( SchemaDocumentImpl _parent,
AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa,
String _name, boolean _anonymous, Set<XSVariety> finalSet,
Ref.SimpleType _baseType ) {
super( _parent, _annon, _loc, _fa, _name, _anonymous, finalSet, _baseType );
}
示例9
public UnionSimpleTypeImpl( SchemaDocumentImpl _parent,
AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa,
String _name, boolean _anonymous, Set<XSVariety> finalSet,
Ref.SimpleType[] _members ) {
super(_parent,_annon,_loc,_fa,_name,_anonymous, finalSet,
_parent.getSchema().parent.anySimpleType);
this.memberTypes = _members;
}
示例10
SimpleTypeImpl(
SchemaDocumentImpl _parent,
AnnotationImpl _annon,
Locator _loc,
ForeignAttributesImpl _fa,
String _name,
boolean _anonymous,
Set<XSVariety> finalSet,
Ref.SimpleType _baseType) {
super(_parent, _annon, _loc, _fa, _parent.getTargetNamespace(), _name, _anonymous);
this.baseType = _baseType;
this.finalSet = finalSet;
}
示例11
public ListSimpleTypeImpl( SchemaDocumentImpl _parent,
AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa,
String _name, boolean _anonymous, Set<XSVariety> finalSet,
Ref.SimpleType _itemType ) {
super(_parent,_annon,_loc,_fa,_name,_anonymous, finalSet,
_parent.getSchema().parent.anySimpleType);
this.itemType = _itemType;
}
示例12
public TypeUse unionSimpleType(XSUnionSimpleType type) {
boolean isCollection = false;
for( int i=0; i<type.getMemberSize(); i++ )
if(type.getMember(i).getVariety()==XSVariety.LIST || type.getMember(i).getVariety()==XSVariety.UNION) {
isCollection = true;
break;
}
TypeUse r = CBuiltinLeafInfo.STRING;
if(isCollection)
r = TypeUseFactory.makeCollection(r);
return r;
}
示例13
public RestrictionSimpleTypeImpl( SchemaDocumentImpl _parent,
AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa,
String _name, boolean _anonymous, Set<XSVariety> finalSet,
Ref.SimpleType _baseType ) {
super( _parent, _annon, _loc, _fa, _name, _anonymous, finalSet, _baseType );
}
示例14
public UnionSimpleTypeImpl( SchemaDocumentImpl _parent,
AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa,
String _name, boolean _anonymous, Set<XSVariety> finalSet,
Ref.SimpleType[] _members ) {
super(_parent,_annon,_loc,_fa,_name,_anonymous, finalSet,
_parent.getSchema().parent.anySimpleType);
this.memberTypes = _members;
}
示例15
SimpleTypeImpl(
SchemaDocumentImpl _parent,
AnnotationImpl _annon,
Locator _loc,
ForeignAttributesImpl _fa,
String _name,
boolean _anonymous,
Set<XSVariety> finalSet,
Ref.SimpleType _baseType) {
super(_parent, _annon, _loc, _fa, _parent.getTargetNamespace(), _name, _anonymous);
this.baseType = _baseType;
this.finalSet = finalSet;
}
示例16
public ListSimpleTypeImpl( SchemaDocumentImpl _parent,
AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa,
String _name, boolean _anonymous, Set<XSVariety> finalSet,
Ref.SimpleType _itemType ) {
super(_parent,_annon,_loc,_fa,_name,_anonymous, finalSet,
_parent.getSchema().parent.anySimpleType);
this.itemType = _itemType;
}
示例17
public TypeUse unionSimpleType(XSUnionSimpleType type) {
boolean isCollection = false;
for( int i=0; i<type.getMemberSize(); i++ )
if(type.getMember(i).getVariety()==XSVariety.LIST || type.getMember(i).getVariety()==XSVariety.UNION) {
isCollection = true;
break;
}
TypeUse r = CBuiltinLeafInfo.STRING;
if(isCollection)
r = TypeUseFactory.makeCollection(r);
return r;
}
示例18
public RestrictionSimpleTypeImpl( SchemaDocumentImpl _parent,
AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa,
String _name, boolean _anonymous, Set<XSVariety> finalSet,
Ref.SimpleType _baseType ) {
super( _parent, _annon, _loc, _fa, _name, _anonymous, finalSet, _baseType );
}
示例19
public UnionSimpleTypeImpl( SchemaDocumentImpl _parent,
AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa,
String _name, boolean _anonymous, Set<XSVariety> finalSet,
Ref.SimpleType[] _members ) {
super(_parent,_annon,_loc,_fa,_name,_anonymous, finalSet,
_parent.getSchema().parent.anySimpleType);
this.memberTypes = _members;
}
示例20
public UnionSimpleTypeImpl( SchemaDocumentImpl _parent,
AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa,
String _name, boolean _anonymous, Set<XSVariety> finalSet,
Ref.SimpleType[] _members ) {
super(_parent,_annon,_loc,_fa,_name,_anonymous, finalSet,
_parent.getSchema().parent.anySimpleType);
this.memberTypes = _members;
}
示例21
SimpleTypeImpl(
SchemaDocumentImpl _parent,
AnnotationImpl _annon,
Locator _loc,
ForeignAttributesImpl _fa,
String _name,
boolean _anonymous,
Set<XSVariety> finalSet,
Ref.SimpleType _baseType) {
super(_parent, _annon, _loc, _fa, _parent.getTargetNamespace(), _name, _anonymous);
this.baseType = _baseType;
this.finalSet = finalSet;
}
示例22
public ListSimpleTypeImpl( SchemaDocumentImpl _parent,
AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa,
String _name, boolean _anonymous, Set<XSVariety> finalSet,
Ref.SimpleType _itemType ) {
super(_parent,_annon,_loc,_fa,_name,_anonymous, finalSet,
_parent.getSchema().parent.anySimpleType);
this.itemType = _itemType;
}
示例23
public TypeUse unionSimpleType(XSUnionSimpleType type) {
boolean isCollection = false;
for( int i=0; i<type.getMemberSize(); i++ )
if(type.getMember(i).getVariety()==XSVariety.LIST || type.getMember(i).getVariety()==XSVariety.UNION) {
isCollection = true;
break;
}
TypeUse r = CBuiltinLeafInfo.STRING;
if(isCollection)
r = TypeUseFactory.makeCollection(r);
return r;
}
示例24
public RestrictionSimpleTypeImpl( SchemaDocumentImpl _parent,
AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa,
String _name, boolean _anonymous, Set<XSVariety> finalSet,
Ref.SimpleType _baseType ) {
super( _parent, _annon, _loc, _fa, _name, _anonymous, finalSet, _baseType );
}
示例25
public UnionSimpleTypeImpl( SchemaDocumentImpl _parent,
AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa,
String _name, boolean _anonymous, Set<XSVariety> finalSet,
Ref.SimpleType[] _members ) {
super(_parent,_annon,_loc,_fa,_name,_anonymous, finalSet,
_parent.getSchema().parent.anySimpleType);
this.memberTypes = _members;
}
示例26
SimpleTypeImpl(
SchemaDocumentImpl _parent,
AnnotationImpl _annon,
Locator _loc,
ForeignAttributesImpl _fa,
String _name,
boolean _anonymous,
Set<XSVariety> finalSet,
Ref.SimpleType _baseType) {
super(_parent, _annon, _loc, _fa, _parent.getTargetNamespace(), _name, _anonymous);
this.baseType = _baseType;
this.finalSet = finalSet;
}
示例27
public ListSimpleTypeImpl( SchemaDocumentImpl _parent,
AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa,
String _name, boolean _anonymous, Set<XSVariety> finalSet,
Ref.SimpleType _itemType ) {
super(_parent,_annon,_loc,_fa,_name,_anonymous, finalSet,
_parent.getSchema().parent.anySimpleType);
this.itemType = _itemType;
}
示例28
public TypeUse unionSimpleType(XSUnionSimpleType type) {
boolean isCollection = false;
for( int i=0; i<type.getMemberSize(); i++ )
if(type.getMember(i).getVariety()==XSVariety.LIST || type.getMember(i).getVariety()==XSVariety.UNION) {
isCollection = true;
break;
}
TypeUse r = CBuiltinLeafInfo.STRING;
if(isCollection)
r = TypeUseFactory.makeCollection(r);
return r;
}
示例29
public TypeUse unionSimpleType(XSUnionSimpleType type) {
boolean isCollection = false;
for( int i=0; i<type.getMemberSize(); i++ )
if(type.getMember(i).getVariety()==XSVariety.LIST || type.getMember(i).getVariety()==XSVariety.UNION) {
isCollection = true;
break;
}
TypeUse r = CBuiltinLeafInfo.STRING;
if(isCollection)
r = TypeUseFactory.makeCollection(r);
return r;
}
示例30
public UnionSimpleTypeImpl( SchemaDocumentImpl _parent,
AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa,
String _name, boolean _anonymous, Set<XSVariety> finalSet,
Ref.SimpleType[] _members ) {
super(_parent,_annon,_loc,_fa,_name,_anonymous, finalSet,
_parent.getSchema().parent.anySimpleType);
this.memberTypes = _members;
}