Package | Description |
---|---|
org.apache.xerces.impl.dv.xs | |
org.apache.xerces.impl.xs |
Modifier and Type | Method and Description |
---|---|
XSSimpleTypeDecl |
BaseSchemaDVFactory.newXSSimpleTypeDecl()
Implementation internal
|
protected XSSimpleTypeDecl |
XSSimpleTypeDecl.setListValues(String name,
String uri,
short finalSet,
XSSimpleTypeDecl itemType,
XSObjectList annotations) |
protected XSSimpleTypeDecl |
XSSimpleTypeDecl.setRestrictionValues(XSSimpleTypeDecl base,
String name,
String uri,
short finalSet,
XSObjectList annotations) |
protected XSSimpleTypeDecl |
XSSimpleTypeDecl.setUnionValues(String name,
String uri,
short finalSet,
XSSimpleTypeDecl[] memberTypes,
XSObjectList annotations) |
Modifier and Type | Method and Description |
---|---|
protected static void |
BaseSchemaDVFactory.createBuiltInTypes(SymbolHash builtInTypes,
XSSimpleTypeDecl baseAtomicType) |
protected XSSimpleTypeDecl |
XSSimpleTypeDecl.setListValues(String name,
String uri,
short finalSet,
XSSimpleTypeDecl itemType,
XSObjectList annotations) |
protected XSSimpleTypeDecl |
XSSimpleTypeDecl.setRestrictionValues(XSSimpleTypeDecl base,
String name,
String uri,
short finalSet,
XSObjectList annotations) |
protected XSSimpleTypeDecl |
XSSimpleTypeDecl.setUnionValues(String name,
String uri,
short finalSet,
XSSimpleTypeDecl[] memberTypes,
XSObjectList annotations) |
Constructor and Description |
---|
XSSimpleTypeDecl(String name,
String uri,
short finalSet,
XSSimpleTypeDecl[] memberTypes,
XSObjectList annotations) |
XSSimpleTypeDecl(String name,
String uri,
short finalSet,
XSSimpleTypeDecl itemType,
boolean isImmutable,
XSObjectList annotations) |
XSSimpleTypeDecl(XSSimpleTypeDecl base,
String name,
short validateDV,
short ordered,
boolean bounded,
boolean finite,
boolean numeric,
boolean isImmutable,
short builtInKind) |
XSSimpleTypeDecl(XSSimpleTypeDecl base,
String name,
String uri,
short finalSet,
boolean isImmutable,
XSObjectList annotations) |
XSSimpleTypeDecl(XSSimpleTypeDecl base,
String name,
String uri,
short finalSet,
boolean isImmutable,
XSObjectList annotations,
short builtInKind) |
Modifier and Type | Method and Description |
---|---|
XSSimpleTypeDecl |
XSDeclarationPool.getSimpleTypeDecl() |
Copyright © 2016 JBoss by Red Hat. All rights reserved.