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 classXSAttributeUseImplThe 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 XSAttributeUseXSAttributeGroupDecl. getAttributeUse(String namespace, String name)XSAttributeUseXSComplexTypeDecl. getAttributeUse(String namespace, String name)XSAttributeUseXSAttributeGroupDecl. 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 voidXSAttributeGroupDecl. replaceAttributeUse(XSAttributeUse oldUse, XSAttributeUseImpl newUse)
-