Interface ImportResolver.ParserFunction<DESCRIPTOR>
-
- Enclosing class:
- ImportResolver<DESCRIPTOR extends MetaDataObject,COLLECTIBLE extends MetaDataObject>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface static interface ImportResolver.ParserFunction<DESCRIPTOR>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DESCRIPTOR
apply(XMLInputSource aArg0)
-
-
-
Method Detail
-
apply
DESCRIPTOR apply(XMLInputSource aArg0) throws InvalidXMLException
- Throws:
InvalidXMLException
-
-