Searched refs:XSNotationDecl (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDNotationTraverser.java26 import com.sun.org.apache.xerces.internal.impl.xs.XSNotationDecl;
57 XSNotationDecl traverse(Element elmNode,
79 XSNotationDecl notation = new XSNotationDecl();
118 final XSNotationDecl notation2 = grammar.getGlobalNotationDecl(notation.fName, loc);
H A DXSDHandler.java58 import com.sun.org.apache.xerces.internal.impl.xs.XSNotationDecl;
1562 void addGlobalNotationDecl(XSNotationDecl decl) {
1610 private XSNotationDecl getGlobalNotationDecl(String declKey) {
1611 return (XSNotationDecl)fGlobalNotationDecls.get(declKey);
2862 XSNotationDecl srcDecl, dstDecl;
2866 srcDecl = (XSNotationDecl) components.item(i);
2886 srcDecl = (XSNotationDecl)componentsExt.item(i+1);
3243 sg.addGlobalNotationDecl((XSNotationDecl) component);
3247 sg.addGlobalNotationDecl((XSNotationDecl) component, "");
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSNotationDecl.java37 * @version $Id: XSNotationDecl.java,v 1.7 2010-11-01 04:39:55 joehw Exp $
39 public class XSNotationDecl implements XSNotationDeclaration { class in inherits:XSNotationDeclaration
121 } // class XSNotationDecl
H A DXSLoaderImpl.java287 XSNotationDecl decl = (XSNotationDecl) map.item(i);
H A DSchemaGrammar.java435 public void addGlobalNotationDecl(XSNotationDecl decl) {
438 public void addGlobalNotationDecl(XSNotationDecl decl, String location) {
686 public void addGlobalNotationDecl(XSNotationDecl decl) {
689 public void addGlobalNotationDecl(XSNotationDecl decl, String location) {
893 public void addGlobalNotationDecl(XSNotationDecl decl) {
898 public void addGlobalNotationDecl(XSNotationDecl decl, String location) {
1021 public final XSNotationDecl getGlobalNotationDecl(String declName) {
1022 return(XSNotationDecl)fGlobalNotationDecls.get(declName);
1025 public final XSNotationDecl getGlobalNotationDecl(String declName, String location) {
1026 return(XSNotationDecl)fGlobalNotationDeclsEx
[all...]
H A DXMLSchemaValidator.java1191 private XSNotationDecl fNotation;
1194 private XSNotationDecl[] fNotationStack = new XSNotationDecl[INITIAL_STACK_SIZE];
1524 XSNotationDecl[] newArrayN = new XSNotationDecl[newSize];

Completed in 79 milliseconds