Package com.adobe.xmp.schema.service
Interface SchemaService.INamespaceCallback
- 
- Enclosing interface:
 - SchemaService
 
public static interface SchemaService.INamespaceCallbackAn interface to report prefix/namespace bindings during Relax NG parsing. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnotify(java.lang.String namespace, java.lang.String prefix)Reports a new prefix-namespace mapping found during parsing. 
 -