|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XSAttribute | |
net.sf.jaxme.xs | |
net.sf.jaxme.xs.impl | |
net.sf.jaxme.xs.jaxb | |
net.sf.jaxme.xs.jaxb.impl |
Uses of XSAttribute in net.sf.jaxme.xs |
Methods in net.sf.jaxme.xs that return XSAttribute | |
XSAttribute[] |
XSSchema.getAttributes()
Returns the array of global attributes. |
XSAttribute |
XSSchema.getAttribute(XsQName pName)
Returns the attribute with the given name. |
XSAttribute |
XSObjectFactory.newXSAttribute(XSObject pParent,
XsTAttribute pAttribute)
Returns a new instance of XSAttribute . |
Methods in net.sf.jaxme.xs with parameters of type XSAttribute | |
void |
XSSchema.add(XSAttribute pAttribute)
Adds a new attribute to the schema. |
Uses of XSAttribute in net.sf.jaxme.xs.impl |
Classes in net.sf.jaxme.xs.impl that implement XSAttribute | |
class |
XSAttributeImpl
|
Methods in net.sf.jaxme.xs.impl that return XSAttribute | |
XSAttribute[] |
XSSchemaImpl.getAttributes()
|
XSAttribute |
XSSchemaImpl.getAttribute(XsQName pQName)
|
XSAttribute |
XSObjectFactoryImpl.newXSAttribute(XSObject pParent,
XsTAttribute pAttribute)
|
Methods in net.sf.jaxme.xs.impl with parameters of type XSAttribute | |
void |
XSSchemaImpl.add(XSAttribute pAttribute)
|
Uses of XSAttribute in net.sf.jaxme.xs.jaxb |
Subinterfaces of XSAttribute in net.sf.jaxme.xs.jaxb | |
interface |
JAXBAttribute
|
Uses of XSAttribute in net.sf.jaxme.xs.jaxb.impl |
Classes in net.sf.jaxme.xs.jaxb.impl that implement XSAttribute | |
class |
JAXBAttributeImpl
|
Methods in net.sf.jaxme.xs.jaxb.impl that return XSAttribute | |
XSAttribute |
JAXBObjectFactoryImpl.newXSAttribute(XSObject pParent,
XsTAttribute pAttribute)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |