Uses of Class
org.apache.batik.anim.dom.XBLOMContentElement
Packages that use XBLOMContentElement
-
Uses of XBLOMContentElement in org.apache.batik.bridge.svg12
Fields in org.apache.batik.bridge.svg12 declared as XBLOMContentElementModifier and TypeFieldDescriptionprotected XBLOMContentElement
AbstractContentSelector.contentElement
The XBL content element.DefaultXBLManager.XBLRecord.contentElement
The content element which caused this node to appear in the flattened tree.Methods in org.apache.batik.bridge.svg12 that return XBLOMContentElementModifier and TypeMethodDescriptionprotected XBLOMContentElement
ContentManager.getContentElement
(Node n) Returns the content element that selected a given node.ContentSelectionChangedEvent.getContentElement()
Returns the xbl:content element where the event originated.DefaultXBLManager.getXblContentElement
(Node n) Returns the content element that caused the given node to be present in the flattened tree.Methods in org.apache.batik.bridge.svg12 with parameters of type XBLOMContentElementModifier and TypeMethodDescriptionvoid
ContentManager.addContentSelectionChangedListener
(XBLOMContentElement e, ContentSelectionChangedListener l) Adds the specified ContentSelectionChangedListener to the listener list.AbstractContentSelector.ContentSelectorFactory.createSelector
(ContentManager cm, XBLOMContentElement content, Element bound, String selector) Creates a new selector object.static AbstractContentSelector
AbstractContentSelector.createSelector
(String selectorLanguage, ContentManager cm, XBLOMContentElement content, Element bound, String selector) Creates a new selector object.AbstractContentSelector.XPathPatternContentSelectorFactory.createSelector
(ContentManager cm, XBLOMContentElement content, Element bound, String selector) Creates a new XPathPatternContentSelector object.AbstractContentSelector.XPathSubsetContentSelectorFactory.createSelector
(ContentManager cm, XBLOMContentElement content, Element bound, String selector) Creates a new XPathSubsetContentSelector object.protected void
ContentManager.dispatchContentSelectionChangedEvent
(XBLOMContentElement e) Dispatches the ContentSelectionChangedEvent to the registered listeners.ContentManager.getSelectedContent
(XBLOMContentElement e) Returns a NodeList of the content that was selected by the given content element.void
ContentManager.removeContentSelectionChangedListener
(XBLOMContentElement e, ContentSelectionChangedListener l) Removes the specified ContentSelectionChangedListener from the listener list.Constructors in org.apache.batik.bridge.svg12 with parameters of type XBLOMContentElementModifierConstructorDescriptionAbstractContentSelector
(ContentManager cm, XBLOMContentElement content, Element bound) Creates a new AbstractContentSelector object.Creates a new ContentSelectionChangedEvent object.DefaultContentSelector
(ContentManager cm, XBLOMContentElement content, Element bound) Creates a new XPathSubsetContentSelector object.XPathPatternContentSelector
(ContentManager cm, XBLOMContentElement content, Element bound, String selector) Creates a new XPathPatternContentSelector.XPathSubsetContentSelector
(ContentManager cm, XBLOMContentElement content, Element bound, String selector) Creates a new XPathSubsetContentSelector object.