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 class
XSElementDecl
The XML representation for an element declaration schema component is an <element> element information itemclass
XSModelGroupImpl
Store schema model group declaration.class
XSWildcardDecl
The 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 XSTerm
XSParticleDecl. fValue
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs that return XSTerm Modifier and Type Method Description XSTerm
XSParticleDecl. 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 interface
XSElementDeclaration
The interface represents the Element Declaration schema component.interface
XSModelGroup
This interface represents the Model Group schema component.interface
XSWildcard
This 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 XSTerm
XSParticle. getTerm()
[term]: one of a model group, a wildcard, or an element declaration.
-