Uses of Interface
org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs.XSWildcard
-
Packages that use XSWildcard 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 XSWildcard 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 XSWildcard Modifier and Type Class Description class
XSWildcardDecl
The XML representation for a wildcard declaration schema component is an <any> or <anyAttribute> element information itemMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs that return XSWildcard Modifier and Type Method Description XSWildcard
XSAttributeGroupDecl. getAttributeWildcard()
{attribute wildcard} Optional.XSWildcard
XSComplexTypeDecl. getAttributeWildcard()
{attribute wildcard} Optional. -
Uses of XSWildcard in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs that return XSWildcard Modifier and Type Method Description XSWildcard
XSAttributeGroupDefinition. getAttributeWildcard()
A [wildcard] if it exists, otherwisenull
.XSWildcard
XSComplexTypeDefinition. getAttributeWildcard()
An attribute wildcard if it exists, otherwisenull
.
-