Uses of Class
org.apache.batik.anim.dom.XBLOMDefinitionElement
Packages that use XBLOMDefinitionElement
-
Uses of XBLOMDefinitionElement in org.apache.batik.bridge.svg12
Fields in org.apache.batik.bridge.svg12 declared as XBLOMDefinitionElementModifier and TypeFieldDescriptionDefaultXBLManager.DefinitionRecord.definitionThe definition element.DefaultXBLManager.XBLRecord.definitionElementThe definition element that applies to this element.Methods in org.apache.batik.bridge.svg12 with parameters of type XBLOMDefinitionElementModifier and TypeMethodDescriptionprotected voidDefaultXBLManager.addDefinition(String namespaceURI, String localName, XBLOMDefinitionElement def, Element imp) Adds an xbl:definition element to the list of definitions that could possibly affect elements with the specified QName.protected voidDefaultXBLManager.addDefinitionElementListeners(XBLOMDefinitionElement def, DefaultXBLManager.ImportRecord ir) Adds DOM mutation listeners to the given definition element.protected booleanDefaultXBLManager.isActiveDefinition(XBLOMDefinitionElement def, Element imp) Returns whether the given definition element is the active one for its element name.protected voidDefaultXBLManager.removeDefinitionElementListeners(XBLOMDefinitionElement def, DefaultXBLManager.ImportRecord ir) Removes DOM mutation listeners from the given definition element.Constructors in org.apache.batik.bridge.svg12 with parameters of type XBLOMDefinitionElementModifierConstructorDescriptionDefinitionRecord(String ns, String ln, XBLOMDefinitionElement def, XBLOMTemplateElement t, Element imp) Creates a new DefinitionRecord.