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