Uses of Interface
org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs.XSAttributeUse
-
Packages that use XSAttributeUse Package Description org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs -
-
Uses of XSAttributeUse 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 XSAttributeUse Modifier and Type Class Description class
XSAttributeUseImpl
The XML representation for an attribute use schema component is a local <attribute> element information itemMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs that return XSAttributeUse Modifier and Type Method Description XSAttributeUse
XSAttributeGroupDecl. getAttributeUse(String namespace, String name)
XSAttributeUse
XSComplexTypeDecl. getAttributeUse(String namespace, String name)
XSAttributeUse
XSAttributeGroupDecl. getAttributeUseNoProhibited(String namespace, String name)
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs with parameters of type XSAttributeUse Modifier and Type Method Description void
XSAttributeGroupDecl. replaceAttributeUse(XSAttributeUse oldUse, XSAttributeUseImpl newUse)
-