Searched refs:fNotation (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DPSVIElementNSImpl.java89 protected XSNotationDeclaration fNotation = null; field in class:PSVIElementNSImpl
195 return fNotation;
247 this.fNotation = elem.getNotation();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DElementPSVImpl.java77 protected XSNotationDeclaration fNotation = null; field in class:ElementPSVImpl
188 return fNotation;
265 fNotation = null;
H A DXMLSchemaValidator.java1191 private XSNotationDecl fNotation; field in class:XMLSchemaValidator
1815 fNotationStack[fElementDepth] = fNotation;
1832 fNotation = null;
2083 fCurrentPSVI.fNotation = fNotation;
2112 fNotation = fNotationStack[fElementDepth];
2244 fNotation = fNotationStack[fElementDepth];
2279 fCurrentPSVI.fNotation = this.fNotation;
2831 fNotation
[all...]

Completed in 131 milliseconds