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 XBLOMContentElement
AbstractContentSelector. contentElement
The XBL content element.XBLOMContentElement
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 XBLOMContentElement Modifier and Type Method Description protected XBLOMContentElement
ContentManager. getContentElement(org.w3c.dom.Node n)
Returns the content element that selected a given node.XBLOMContentElement
ContentSelectionChangedEvent. getContentElement()
Returns the xbl:content element where the event originated.XBLOMContentElement
DefaultXBLManager. 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 void
ContentManager. addContentSelectionChangedListener(XBLOMContentElement e, ContentSelectionChangedListener l)
Adds the specified ContentSelectionChangedListener to the listener list.AbstractContentSelector
AbstractContentSelector.ContentSelectorFactory. createSelector(ContentManager cm, XBLOMContentElement content, org.w3c.dom.Element bound, java.lang.String selector)
Creates a new selector object.static AbstractContentSelector
AbstractContentSelector. createSelector(java.lang.String selectorLanguage, ContentManager cm, XBLOMContentElement content, org.w3c.dom.Element bound, java.lang.String selector)
Creates a new selector object.AbstractContentSelector
AbstractContentSelector.XPathPatternContentSelectorFactory. createSelector(ContentManager cm, XBLOMContentElement content, org.w3c.dom.Element bound, java.lang.String selector)
Creates a new XPathPatternContentSelector object.AbstractContentSelector
AbstractContentSelector.XPathSubsetContentSelectorFactory. createSelector(ContentManager cm, XBLOMContentElement content, org.w3c.dom.Element bound, java.lang.String selector)
Creates a new XPathSubsetContentSelector object.protected void
ContentManager. dispatchContentSelectionChangedEvent(XBLOMContentElement e)
Dispatches the ContentSelectionChangedEvent to the registered listeners.org.w3c.dom.NodeList
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 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.
-