public class FindIncludeAction extends IncludeAction
ACTION_CLASS_ATTRIBUTE, CLASS_ATTRIBUTE, FILE_ATTRIBUTE, KEY_ATTRIBUTE, NAME_ATTRIBUTE, PATTERN_ATTRIBUTE, SCOPE_ATTRIBUTE, VALUE_ATTRIBUTEcontext| Constructor and Description |
|---|
FindIncludeAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
begin(InterpretationContext ec,
String name,
Attributes attributes)
Called when the parser encounters an element matching a
Pattern. |
protected SaxEventRecorder |
createRecorder(InputStream in,
URL url)
Creates a
SaxEventRecorder based on the input stream |
void |
end(InterpretationContext ic,
String name) |
processInclude, setEventOffsetclose, getAttributeInUse, getUrl, handleError, isOptionalbody, getColumnNumber, getLineColStr, getLineNumber, toStringaddError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContextpublic void begin(InterpretationContext ec, String name, Attributes attributes) throws ActionException
ActionPattern.begin in class AbstractIncludeActionec - interpretation contextname - name of actionattributes - attributes of actionActionException - failed to process actionpublic void end(InterpretationContext ic, String name) throws ActionException
end in class AbstractIncludeActionActionExceptionprotected SaxEventRecorder createRecorder(InputStream in, URL url)
SaxEventRecorder based on the input streamcreateRecorder in class IncludeActionin - input streamurl - URL to opened file/resourceCopyright © 2005–2014 QOS.ch. All rights reserved.