com.croftsoft.core.text.sml
Class SmlNodeParseHandler

java.lang.Object
  extended by com.croftsoft.core.text.sml.SmlNodeParseHandler
All Implemented Interfaces:
SmlParseHandler

public final class SmlNodeParseHandler
extends Object
implements SmlParseHandler

Constructs SmlNodes from parsed SML tokens.

Java 1.1 compatible.

Since:
2001-05-10
Version:
2001-07-26
Author:
David W. Croft

Constructor Summary
SmlNodeParseHandler()
           
SmlNodeParseHandler(boolean allowMixedChildren)
           
 
Method Summary
 SmlNode getSmlNode()
           
 void handleCData(String cData)
           
 void handleElementClose(String elementName)
           
 void handleElementOpen(String elementName)
           
 void handleParseError()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SmlNodeParseHandler

public SmlNodeParseHandler(boolean allowMixedChildren)

SmlNodeParseHandler

public SmlNodeParseHandler()
Method Detail

getSmlNode

public SmlNode getSmlNode()

handleCData

public void handleCData(String cData)
Specified by:
handleCData in interface SmlParseHandler

handleElementOpen

public void handleElementOpen(String elementName)
Specified by:
handleElementOpen in interface SmlParseHandler

handleElementClose

public void handleElementClose(String elementName)
Specified by:
handleElementClose in interface SmlParseHandler

handleParseError

public void handleParseError()
Specified by:
handleParseError in interface SmlParseHandler

CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)