com.marsching.flexiparse.objecttree
Class DisableParsingFlag

java.lang.Object
  extended by com.marsching.flexiparse.objecttree.DisableParsingFlag

public class DisableParsingFlag
extends Object

Flag class for controlling the parser using the object tree. If an instance of this class is attached to a node in the object tree during the START phase of the processing of the corresponding XML element, the child elements of the XML element are not processed. If the instance is added later (e.g. while processing one of the child elements or during the END phase), it has no effect.

Author:
Sebastian Marsching

Constructor Summary
DisableParsingFlag()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DisableParsingFlag

public DisableParsingFlag()


Copyright © 2008-2009. All Rights Reserved.