Searched defs:getCurrentProcessor (Results 1 - 1 of 1) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DStylesheetHandler.java310 return getCurrentProcessor().resolveEntity(this, publicId, systemId);
332 getCurrentProcessor().notationDecl(this, name, publicId, systemId);
348 getCurrentProcessor().unparsedEntityDecl(this, name, publicId, systemId,
370 XSLTElementProcessor currentProcessor = getCurrentProcessor();
476 XSLTElementProcessor elemProcessor = getCurrentProcessor();
555 XSLTElementProcessor elemProcessor = getCurrentProcessor();
663 XSLTElementProcessor p = getCurrentProcessor();
689 XSLTElementProcessor elemProcessor = getCurrentProcessor();
727 getCurrentProcessor().ignorableWhitespace(this, ch, start, length);
812 getCurrentProcessor()
1260 XSLTElementProcessor getCurrentProcessor() method in class:StylesheetHandler
[all...]

Completed in 81 milliseconds