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 classfinal classfinal classfinal classfinal classFields 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 SyntaxElementMultipleDEGs.createAndAppendNewElement(Node ref, String path, int idx, Document syntax) protected SyntaxElementMultipleDEs.createAndAppendNewElement(Node deref, String path, int idx, Document syntax) protected SyntaxElementMultipleSEGs.createAndAppendNewElement(Node ref, String path, int idx, Document syntax) protected SyntaxElementMultipleSFs.createAndAppendNewElement(Node ref, String path, int idx, Document syntax) protected abstract SyntaxElementMultipleSyntaxElements.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 SyntaxElementMultipleSyntaxElements.getElement(String path) SyntaxElement.getElement(String path) MultipleSyntaxElements.getParent()protected SyntaxElementMultipleDEGs.parseAndAppendNewElement(Node ref, String path, char predelim, int idx, StringBuffer res, int fullResLen, Document syntax, Hashtable<String, String> predefs, Hashtable<String, String> valids) protected SyntaxElementMultipleDEs.parseAndAppendNewElement(Node ref, String path, char predelim, int idx, StringBuffer res, int fullResLen, Document syntax, Hashtable<String, String> predefs, Hashtable<String, String> valids) protected SyntaxElementMultipleSEGs.parseAndAppendNewElement(Node ref, String path, char predelim, int idx, StringBuffer res, int fullResLen, Document syntax, Hashtable<String, String> predefs, Hashtable<String, String> valids) protected SyntaxElementMultipleSFs.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 SyntaxElementMultipleSyntaxElements.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 TypeMethodDescriptionvoidMultipleSyntaxElements.addElement(SyntaxElement x) voidMultipleSyntaxElements.setParent(SyntaxElement parent) protected voidMultipleDEs.validateOneElement(SyntaxElement elem, int idx) protected voidMultipleSyntaxElements.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 booleanRInvalidSuppHBCIVersion.replace(StringBuffer msg, SyntaxElement elem, String search, HBCIVersion replace) Ersetzt eine ungueltige HBCI-Version in der Nachricht.