Uses of Interface
org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs.XSTerm
-
Packages that use XSTerm Package Description org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs -
-
Uses of XSTerm in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs
Classes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs that implement XSTerm Modifier and Type Class Description classXSElementDeclThe XML representation for an element declaration schema component is an <element> element information itemclassXSModelGroupImplStore schema model group declaration.classXSWildcardDeclThe XML representation for a wildcard declaration schema component is an <any> or <anyAttribute> element information itemFields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs declared as XSTerm Modifier and Type Field Description XSTermXSParticleDecl. fValueMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs that return XSTerm Modifier and Type Method Description XSTermXSParticleDecl. getTerm(){term} One of a model group, a wildcard, or an element declaration. -
Uses of XSTerm in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs
Subinterfaces of XSTerm in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs Modifier and Type Interface Description interfaceXSElementDeclarationThe interface represents the Element Declaration schema component.interfaceXSModelGroupThis interface represents the Model Group schema component.interfaceXSWildcardThis interface represents the Wildcard schema component.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs that return XSTerm Modifier and Type Method Description XSTermXSParticle. getTerm()[term]: one of a model group, a wildcard, or an element declaration.
-