|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Wildcard.ProcessContents.Enum | |
---|---|
org.w3.x2001.xmlSchema | |
org.w3.x2001.xmlSchema.impl |
Uses of Wildcard.ProcessContents.Enum in org.w3.x2001.xmlSchema |
---|
Fields in org.w3.x2001.xmlSchema declared as Wildcard.ProcessContents.Enum | |
---|---|
static Wildcard.ProcessContents.Enum |
Wildcard.ProcessContents.LAX
|
static Wildcard.ProcessContents.Enum |
Wildcard.ProcessContents.SKIP
|
static Wildcard.ProcessContents.Enum |
Wildcard.ProcessContents.STRICT
|
Methods in org.w3.x2001.xmlSchema that return Wildcard.ProcessContents.Enum | |
---|---|
static Wildcard.ProcessContents.Enum |
Wildcard.ProcessContents.Enum.forInt(int i)
Returns the enum value corresponding to an int, or null if none. |
static Wildcard.ProcessContents.Enum |
Wildcard.ProcessContents.Enum.forString(java.lang.String s)
Returns the enum value for a string, or null if none. |
Wildcard.ProcessContents.Enum |
Wildcard.getProcessContents()
Gets the "processContents" attribute |
Methods in org.w3.x2001.xmlSchema with parameters of type Wildcard.ProcessContents.Enum | |
---|---|
void |
Wildcard.setProcessContents(Wildcard.ProcessContents.Enum processContents)
Sets the "processContents" attribute |
Uses of Wildcard.ProcessContents.Enum in org.w3.x2001.xmlSchema.impl |
---|
Methods in org.w3.x2001.xmlSchema.impl that return Wildcard.ProcessContents.Enum | |
---|---|
Wildcard.ProcessContents.Enum |
WildcardImpl.getProcessContents()
Gets the "processContents" attribute |
Methods in org.w3.x2001.xmlSchema.impl with parameters of type Wildcard.ProcessContents.Enum | |
---|---|
void |
WildcardImpl.setProcessContents(Wildcard.ProcessContents.Enum processContents)
Sets the "processContents" attribute |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |