Uses of Class
com.ganteater.ae.util.xml.easyparser.Node
Packages that use Node
Package
Description
-
Uses of Node in com.ganteater.ae
Fields in com.ganteater.ae declared as NodeModifier and TypeFieldDescriptionprotected NodeTemplateProcessor.configNodeprotected NodeRecipeRunner.fConfigNodeMethods in com.ganteater.ae that return NodeModifier and TypeMethodDescriptionAEWorkspace.getAllConfigNode()AEManager.getConfigNode()AEWorkspace.getConfigNode()RecipeRunner.getConfigNode()protected NodeAEWorkspace.getConfiguration()AEWorkspace.getCurrentConfig(Node configs, String aNameConfiguration) CustomizedMenu.Item.getTaskNode()RecipeRunner.getTaskNode()Methods in com.ganteater.ae with parameters of type NodeModifier and TypeMethodDescriptionvoidvoidvoidvoidRecipeListener.errorInformation(Processor processor, Throwable e, Node aTaskNode) voidRecipeRunner.errorInformation(Processor processor, Throwable e, Node command) protected PropertiesAEWorkspace.fillLogProperties(Node[] configNode) AEWorkspace.getCurrentConfig(Node configs, String aNameConfiguration) protected voidAEWorkspace.initLogger(Node[] configNode) voidAEManager.inputDataTable(Processor unit, Node aTableNode, boolean notifyMe) voidAEWorkspace.inputDataTable(Processor unit, Node aTableNode, boolean notifyMe) voidRecipesScanner.loadTaskPath(Node configNode, TemplateProcessor tp) voidAEWorkspace.selectConfiguration(String confName, Node configNodes, boolean refreshTaskPath) voidRecipeRunner.setTaskNode(Node object) Constructors in com.ganteater.ae with parameters of type Node -
Uses of Node in com.ganteater.ae.processor
Fields in com.ganteater.ae.processor with type parameters of type NodeMethods in com.ganteater.ae.processor that return NodeMethods in com.ganteater.ae.processor that return types with arguments of type NodeMethods in com.ganteater.ae.processor with parameters of type NodeModifier and TypeMethodDescriptionprotected voidProcessor.applyResult(Node commandNode, String name, Object value) protected StringProcessor.getTestName(Node aNode) voidvoidProcessor.init(Node action, Map<String, Object> variables, RecipeListener aMaxTestListener, File aStartDir, ILogger aLog) protected booleanProcessor.isActiveInitFor(Node action, String value) Processor.makeProcessor(Node aCurrentAction) longvoidprotected PropertiesProcessor.replaceAttributes(Node aCurrentAction) voidBaseProcessor.runCommandAbout(Node aCurrentAction) voidBaseProcessor.runCommandAppend(Node aCurrentVar) voidBaseProcessor.runCommandArrayElement(Node aCurrentVar) voidBaseProcessor.runCommandArraySize(Node aCurrentVar) voidCoder.runCommandBase64Encode(Node action) voidBaseProcessor.runCommandBreak(Node aCurrentAction) voidBaseProcessor.runCommandCalculate(Node command) voidBaseProcessor.runCommandCheckInArray(Node aCurrentAction) voidBaseProcessor.runCommandCheckNotNull(Node aCurrentAction) voidBaseProcessor.runCommandCheckProperties(Node aCurrentVar) voidBaseProcessor.runCommandCheckValue(Node aCurrentAction) voidBaseProcessor.runCommandChoice(Node aCurrentAction) voidBaseProcessor.runCommandCommand(Node aCurrentNode) voidBaseProcessor.runCommandComment(Node aCurrentAction) voidBaseProcessor.runCommandConfirm(Node aCurrentAction) voidBaseProcessor.runCommandDate(Node aCurrentAction) voidCoder.runCommandEscapeXml(Node action) voidBaseProcessor.runCommandExist(Node aCurrentAction) voidBaseProcessor.runCommandExtern(Node command) voidBaseProcessor.runCommandFinally(Node aCurrentAction) voidBaseProcessor.runCommandFindObject(Node aCurrentNode) voidBaseProcessor.runCommandFormater(Node aCurrentAction) voidBaseProcessor.runCommandGet(Node aCurrentAction) voidBaseProcessor.runCommandIf(Node action) voidBaseProcessor.runCommandInc(Node aCurrentVar) voidBaseProcessor.runCommandIterationRules(Node action) voidBaseProcessor.runCommandListdir(Node aCurrentVar) voidBaseProcessor.runCommandLoad(Node action) voidBaseProcessor.runCommandLoop(Node aCurrentVar) voidBaseProcessor.runCommandNetworkInterfaces(Node aCurrentAction) voidBaseProcessor.runCommandNote(Node aCurrentAction) voidBaseProcessor.runCommandOperation(Node aCurrentAction) voidBaseProcessor.runCommandOut(Node command) voidBaseProcessor.runCommandParse(Node command) voidBaseProcessor.runCommandPost(Node aCurrentAction) voidBaseProcessor.runCommandPragma(Node aCurrentVar) voidBaseProcessor.runCommandRegexp(Node aCurrentAction) voidBaseProcessor.runCommandRemove(Node aCurrentAction) voidBaseProcessor.runCommandReplace(Node command) voidBaseProcessor.runCommandRequest(Node aCurrentAction) voidBaseProcessor.runCommandRestore(Node command) voidBaseProcessor.runCommandRnd(Node aCurrentVar) voidBaseProcessor.runCommandRunnable(Node aCurrentAction) voidBaseProcessor.runCommandServer(Node aCurrentAction) voidBaseProcessor.runCommandSize(Node aCurrentVar) voidBaseProcessor.runCommandSort(Node aCurrentAction) voidBaseProcessor.runCommandStop(Node aCurrentAction) voidBaseProcessor.runCommandTable(Node aCurrentVar) voidBaseProcessor.runCommandTask(Node action) voidBaseProcessor.runCommandTextparser(Node aCurrentVar) voidBaseProcessor.runCommandThreads(Node aCurrentAction) voidBaseProcessor.runCommandTime(Node command) voidBaseProcessor.runCommandTokenizer(Node aCurrentVar) voidBaseProcessor.runCommandTrim(Node aCurrentAction) voidBaseProcessor.runCommandVar(Node aCurrentVar) voidBaseProcessor.runCommandView(Node aCurrentAction) voidBaseProcessor.runCommandWait(Node aCurrentAction) voidBaseProcessor.runCommandWhile(Node aCurrentVar) voidBaseProcessor.runCommandWhileRun(Node aCurrentAction) voidBaseProcessor.runCommandXslt(Node aCurrentAction) voidvoidProcessor.startCommandInformation(Node command) voidvoidConstructors in com.ganteater.ae.processor with parameters of type NodeModifierConstructorDescriptionBaseProcessor(Node configNode, Map<String, Object> startVariables, RecipeListener listener, File startDir, ILogger aLog, Processor parent) Processor(Node configNode, Map<String, Object> startVariables, RecipeListener listener, File startDir, ILogger aLog, Processor parent) ServerAction(Processor tp, Node aCurrentAction, int port, String request, String response, String encoding, int maxNumber) TaskProcessorThread(Processor parent, Node task, File aBaseDir, ILogger aLog) -
Uses of Node in com.ganteater.ae.util.xml.easyparser
Subclasses of Node in com.ganteater.ae.util.xml.easyparserMethods in com.ganteater.ae.util.xml.easyparser that return NodeModifier and TypeMethodDescriptionNode.clone()Node[]Node.getNode(int i) Node.TreeVector.getNode()Node[]EasyParser.getObject(InputStream inputStream) Node[]EasyParser.getObjectArray(String theXML) Node[]Node.getTextNodes()Methods in com.ganteater.ae.util.xml.easyparser with parameters of type NodeModifier and TypeMethodDescriptionprotected voidNode.addInnerTag(Node aNode) voidEasyParser.parseAtributeText(Node aNode, String aAttributeText) static voidEasyUtils.removeAllAttributes(Node aNode, String aAttrName) static voidEasyUtils.removeTagId(Node theNode) voidprotected voidConstructor parameters in com.ganteater.ae.util.xml.easyparser with type arguments of type Node