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
Methods inherited from interface org.xml.sax.ContentHandler |
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping |
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.