Uses of Interface
org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs.XSAttributeDeclaration
-
-
Uses of XSAttributeDeclaration in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom declared as XSAttributeDeclaration Modifier and Type Field Description protected XSAttributeDeclaration
PSVIAttrNSImpl. fDeclaration
attribute declarationMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom that return XSAttributeDeclaration Modifier and Type Method Description XSAttributeDeclaration
PSVIAttrNSImpl. getAttributeDeclaration()
An item isomorphic to the attribute declaration used to validate this attribute. -
Uses of XSAttributeDeclaration 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 XSAttributeDeclaration Modifier and Type Class Description class
XSAttributeDecl
The XML representation for an attribute declaration schema component is an <attribute> element information itemFields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs declared as XSAttributeDeclaration Modifier and Type Field Description protected XSAttributeDeclaration
AttributePSVImpl. fDeclaration
attribute declarationMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs that return XSAttributeDeclaration Modifier and Type Method Description XSAttributeDeclaration
XSAttributeUseImpl. getAttrDeclaration()
{attribute declaration} provides the attribute declaration itself, which will in turn determine the simple type definition used.XSAttributeDeclaration
AttributePSVImpl. getAttributeDeclaration()
An item isomorphic to the attribute declaration used to validate this attribute.XSAttributeDeclaration
SchemaGrammar. getAttributeDeclaration(String name)
Convenience method.XSAttributeDeclaration
XSModelImpl. getAttributeDeclaration(String name, String namespace)
Convenience method.XSAttributeDeclaration
XSModelImpl. getAttributeDeclaration(String name, String namespace, String loc)
Convenience method. -
Uses of XSAttributeDeclaration 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 XSAttributeDeclaration Modifier and Type Method Description XSAttributeDeclaration
XSAttributeUse. getAttrDeclaration()
[attribute declaration]: provides the attribute declaration itself, which will in turn determine the simple type definition used.XSAttributeDeclaration
AttributePSVI. getAttributeDeclaration()
[attribute declaration]: An item isomorphic to the declaration component itself.XSAttributeDeclaration
XSModel. getAttributeDeclaration(String name, String namespace)
Convenience method.XSAttributeDeclaration
XSNamespaceItem. getAttributeDeclaration(String name)
Convenience method.
-