org.apache.batik.bridge.svg12
public class SVG12TextElementBridge extends SVGTextElementBridge implements SVG12BridgeUpdateHandler
Nested Class Summary | |
---|---|
protected class | SVG12TextElementBridge.DOMChildNodeRemovedEventListener
The DOM EventListener invoked when a node is removed. |
protected class | SVG12TextElementBridge.DOMSubtreeModifiedEventListener
The DOM EventListener invoked when the subtree is modified. |
Method Summary | |
---|---|
protected void | addTextEventListeners(BridgeContext ctx, NodeEventTarget e)
Adds the DOM listeners for this text bridge. |
protected Node | getFirstChild(Node n)
Returns the first child node of the given node that should be
processed by the text bridge. |
Bridge | getInstance()
Returns a new instance of this bridge. |
protected Node | getNextSibling(Node n)
Returns the next sibling node of the given node that should be
processed by the text bridge. |
protected Node | getParentNode(Node n)
Returns the parent node of the given node that should be
processed by the text bridge. |
void | handleBindingEvent(Element bindableElement, Element shadowTree)
Invoked when a bindable element's binding has changed. |
void | handleContentSelectionChangedEvent(ContentSelectionChangedEvent csce)
Invoked when the xblChildNodes property has changed because a
descendant xbl:content element has updated its selected nodes. |
void | handleDOMCharacterDataModified(MutationEvent evt)
Invoked when an MutationEvent of type 'DOMCharacterDataModified'
is fired. |
protected void | removeTextEventListeners(BridgeContext ctx, NodeEventTarget e)
Removes the DOM listeners for this text bridge. |