org.barracudamvc.contrib.dbroggisch.display.filters.dtd
Interface Unmarshallable
- All Superinterfaces:
- ContentHandler
- All Known Implementing Classes:
- CallImpl, ClassdescriptorImpl, ConstantImpl, CopyImpl, CountImpl, DateImpl, EntryImpl, FilterfactoryImpl, FilterImpl, FiltermapImpl, FiltermappingImpl, LookupImpl, MapentryImpl, MaprefImpl, MapsetImpl, MarkupImpl, RemapImpl, RemoveImpl, SwitchImpl
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
Unmarshallable getCurrentUNode()
setCurrentUNode
void setCurrentUNode(Unmarshallable currentUNode)
getParentUNode
Unmarshallable getParentUNode()
setParentUNode
void setParentUNode(Unmarshallable parentUNode)
Copyright © 2006 BarracudaMVC.org All Rights Reserved.