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.definition
The definition element.DefaultXBLManager.XBLRecord.definitionElement
The definition element that applies to this element.Methods in org.apache.batik.bridge.svg12 with parameters of type XBLOMDefinitionElementModifier and TypeMethodDescriptionprotected void
DefaultXBLManager.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 void
DefaultXBLManager.addDefinitionElementListeners
(XBLOMDefinitionElement def, DefaultXBLManager.ImportRecord ir) Adds DOM mutation listeners to the given definition element.protected boolean
DefaultXBLManager.isActiveDefinition
(XBLOMDefinitionElement def, Element imp) Returns whether the given definition element is the active one for its element name.protected void
DefaultXBLManager.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.