Uses of Interface
com.sun.xml.xsom.XSAttributeDecl
-
Packages that use XSAttributeDecl Package Description com.sun.xml.xsom Interfaces that the client should use to access schema information.com.sun.xml.xsom.impl Implementation of thecom.sun.xml.xsom
package.com.sun.xml.xsom.impl.parser Parser that reads XML Schema documents and builds anXSSchemaSet
object.com.sun.xml.xsom.impl.scd com.sun.xml.xsom.impl.util com.sun.xml.xsom.util com.sun.xml.xsom.visitor Visitor pattern support for thecom.sun.xml.xsom
interfaces. -
-
Uses of XSAttributeDecl in com.sun.xml.xsom
Methods in com.sun.xml.xsom that return XSAttributeDecl Modifier and Type Method Description XSAttributeDecl
XSSchema. getAttributeDecl(java.lang.String localName)
XSAttributeDecl
XSSchemaSet. getAttributeDecl(java.lang.String namespaceURI, java.lang.String localName)
XSAttributeDecl
XSAttributeUse. getDecl()
Methods in com.sun.xml.xsom that return types with arguments of type XSAttributeDecl Modifier and Type Method Description java.util.Map<java.lang.String,XSAttributeDecl>
XSSchema. getAttributeDecls()
Gets all theXSAttributeDecl
s in this schema keyed by their local names.java.util.Iterator<XSAttributeDecl>
XSSchema. iterateAttributeDecls()
java.util.Iterator<XSAttributeDecl>
XSSchemaSet. iterateAttributeDecls()
Iterates all atribute declarations in all the schemas. -
Uses of XSAttributeDecl in com.sun.xml.xsom.impl
Classes in com.sun.xml.xsom.impl that implement XSAttributeDecl Modifier and Type Class Description class
AttributeDeclImpl
Fields in com.sun.xml.xsom.impl with type parameters of type XSAttributeDecl Modifier and Type Field Description private java.util.Map<java.lang.String,XSAttributeDecl>
SchemaImpl. atts
private java.util.Map<java.lang.String,XSAttributeDecl>
SchemaImpl. attsView
Methods in com.sun.xml.xsom.impl that return XSAttributeDecl Modifier and Type Method Description XSAttributeDecl
AttributeDeclImpl. getAttribute()
XSAttributeDecl
Ref.Attribute. getAttribute()
XSAttributeDecl
SchemaImpl. getAttributeDecl(java.lang.String name)
XSAttributeDecl
SchemaSetImpl. getAttributeDecl(java.lang.String ns, java.lang.String localName)
XSAttributeDecl
AttributeUseImpl. getDecl()
Methods in com.sun.xml.xsom.impl that return types with arguments of type XSAttributeDecl Modifier and Type Method Description java.util.Map<java.lang.String,XSAttributeDecl>
SchemaImpl. getAttributeDecls()
java.util.Iterator<XSAttributeDecl>
SchemaImpl. iterateAttributeDecls()
java.util.Iterator<XSAttributeDecl>
SchemaSetImpl. iterateAttributeDecls()
Methods in com.sun.xml.xsom.impl with parameters of type XSAttributeDecl Modifier and Type Method Description void
SchemaImpl. addAttributeDecl(XSAttributeDecl newDecl)
-
Uses of XSAttributeDecl in com.sun.xml.xsom.impl.parser
Methods in com.sun.xml.xsom.impl.parser that return XSAttributeDecl Modifier and Type Method Description XSAttributeDecl
DelayedRef.Attribute. getAttribute()
-
Uses of XSAttributeDecl in com.sun.xml.xsom.impl.scd
Fields in com.sun.xml.xsom.impl.scd with type parameters of type XSAttributeDecl Modifier and Type Field Description static Axis<XSAttributeDecl>
Axis. ATTRIBUTE
Methods in com.sun.xml.xsom.impl.scd with parameters of type XSAttributeDecl Modifier and Type Method Description java.util.Iterator<T>
AbstractAxisImpl. attributeDecl(XSAttributeDecl decl)
-
Uses of XSAttributeDecl in com.sun.xml.xsom.impl.util
Methods in com.sun.xml.xsom.impl.util with parameters of type XSAttributeDecl Modifier and Type Method Description void
SchemaTreeTraverser. attributeDecl(XSAttributeDecl decl)
void
SchemaWriter. attributeDecl(XSAttributeDecl decl)
private void
SchemaTreeTraverser. dump(XSAttributeDecl decl, java.lang.String additionalAtts)
Creates node for attribute declaration with additional attributes.private void
SchemaWriter. dump(XSAttributeDecl decl, java.lang.String additionalAtts)
-
Uses of XSAttributeDecl in com.sun.xml.xsom.util
Methods in com.sun.xml.xsom.util with parameters of type XSAttributeDecl Modifier and Type Method Description java.lang.String
ComponentNameFunction. attributeDecl(XSAttributeDecl decl)
java.lang.String
NameGetter. attributeDecl(XSAttributeDecl decl)
java.lang.Boolean
XSFinder. attributeDecl(XSAttributeDecl decl)
T
XSFunctionFilter. attributeDecl(XSAttributeDecl decl)
-
Uses of XSAttributeDecl in com.sun.xml.xsom.visitor
Methods in com.sun.xml.xsom.visitor with parameters of type XSAttributeDecl Modifier and Type Method Description T
XSFunction. attributeDecl(XSAttributeDecl decl)
void
XSVisitor. attributeDecl(XSAttributeDecl decl)
-