|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ElementProcessor
The description of a module which processes a single XML element from a SVG (inkscape) document.
Method Summary | |
---|---|
boolean |
handles(org.w3c.dom.Element element)
Check if this processor handles the element specified |
void |
process(Loader loader,
org.w3c.dom.Element element,
Diagram diagram,
Transform transform)
Process a document extracting all the elements that the processor is interested in and producing appropriate diagram components for the element. |
Method Detail |
---|
void process(Loader loader, org.w3c.dom.Element element, Diagram diagram, Transform transform) throws ParsingException
loader
- The loader/context of the parsingelement
- The element to be processeddiagram
- The diagram to be builttransform
- The transform to apply to all elements at this level
ParsingException
- Indicates an invalid content to an elementboolean handles(org.w3c.dom.Element element)
element
- The element to check
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |