| Package | Description |
|---|---|
| org.apache.batik.bridge |
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
|
| org.apache.batik.bridge.svg12 | |
| org.apache.batik.dom |
Provides an implementation of the DOM level 2 core module.
|
| org.apache.batik.dom.xbl |
| Modifier and Type | Field and Description |
|---|---|
protected XBLManager |
BridgeContext.xblManager
The XBL manager.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BridgeContext.setXBLManager(BridgeContext ctx,
XBLManager xm)
Sets the xblManager variable of the given BridgeContext.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultXBLManager
A full featured sXBL manager.
|
| Constructor and Description |
|---|
ContentManager(XBLOMShadowTreeElement s,
XBLManager xm)
Creates a new ContentManager object.
|
| Modifier and Type | Field and Description |
|---|---|
protected XBLManager |
AbstractDocument.xblManager
The XBL manager for this document.
|
| Modifier and Type | Method and Description |
|---|---|
XBLManager |
AbstractDocument.getXBLManager()
Returns the XBLManager used for this document.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDocument.setXBLManager(XBLManager m)
Sets the XBLManager used for this document.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GenericXBLManager
An XBL manager that performs no XBL processing.
|
Copyright © 2022 Apache Software Foundation. All Rights Reserved.