public interface DocumentBridge extends Bridge
Modifier and Type | Method and Description |
---|---|
void |
buildGraphicsNode(BridgeContext ctx,
org.w3c.dom.Document doc,
RootGraphicsNode node)
Builds using the specified BridgeContext and element, the
specified graphics node.
|
RootGraphicsNode |
createGraphicsNode(BridgeContext ctx,
org.w3c.dom.Document doc)
Creates a GraphicsNode according to the specified parameters.
|
getInstance, getLocalName, getNamespaceURI
RootGraphicsNode createGraphicsNode(BridgeContext ctx, org.w3c.dom.Document doc)
ctx
- the bridge context to usedoc
- the document node that describes the graphics node to buildvoid buildGraphicsNode(BridgeContext ctx, org.w3c.dom.Document doc, RootGraphicsNode node)
ctx
- the bridge context to usedoc
- the document node that describes the graphics node to buildnode
- the graphics node to buildCopyright ? 2009 Apache Software Foundation. All Rights Reserved.