org.barracudamvc.contrib.sam.xmlform.dtd
Interface Unmarshallable

All Superinterfaces:
ContentHandler
All Known Implementing Classes:
AppendChildImpl, CheckboxImpl, ElementImpl, FormImpl, HiddenImpl, InsertBeforeImpl, OptionImpl, ParaImpl, RadioImpl, Ref_idImpl, SelectImpl, TextareaImpl, TextImpl, UploadImpl, ValidatorImpl

public interface Unmarshallable
extends ContentHandler


Method Summary
 Unmarshallable getCurrentUNode()
           
 Unmarshallable getParentUNode()
           
 void setCurrentUNode(Unmarshallable currentUNode)
           
 void setParentUNode(Unmarshallable parentUNode)
           
 
Methods inherited from interface org.xml.sax.ContentHandler
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
 

Method Detail

getCurrentUNode

public Unmarshallable getCurrentUNode()

setCurrentUNode

public void setCurrentUNode(Unmarshallable currentUNode)

getParentUNode

public Unmarshallable getParentUNode()

setParentUNode

public void setParentUNode(Unmarshallable parentUNode)


Copyright © 2004 BarracudaMVC.org All Rights Reserved.