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