org.apache.ws.jaxme.xs.impl
Class XSOpenAttrsImpl

java.lang.Object
  extended by org.apache.ws.jaxme.xs.impl.XSObjectImpl
      extended by org.apache.ws.jaxme.xs.impl.XSOpenAttrsImpl
All Implemented Interfaces:
XSObject, XSOpenAttrs
Direct Known Subclasses:
XSAnnotationImpl, XSAttributeGroupImpl, XSAttributeImpl, XSElementImpl, XSGroupImpl, XSIdentityConstraintImpl, XSKeyRefImpl, XSTypeImpl, XSWildcardImpl

public class XSOpenAttrsImpl
extends XSObjectImpl
implements XSOpenAttrs

Author:
Jochen Wiedmann

Constructor Summary
XSOpenAttrsImpl(XSObject pParent, XsTOpenAttrs pXsOpenAttrs)
           
 
Method Summary
 org.xml.sax.Attributes getOpenAttributes()
          Returns the additional attributes, if any, or null.
 
Methods inherited from class org.apache.ws.jaxme.xs.impl.XSObjectImpl
getLocator, getParentObject, getXsObject, getXSSchema, isTopLevelObject, validate, validateAllIn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.ws.jaxme.xs.XSObject
getLocator, getParentObject, getXSSchema, isTopLevelObject, validate
 

Constructor Detail

XSOpenAttrsImpl

public XSOpenAttrsImpl(XSObject pParent,
                       XsTOpenAttrs pXsOpenAttrs)
Method Detail

getOpenAttributes

public org.xml.sax.Attributes getOpenAttributes()
Description copied from interface: XSOpenAttrs

Returns the additional attributes, if any, or null.

Specified by:
getOpenAttributes in interface XSOpenAttrs