org.apache.batik.apps.svgbrowser

Class DOMViewer.Panel.NodeTemplateParser

protected class DOMViewer.Panel.NodeTemplateParser extends Object implements ActionListener

Parser for the Element template.
Field Summary
protected shortnodeType
The node type.
protected StringtoParse
The string to parse.
Constructor Summary
NodeTemplateParser(String toParse, short nodeType)
Constructor.
Method Summary
voidactionPerformed(ActionEvent e)

Field Detail

nodeType

protected short nodeType
The node type.

toParse

protected String toParse
The string to parse.

Constructor Detail

NodeTemplateParser

public NodeTemplateParser(String toParse, short nodeType)
Constructor.

Parameters: toParse The string to parse

Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.