Package | Description |
---|---|
com.sun.xml.xsom.impl |
Implementation of the
com.sun.xml.xsom package. |
com.sun.xml.xsom.impl.parser.state |
Modifier and Type | Class and Description |
---|---|
static class |
WildcardImpl.Any |
static class |
WildcardImpl.Finite |
static class |
WildcardImpl.Other |
Modifier and Type | Field and Description |
---|---|
private WildcardImpl |
SchemaSetImpl.AnyType.anyWildcard |
private WildcardImpl |
ComplexTypeImpl.localAttWildcard |
private WildcardImpl |
AttGroupDeclImpl.wildcard |
Modifier and Type | Method and Description |
---|---|
WildcardImpl |
WildcardImpl.union(SchemaDocumentImpl owner,
WildcardImpl rhs) |
Modifier and Type | Method and Description |
---|---|
abstract void |
AttributesHolder.setWildcard(WildcardImpl wc)
set the local wildcard.
|
void |
AttGroupDeclImpl.setWildcard(WildcardImpl wc) |
void |
ComplexTypeImpl.setWildcard(WildcardImpl wc)
Set the local attribute wildcard.
|
WildcardImpl |
WildcardImpl.union(SchemaDocumentImpl owner,
WildcardImpl rhs) |
Constructor and Description |
---|
AttGroupDeclImpl(SchemaDocumentImpl _parent,
AnnotationImpl _annon,
org.xml.sax.Locator _loc,
ForeignAttributesImpl _fa,
java.lang.String _name,
WildcardImpl _wildcard) |
Modifier and Type | Field and Description |
---|---|
private WildcardImpl |
particle.wcBody |
private WildcardImpl |
attributeUses.wildcard |
Modifier and Type | Method and Description |
---|---|
private WildcardImpl |
wildcardBody.makeResult() |