Uses of Class
org.kapott.hbci.protocol.SyntaxElement
Packages that use SyntaxElement
Package
Description
Rewriter-Module werden von HBCI4Java benutzt, um mit fehlerhaften
HBCI-Servern arbeiten zu können.
-
Uses of SyntaxElement in org.kapott.hbci.protocol
Subclasses of SyntaxElement in org.kapott.hbci.protocolModifier and TypeClassDescriptionfinal class
final class
final class
final class
final class
Fields in org.kapott.hbci.protocol declared as SyntaxElementFields in org.kapott.hbci.protocol with type parameters of type SyntaxElementMethods in org.kapott.hbci.protocol that return SyntaxElementModifier and TypeMethodDescriptionprotected SyntaxElement
MultipleDEGs.createAndAppendNewElement
(Node ref, String path, int idx, Document syntax) protected SyntaxElement
MultipleDEs.createAndAppendNewElement
(Node deref, String path, int idx, Document syntax) protected SyntaxElement
MultipleSEGs.createAndAppendNewElement
(Node ref, String path, int idx, Document syntax) protected SyntaxElement
MultipleSFs.createAndAppendNewElement
(Node ref, String path, int idx, Document syntax) protected abstract SyntaxElement
MultipleSyntaxElements.createAndAppendNewElement
(Node ref, String path, int idx, Document syntax) erzeugt einen neuen eintrag in der elements liste; dabei wird ein syntaxelement erzeugt, das im xml-node ref referenziert wird; idx ist die indexnummer des zu erzeugenden syntaxelementes innerhalb der elementlistprotected SyntaxElement
MultipleSyntaxElements.getElement
(String path) SyntaxElement.getElement
(String path) MultipleSyntaxElements.getParent()
protected SyntaxElement
MultipleDEGs.parseAndAppendNewElement
(Node ref, String path, char predelim, int idx, StringBuffer res, int fullResLen, Document syntax, Hashtable<String, String> predefs, Hashtable<String, String> valids) protected SyntaxElement
MultipleDEs.parseAndAppendNewElement
(Node ref, String path, char predelim, int idx, StringBuffer res, int fullResLen, Document syntax, Hashtable<String, String> predefs, Hashtable<String, String> valids) protected SyntaxElement
MultipleSEGs.parseAndAppendNewElement
(Node ref, String path, char predelim, int idx, StringBuffer res, int fullResLen, Document syntax, Hashtable<String, String> predefs, Hashtable<String, String> valids) protected SyntaxElement
MultipleSFs.parseAndAppendNewElement
(Node ref, String path, char predelim, int idx, StringBuffer res, int fullResLen, Document syntax, Hashtable<String, String> predefs, Hashtable<String, String> valids) protected abstract SyntaxElement
MultipleSyntaxElements.parseAndAppendNewElement
(Node ref, String path, char predelim, int idx, StringBuffer res, int fullResLen, Document syntax, Hashtable<String, String> predefs, Hashtable<String, String> valids) siehe SyntaxElement::parseElementList()Methods in org.kapott.hbci.protocol that return types with arguments of type SyntaxElementMethods in org.kapott.hbci.protocol with parameters of type SyntaxElementModifier and TypeMethodDescriptionvoid
MultipleSyntaxElements.addElement
(SyntaxElement x) void
MultipleSyntaxElements.setParent
(SyntaxElement parent) protected void
MultipleDEs.validateOneElement
(SyntaxElement elem, int idx) protected void
MultipleSyntaxElements.validateOneElement
(SyntaxElement elem, int idx) -
Uses of SyntaxElement in org.kapott.hbci.rewrite
Methods in org.kapott.hbci.rewrite with parameters of type SyntaxElementModifier and TypeMethodDescriptionprivate boolean
RInvalidSuppHBCIVersion.replace
(StringBuffer msg, SyntaxElement elem, String search, HBCIVersion replace) Ersetzt eine ungueltige HBCI-Version in der Nachricht.