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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DXMLDTDValidator.java344 private final XMLEntityDecl fEntityDecl = new XMLEntityDecl(); field in class:XMLDTDValidator
1032 XMLDTDLoader.checkStandaloneEntityRef(name, fDTDGrammar, fEntityDecl, fErrorReporter);
1329 fDTDGrammar.getEntityDecl(entIndex, fEntityDecl);
1330 if (fEntityDecl.inExternal ||
1331 (entityName = getExternalEntityRefInAttrValue(fEntityDecl.value)) != null) {
H A DXMLDTDProcessor.java280 private final XMLEntityDecl fEntityDecl = new XMLEntityDecl(); field in class:XMLDTDProcessor
757 checkStandaloneEntityRef(name, fDTDGrammar, fEntityDecl, fErrorReporter);
H A DDTDGrammar.java285 private XMLEntityDecl fEntityDecl = new XMLEntityDecl(); field in class:DTDGrammar

Completed in 46 milliseconds