org.apache.ws.jaxme.xs
Interface XSOpenAttrs

All Superinterfaces:
XSObject
All Known Subinterfaces:
JAXBAny, JAXBAttribute, JAXBElement, JAXBGroup, JAXBSchema, JAXBType, JAXBWildcard, XSAnnotation, XSAny, XSAttribute, XSAttributeGroup, XSElement, XSGroup, XSIdentityConstraint, XSKeyRef, XSSchema, XSType, XSWildcard
All Known Implementing Classes:
AbstractAtomicType, AbstractBuiltinType, AbstractListType, AbstractSimpleType, JAXBAttributeImpl, JAXBElementImpl, JAXBGroupImpl, JAXBSchemaImpl, JAXBTypeImpl, JAXBWildcardImpl, JMChar, XSAnnotationImpl, XSAnyImpl, XSAnySimpleType, XSAnyType, XSAnyURI, XSAttributeGroupImpl, XSAttributeImpl, XSBase64Binary, XSBoolean, XSByte, XSDate, XSDateTime, XSDecimal, XSDouble, XSDuration, XSElementImpl, XSEntities, XSEntity, XSFloat, XSGDay, XSGMonth, XSGMonthDay, XSGroupImpl, XSGYear, XSGYearMonth, XSHexBinary, XSID, XSIdentityConstraintImpl, XSIDREF, XSIDREFs, XSInt, XSInteger, XSKeyRefImpl, XSLanguage, XSLong, XSName, XSNCName, XSNegativeInteger, XSNMToken, XSNMTokens, XSNonNegativeInteger, XSNonPositiveInteger, XSNormalizedString, XSNotation, XSOpenAttrsImpl, XSPositiveInteger, XSQName, XSSchemaImpl, XSShort, XSString, XSTime, XSToken, XSTypeImpl, XSUnsignedByte, XSUnsignedInt, XSUnsignedLong, XSUnsignedShort, XSWildcardImpl

public interface XSOpenAttrs
extends XSObject

Interface of an object, which allows for additional attributes from non-default namespaces.

Author:
Jochen Wiedmann

Method Summary
 org.xml.sax.Attributes getOpenAttributes()
          Returns the additional attributes, if any, or null.
 
Methods inherited from interface org.apache.ws.jaxme.xs.XSObject
getLocator, getParentObject, getXSSchema, isTopLevelObject, validate
 

Method Detail

getOpenAttributes

org.xml.sax.Attributes getOpenAttributes()

Returns the additional attributes, if any, or null.