1 17 package org.apache.ws.jaxme.xs.impl; 18 19 import org.apache.ws.jaxme.xs.XSNotation; 20 import org.apache.ws.jaxme.xs.XSObject; 21 import org.apache.ws.jaxme.xs.xml.XsObject; 22 import org.xml.sax.SAXException ; 23 24 27 public class XSNotationImpl extends XSObjectImpl implements XSNotation { 28 protected XSNotationImpl(XSObject pParent, XsObject pBaseObject) { 29 super(pParent, pBaseObject); 30 } 31 32 public void validate() throws SAXException { 33 } 34 } 35 | Popular Tags |