Interface FragmentParser<T>
-
- All Superinterfaces:
ContentHandler
- All Known Implementing Classes:
CollectionPropertyParser,ComponentParser,CompositeIdParser,DefaultFragmentParser,EnumPropertyParser,ImportedObjectParser,PrimitiveIdParser,PrimitivePropertyParser,ReferencePropertyParser
@Deprecated public interface FragmentParser<T> extends ContentHandler
Deprecated.since 7.17.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Tbuild()Deprecated.booleanisDone()Deprecated.-
Methods inherited from interface org.xml.sax.ContentHandler
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
-
-
-
-
Method Detail
-
isDone
boolean isDone()
Deprecated.
-
build
T build()
Deprecated.
-
-