Searched refs:XSNotationDeclaration (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xs/
H A DElementPSVI.java36 public XSNotationDeclaration getNotation();
H A DXSNotationDeclaration.java26 public interface XSNotationDeclaration extends XSObject { interface in inherits:XSObject
H A DXSNamespaceItem.java102 public XSNotationDeclaration getNotationDeclaration(String name);
H A DXSModel.java145 public XSNotationDeclaration getNotationDeclaration(String name,
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSNotationDecl.java27 import com.sun.org.apache.xerces.internal.xs.XSNotationDeclaration;
39 public class XSNotationDecl implements XSNotationDeclaration {
H A DElementPSVImpl.java27 import com.sun.org.apache.xerces.internal.xs.XSNotationDeclaration;
77 protected XSNotationDeclaration fNotation = null;
187 public XSNotationDeclaration getNotation() {
H A DXSModelImpl.java47 import com.sun.org.apache.xerces.internal.xs.XSNotationDeclaration;
603 public XSNotationDeclaration getNotationDeclaration(String name,
609 return (XSNotationDeclaration)sg.fGlobalNotationDecls.get(name);
612 public XSNotationDeclaration getNotationDeclaration(String name,
H A DSchemaGrammar.java56 import com.sun.org.apache.xerces.internal.xs.XSNotationDeclaration;
1610 public XSNotationDeclaration getNotationDeclaration(String name) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DPSVIElementNSImpl.java89 protected XSNotationDeclaration fNotation = null;
194 public XSNotationDeclaration getNotation() {

Completed in 349 milliseconds