@MinDoc(copyright="Copyright 2001 - 2007, 2009, 2016 A. Weinert", author="Albrecht Weinert", version="V.44", lastModified="6.05.2021", usage="start as Java application (-? for help)", purpose="input [check] [validate] [transform] [and output | list] XML") public class XMLio extends App
XMLdoc.applyTransforms() (options -noDefAtts, -compact).org.w3c.dom.Document.XMLio belongs (as integral part)
a .properties file named
XMLio.properties.
It's part of the documentation.ComVar.Impl| Modifier and Type | Field and Description |
|---|---|
String |
dest
The destination file's name or the denotation of a destination directory.
|
boolean |
parse
Do a XML parsing instead of de-serialising.
|
boolean |
serialise
Serialise the DOM object on output instead of outputting XML text.
|
String |
source
The source file's name or the source URL denomination.
|
int |
structList
List the DOM object's structure.
|
String |
trans
An XSL transformation file's name or URL.
|
ano, appBase, appIO, appStartTime, appStartTimeMS, args, argsOrig, bgColor, err, fullClassName, help, icon, log, mainThread, myClass, myFrame, name, out, outMode, packName, prop, retCode, runFlag, shortClassName, title, verbose, verbosityAUTHOR, BLANK_STRING, cons, CONSOL_ENCODING, COPYRIGHT, D, D_NaN, D_NegInf, D_PosInf, EMPTY_INT_A, EMPTY_STRING, FILE_ENCODING, FRW_CLLD, FS, FSS, H, hasCons, HOST_IP, HOST_IPv4, HOST_NAME, INIT_ERROR, JAR_ENCODING, JH, JOB_DONE_OK, JRL, LOG_OUT_ERROR, M, MAIN_THREAD_EXC, NO_BYTES, NO_CLASSES, NO_DOUBLES, NO_OBJECTS, NO_PARS_ERROR, NO_STRINGS, NOT_WINDOWS, ON_PI, ONE_DAY, ONE_HOUR, ONE_LEAP_YEAR, ONE_MINUTE, ONE_SECOND, ONE_WEEK, ONE_YEAR, OS, PROG_NAME, PROG_SHORT, PS, RUNTIME, S, SHY, UD, UL, UL_UR_da, URILLEGAL_TYPE, ILLEGAL_VALUE, NO_ATTRIBUTE, NO_KNOWN_ATTRIBUTE, NO_VALUE, OK, retVtext| Modifier and Type | Method and Description |
|---|---|
int |
doIt()
Working method of XMLio.
|
static void |
main(String[] args)
Start method of XMLio.
|
actionPerformed, allowNoPropertiesFile, clientOrder, condHelpLog, connect, errMeld, errMeld, errorExit, errorExit, errorText, extraPropertiesFile, formMessage, formMessage, formMessage, getAbout, getAboutText, getActTime, getAppLogger, getAppStartTime, getArgs, getAuthor, getCopyright, getDbLogger, getExecTimeMs, getExecTimeMsL, getExecTimeString, getHelp, getHelpText, getIcon, getLanguage, getLogHandler, getMessageComponent, getMessageComponentsLength, getMyFrame, getName, getNameWithVersDate, getOutMode, getProp, getPurpose, getStartTime, getStateString, getTheCloser, getTitle, getUsage, getVerbose, getVerbosity, getVersDate, go, go, go, haveIcon, isDebug, isHelp, isHelpLog, isNormal, isRunFlag, isSilent, isTest, isVerbose, logVerbose, logVerbose, makeStatusTextEnd, makeStatusTextStart, messageFormat, normalExit, parsePartial, performeAction, queueAction, regAsStdMBean, repExc, setAboutText, setAttribute, setAttribute, setAuthor, setBgColor, setCodePages, setCopyright, setHelp, setLogOut2, setName, setOutMode, setOutMode, setPurpose, setTitle, setUsage, setVerbose, setVerbose, setVerbosity, setVerbosity, setVersDate, stop, threeLineEndMsg, toString, twoLineEndMsg, twoLineStartMsg, valueLang, valueLang, wakeMainThreadclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitretVtextpublic String source
public String dest
dest may be a file or a directory. A directory makes sense only
if source denotes an input file. In that case name.ser
respectively name.out is taken as output file name in the destination
directory.public String trans
public boolean parse
public boolean serialise
public int structList
structList's value.serialise.public static void main(String[] args)
args - command line parameterpublic int doIt()
doIt in class Appmain(String[]),
App.go(java.lang.String[], java.lang.String, java.lang.CharSequence)