Uses of Interface
com.sun.xml.xsom.XSTerm
-
Packages that use XSTerm Package Description com.sun.xml.xsom Interfaces that the client should use to access schema information.com.sun.xml.xsom.impl Implementation of thecom.sun.xml.xsompackage.com.sun.xml.xsom.impl.parser Parser that reads XML Schema documents and builds anXSSchemaSetobject. -
-
Uses of XSTerm in com.sun.xml.xsom
Subinterfaces of XSTerm in com.sun.xml.xsom Modifier and Type Interface Description interfaceXSElementDeclElement declaration.interfaceXSModelGroupModel group.interfaceXSModelGroupDeclNamed model group declaration.interfaceXSWildcardWildcard schema component (used for both attribute wildcard and element wildcard.) XSWildcard interface can always be downcasted to either Any, Other, or Union.static interfaceXSWildcard.Any##anywildcard.static interfaceXSWildcard.Other##otherwildcard.static interfaceXSWildcard.UnionWildcard of a set of namespace URIs.Methods in com.sun.xml.xsom that return XSTerm Modifier and Type Method Description XSTermXSParticle. getTerm() -
Uses of XSTerm in com.sun.xml.xsom.impl
Classes in com.sun.xml.xsom.impl that implement XSTerm Modifier and Type Class Description classElementDeclclassModelGroupDeclImplclassModelGroupImplclassWildcardImplstatic classWildcardImpl.Anystatic classWildcardImpl.Finitestatic classWildcardImpl.OtherMethods in com.sun.xml.xsom.impl that return XSTerm Modifier and Type Method Description XSTermElementDecl. getTerm()XSTermModelGroupDeclImpl. getTerm()XSTermModelGroupImpl. getTerm()XSTermParticleImpl. getTerm()XSTermRef.Term. getTerm()Obtains a reference as a term.XSTermWildcardImpl. getTerm() -
Uses of XSTerm in com.sun.xml.xsom.impl.parser
Methods in com.sun.xml.xsom.impl.parser that return XSTerm Modifier and Type Method Description XSTermDelayedRef.Element. getTerm()XSTermDelayedRef.ModelGroup. getTerm()
-