net.sf.jaxme.xs.impl
Class XSNotationImpl

java.lang.Object
  extended bynet.sf.jaxme.xs.impl.XSObjectImpl
      extended bynet.sf.jaxme.xs.impl.XSNotationImpl
All Implemented Interfaces:
XSNotation, XSObject

public class XSNotationImpl
extends XSObjectImpl
implements XSNotation

Author:
Jochen Wiedmann

Constructor Summary
protected XSNotationImpl(XSObject pParent, XsObject pBaseObject)
           
 
Method Summary
 void validate()
          Validates the objects internal state.
 
Methods inherited from class net.sf.jaxme.xs.impl.XSObjectImpl
getLocator, getParentObject, getXsObject, getXSSchema, isTopLevelObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.jaxme.xs.XSObject
getLocator, getParentObject, getXSSchema, isTopLevelObject
 

Constructor Detail

XSNotationImpl

protected XSNotationImpl(XSObject pParent,
                         XsObject pBaseObject)
Method Detail

validate

public void validate()
              throws org.xml.sax.SAXException
Description copied from interface: XSObject

Validates the objects internal state.

Specified by:
validate in interface XSObject
Overrides:
validate in class XSObjectImpl
Throws:
org.xml.sax.SAXException