DBElement class extends tigase.xml.Element.DBElementFactory is implementation of factory design pattern required by XML DOM
builder to create proper Element instances for tree nodes.DefaultElementFactory is an ElementFactory implementation creating instances of basic
Element class.DefaultElementFactory instance.DomBuilderHandler - implementation of SimpleHandler building DOM strctures during
parsing time.Element - basic document tree node implementation.ElementFactory is inderface definition for factories creating proper instances of Element
class or its extension.elementInstance method here.Element.findChild(java.lang.String[]) instead.Element.getAttributeStaticStr(java.lang.String) instead.Element.getCData(java.lang.String[]) instead.Element.getCData(java.lang.String[]) instead.Element.getChildren(java.lang.String[]) instead.Element.getXMLNS(java.lang.String[]) instead.MAX_ATTRIBS_NUMBER keeps value of maximum possible attributes number.SimpleHandler - parser handler interface for event driven parser.SimpleParser - implementation of SAX parser.SingletonFactory provides a way to use only one instance of SimpleParser in all your code.TODO this is information for developers that there is still something to do with annotated code.XMLDB is the main database access class.Copyright © 2022 Tigase. All rights reserved.