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 XBLOMDefinitionElement
DefaultXBLManager.DefinitionRecord. definition
The definition element.XBLOMDefinitionElement
DefaultXBLManager.XBLRecord. definitionElement
The 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 void
DefaultXBLManager. 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 void
DefaultXBLManager. addDefinitionElementListeners(XBLOMDefinitionElement def, DefaultXBLManager.ImportRecord ir)
Adds DOM mutation listeners to the given definition element.protected boolean
DefaultXBLManager. isActiveDefinition(XBLOMDefinitionElement def, org.w3c.dom.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 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.
-