Uses of Class
org.apache.batik.anim.dom.XBLOMContentElement
-
Packages that use XBLOMContentElement Package Description org.apache.batik.bridge.svg12 -
-
Uses of XBLOMContentElement in org.apache.batik.bridge.svg12
Fields in org.apache.batik.bridge.svg12 declared as XBLOMContentElement Modifier and Type Field Description protected XBLOMContentElementAbstractContentSelector. contentElementThe XBL content element.XBLOMContentElementDefaultXBLManager.XBLRecord. contentElementThe content element which caused this node to appear in the flattened tree.Methods in org.apache.batik.bridge.svg12 that return XBLOMContentElement Modifier and Type Method Description protected XBLOMContentElementContentManager. getContentElement(org.w3c.dom.Node n)Returns the content element that selected a given node.XBLOMContentElementContentSelectionChangedEvent. getContentElement()Returns the xbl:content element where the event originated.XBLOMContentElementDefaultXBLManager. getXblContentElement(org.w3c.dom.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 XBLOMContentElement Modifier and Type Method Description voidContentManager. addContentSelectionChangedListener(XBLOMContentElement e, ContentSelectionChangedListener l)Adds the specified ContentSelectionChangedListener to the listener list.AbstractContentSelectorAbstractContentSelector.ContentSelectorFactory. createSelector(ContentManager cm, XBLOMContentElement content, org.w3c.dom.Element bound, java.lang.String selector)Creates a new selector object.static AbstractContentSelectorAbstractContentSelector. createSelector(java.lang.String selectorLanguage, ContentManager cm, XBLOMContentElement content, org.w3c.dom.Element bound, java.lang.String selector)Creates a new selector object.AbstractContentSelectorAbstractContentSelector.XPathPatternContentSelectorFactory. createSelector(ContentManager cm, XBLOMContentElement content, org.w3c.dom.Element bound, java.lang.String selector)Creates a new XPathPatternContentSelector object.AbstractContentSelectorAbstractContentSelector.XPathSubsetContentSelectorFactory. createSelector(ContentManager cm, XBLOMContentElement content, org.w3c.dom.Element bound, java.lang.String selector)Creates a new XPathSubsetContentSelector object.protected voidContentManager. dispatchContentSelectionChangedEvent(XBLOMContentElement e)Dispatches the ContentSelectionChangedEvent to the registered listeners.org.w3c.dom.NodeListContentManager. 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 XBLOMContentElement Constructor Description AbstractContentSelector(ContentManager cm, XBLOMContentElement content, org.w3c.dom.Element bound)Creates a new AbstractContentSelector object.ContentSelectionChangedEvent(XBLOMContentElement c)Creates a new ContentSelectionChangedEvent object.DefaultContentSelector(ContentManager cm, XBLOMContentElement content, org.w3c.dom.Element bound)Creates a new XPathSubsetContentSelector object.XPathPatternContentSelector(ContentManager cm, XBLOMContentElement content, org.w3c.dom.Element bound, java.lang.String selector)Creates a new XPathPatternContentSelector.XPathSubsetContentSelector(ContentManager cm, XBLOMContentElement content, org.w3c.dom.Element bound, java.lang.String selector)Creates a new XPathSubsetContentSelector object.
-