Uses of Class
org.kapott.hbci.protocol.SyntaxElement
Packages that use SyntaxElement
-
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
Methods 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)