|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XSAttributeDecl | |
---|---|
com.sun.xml.xsom | Interfaces that the client should use to access schema information. |
com.sun.xml.xsom.impl | Implementation of the com.sun.xml.xsom package. |
com.sun.xml.xsom.impl.parser | Parser that reads XML Schema documents and builds an XSSchemaSet 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 the com.sun.xml.xsom interfaces. |
Uses of XSAttributeDecl in com.sun.xml.xsom |
---|
Methods in com.sun.xml.xsom that return XSAttributeDecl | |
---|---|
XSAttributeDecl |
XSSchema.getAttributeDecl(String localName)
|
XSAttributeDecl |
XSSchemaSet.getAttributeDecl(String namespaceURI,
String localName)
|
XSAttributeDecl |
XSAttributeUse.getDecl()
|
Methods in com.sun.xml.xsom that return types with arguments of type XSAttributeDecl | |
---|---|
Map<String,XSAttributeDecl> |
XSSchema.getAttributeDecls()
Gets all the XSAttributeDecl s in this schema
keyed by their local names. |
Iterator<XSAttributeDecl> |
XSSchema.iterateAttributeDecls()
|
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 | |
---|---|
class |
AttributeDeclImpl
|
Methods in com.sun.xml.xsom.impl that return XSAttributeDecl | |
---|---|
XSAttributeDecl |
AttributeDeclImpl.getAttribute()
|
XSAttributeDecl |
Ref.Attribute.getAttribute()
|
XSAttributeDecl |
SchemaImpl.getAttributeDecl(String name)
|
XSAttributeDecl |
SchemaSetImpl.getAttributeDecl(String ns,
String localName)
|
XSAttributeDecl |
AttributeUseImpl.getDecl()
|
Methods in com.sun.xml.xsom.impl that return types with arguments of type XSAttributeDecl | |
---|---|
Map<String,XSAttributeDecl> |
SchemaImpl.getAttributeDecls()
|
Iterator<XSAttributeDecl> |
SchemaSetImpl.iterateAttributeDecls()
|
Iterator<XSAttributeDecl> |
SchemaImpl.iterateAttributeDecls()
|
Methods in com.sun.xml.xsom.impl with parameters of type XSAttributeDecl | |
---|---|
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 | |
---|---|
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 | |
---|---|
static Axis<XSAttributeDecl> |
Axis.ATTRIBUTE
|
Uses of XSAttributeDecl in com.sun.xml.xsom.impl.util |
---|
Methods in com.sun.xml.xsom.impl.util with parameters of type XSAttributeDecl | |
---|---|
void |
SchemaWriter.attributeDecl(XSAttributeDecl decl)
|
void |
SchemaTreeTraverser.attributeDecl(XSAttributeDecl decl)
|
Uses of XSAttributeDecl in com.sun.xml.xsom.util |
---|
Methods in com.sun.xml.xsom.util with parameters of type XSAttributeDecl | |
---|---|
Boolean |
XSFinder.attributeDecl(XSAttributeDecl decl)
|
T |
XSFunctionFilter.attributeDecl(XSAttributeDecl decl)
|
String |
ComponentNameFunction.attributeDecl(XSAttributeDecl decl)
|
String |
NameGetter.attributeDecl(XSAttributeDecl decl)
|
Uses of XSAttributeDecl in com.sun.xml.xsom.visitor |
---|
Methods in com.sun.xml.xsom.visitor with parameters of type XSAttributeDecl | |
---|---|
T |
XSFunction.attributeDecl(XSAttributeDecl decl)
|
void |
XSVisitor.attributeDecl(XSAttributeDecl decl)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |