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 XBLOMContentElementAbstractContentSelector.contentElementThe XBL content element.DefaultXBLManager.XBLRecord.contentElementThe content element which caused this node to appear in the flattened tree.Methods in org.apache.batik.bridge.svg12 that return XBLOMContentElementModifier and TypeMethodDescriptionprotected XBLOMContentElementContentManager.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 TypeMethodDescriptionvoidContentManager.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 AbstractContentSelectorAbstractContentSelector.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 voidContentManager.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.voidContentManager.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.