Class DOMViewer.Panel.NodeTemplateParser

  • All Implemented Interfaces:
    java.awt.event.ActionListener, java.util.EventListener
    Enclosing class:
    DOMViewer.Panel

    protected class DOMViewer.Panel.NodeTemplateParser
    extends java.lang.Object
    implements java.awt.event.ActionListener
    Parser for the Element template.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected short nodeType
      The node type.
      protected java.lang.String toParse
      The string to parse.
    • Constructor Summary

      Constructors 
      Constructor Description
      NodeTemplateParser​(java.lang.String toParse, short nodeType)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void actionPerformed​(java.awt.event.ActionEvent e)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • toParse

        protected java.lang.String toParse
        The string to parse.
      • nodeType

        protected short nodeType
        The node type.
    • Constructor Detail

      • NodeTemplateParser

        public NodeTemplateParser​(java.lang.String toParse,
                                  short nodeType)
        Constructor.
        Parameters:
        toParse - The string to parse
    • Method Detail

      • actionPerformed

        public void actionPerformed​(java.awt.event.ActionEvent e)
        Specified by:
        actionPerformed in interface java.awt.event.ActionListener