Uses of Class
org.apache.batik.anim.dom.XBLOMDefinitionElement
-
Packages that use XBLOMDefinitionElement Package Description org.apache.batik.bridge.svg12 -
-
Uses of XBLOMDefinitionElement in org.apache.batik.bridge.svg12
Fields in org.apache.batik.bridge.svg12 declared as XBLOMDefinitionElement Modifier and Type Field Description XBLOMDefinitionElementDefaultXBLManager.DefinitionRecord. definitionThe definition element.XBLOMDefinitionElementDefaultXBLManager.XBLRecord. definitionElementThe definition element that applies to this element.Methods in org.apache.batik.bridge.svg12 with parameters of type XBLOMDefinitionElement Modifier and Type Method Description protected voidDefaultXBLManager. addDefinition(java.lang.String namespaceURI, java.lang.String localName, XBLOMDefinitionElement def, org.w3c.dom.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, org.w3c.dom.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 XBLOMDefinitionElement Constructor Description DefinitionRecord(java.lang.String ns, java.lang.String ln, XBLOMDefinitionElement def, XBLOMTemplateElement t, org.w3c.dom.Element imp)Creates a new DefinitionRecord.
-