public class XslImportScanListener extends BaseScanListener
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
m_bSkipTag |
protected boolean |
m_bSkipTemplate |
protected Set<String> |
m_setMatches |
protected Set<String> |
m_setNames |
static String |
ROOT_FILE |
m_fileSource, m_parent, m_recordOwnerCollection, m_strSourcePrefix, m_writer| Constructor and Description |
|---|
XslImportScanListener()
Default constructor.
|
XslImportScanListener(RecordOwnerParent parent,
String strSourcePrefix)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addMatch(String strMatch,
boolean bAddAll)
AddMatch Method.
|
void |
addName(String strName,
boolean bAddAll)
AddName Method.
|
String |
convertString(String string)
Do any string conversion on the file text.
|
void |
init(RecordOwnerParent parent,
String strSourcePrefix)
Initialize class fields.
|
boolean |
isMatch(String strMatch)
IsMatch Method.
|
boolean |
isName(String strName)
IsName Method.
|
void |
moveSourceToDest(LineNumberReader reader,
PrintWriter dataOut)
MoveSourceToDest Method.
|
void |
scanTemplates(LineNumberReader reader)
ScanTemplates Method.
|
void |
writeImport(String strFilename)
WriteImport Method.
|
addRecordOwner, filterDirectory, filterFile, free, getProperties, getProperty, getTask, moveThisFile, moveThisFile, postProcessThisDirectory, processThisDirectory, removeRecordOwner, retrieveUserProperties, setPrintWriter, setProperties, setProperty, setSourceFileprotected boolean m_bSkipTag
protected boolean m_bSkipTemplate
public static final String ROOT_FILE
public XslImportScanListener()
public XslImportScanListener(RecordOwnerParent parent, String strSourcePrefix)
public void init(RecordOwnerParent parent, String strSourcePrefix)
init in class BaseScanListenerpublic void moveSourceToDest(LineNumberReader reader, PrintWriter dataOut)
moveSourceToDest in class BaseScanListenerpublic void scanTemplates(LineNumberReader reader)
public void addMatch(String strMatch, boolean bAddAll)
public void addName(String strName, boolean bAddAll)
public boolean isMatch(String strMatch)
public boolean isName(String strName)
public String convertString(String string)
convertString in class BaseScanListenerpublic void writeImport(String strFilename)
Copyright © 2015 jbundle.org. All Rights Reserved.