Uses of Class
org.apache.batik.bridge.svg12.DefaultXBLManager.DefinitionRecord
-
Packages that use DefaultXBLManager.DefinitionRecord Package Description org.apache.batik.bridge.svg12 -
-
Uses of DefaultXBLManager.DefinitionRecord in org.apache.batik.bridge.svg12
Methods in org.apache.batik.bridge.svg12 that return DefaultXBLManager.DefinitionRecord Modifier and Type Method Description protected DefaultXBLManager.DefinitionRecord
DefaultXBLManager. getActiveDefinition(java.lang.String namespaceURI, java.lang.String localName)
Returns the definition record of the active definition for namespace URI/local name pair.Methods in org.apache.batik.bridge.svg12 with parameters of type DefaultXBLManager.DefinitionRecord Modifier and Type Method Description protected void
DefaultXBLManager. removeDefinition(DefaultXBLManager.DefinitionRecord defRec)
Removes an xbl:definition element from the list of definitions that could possibly affect elements with the specified QName.protected void
DefaultXBLManager. setActiveDefinition(BindableElement elt, DefaultXBLManager.DefinitionRecord defRec)
Sets the given definition as the active one for a particular bindable element.
-