Uses of Class
org.kapott.hbci.protocol.MultipleSyntaxElements
Packages that use MultipleSyntaxElements
-
Uses of MultipleSyntaxElements in org.kapott.hbci.protocol
Subclasses of MultipleSyntaxElements in org.kapott.hbci.protocolModifier and TypeClassDescriptionfinal classfinal classfinal classfinal classMethods in org.kapott.hbci.protocol that return MultipleSyntaxElementsModifier and TypeMethodDescriptionprotected MultipleSyntaxElementsSF.createAndAppendNewChildContainer(Node ref, Document syntax) protected MultipleSyntaxElementsSyntaxElement.createAndAppendNewChildContainer(Node ref, Document syntax) protected MultipleSyntaxElementsDE.createNewChildContainer(Node dedef, Document syntax) protected MultipleSyntaxElementsDEG.createNewChildContainer(Node ref, Document syntax) protected MultipleSyntaxElementsMSG.createNewChildContainer(Node ref, Document syntax) protected MultipleSyntaxElementsSEG.createNewChildContainer(Node ref, Document syntax) protected MultipleSyntaxElementsSF.createNewChildContainer(Node ref, Document syntax) protected abstract MultipleSyntaxElementsSyntaxElement.createNewChildContainer(Node ref, Document syntax) erzeugt einen neuen Child-Container, welcher durch den xml-knoten 'ref' identifiziert wird; wird beim erzeugen von elementen benutztSyntaxElement.getParent()protected MultipleSyntaxElementsSF.parseAndAppendNewChildContainer(Node segref, char predelim0, char predelim1, StringBuffer res, int fullResLen, Document syntax, Hashtable<String, String> predefs, Hashtable<String, String> valids) protected MultipleSyntaxElementsSyntaxElement.parseAndAppendNewChildContainer(Node ref, char predelim0, char predelim1, StringBuffer res, int fullResLen, Document syntax, Hashtable<String, String> predefs, Hashtable<String, String> valids) protected MultipleSyntaxElementsDE.parseNewChildContainer(Node deref, char predelim0, char predelim1, StringBuffer res, int fullResLen, Document syntax, Hashtable<String, String> predefs, Hashtable<String, String> valids) protected MultipleSyntaxElementsDEG.parseNewChildContainer(Node dataref, char predelim0, char predelim1, StringBuffer res, int fullResLen, Document syntax, Hashtable<String, String> predefs, Hashtable<String, String> valids) protected MultipleSyntaxElementsMSG.parseNewChildContainer(Node segref, char predelim0, char predelim1, StringBuffer res, int fullResLen, Document syntax, Hashtable<String, String> predefs, Hashtable<String, String> valids) protected MultipleSyntaxElementsSEG.parseNewChildContainer(Node dataref, char predelim0, char predelim1, StringBuffer res, int fullResLen, Document syntax, Hashtable<String, String> predefs, Hashtable<String, String> valids) protected MultipleSyntaxElementsSF.parseNewChildContainer(Node segref, char predelim0, char predelim1, StringBuffer res, int fullResLen, Document syntax, Hashtable<String, String> predefs, Hashtable<String, String> valids) protected abstract MultipleSyntaxElementsSyntaxElement.parseNewChildContainer(Node ref, char predelim0, char predelim1, StringBuffer res, int fullResLen, Document syntax, Hashtable<String, String> predefs, Hashtable<String, String> valids) beim parsen: haengt an die 'childElements' ein neues Element an. der xml-knoten 'ref' gibt an, um welches element es sich dabei handelt; aus 'res' (der zu parsende String) wird der wert fuer das element ermittelt (falls es sich um ein de handelt); in 'predefined' ist der wert des elementes zu finden, der laut syntaxdefinition ('syntax') an dieser stelle auftauchen mueste (optional; z.b. fuer segmentcodes); 'predelim*' geben die delimiter an, die direkt vor dem zu erzeugenden syntaxelement auftauchen muesstenMethods in org.kapott.hbci.protocol that return types with arguments of type MultipleSyntaxElementsMethods in org.kapott.hbci.protocol with parameters of type MultipleSyntaxElementsModifier and TypeMethodDescriptionprotected voidSyntaxElement.addChildContainer(MultipleSyntaxElements x) voidSyntaxElement.setParent(MultipleSyntaxElements parent)