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

Unmarshallable getCurrentUNode()

setCurrentUNode

void setCurrentUNode(Unmarshallable currentUNode)

getParentUNode

Unmarshallable getParentUNode()

setParentUNode

void setParentUNode(Unmarshallable parentUNode)


Copyright © 2006 BarracudaMVC.org All Rights Reserved.