public class SchemaToCompletion
extends java.lang.Object
Constructor and Description |
---|
SchemaToCompletion() |
Modifier and Type | Method and Description |
---|---|
static java.util.Map<java.lang.String,CompletionInfo> |
rngSchemaToCompletionInfo(java.lang.String current,
java.lang.String schemaFileNameOrURL,
org.xml.sax.ErrorHandler handler,
org.gjt.sp.jedit.Buffer requestingBuffer) |
public static java.util.Map<java.lang.String,CompletionInfo> rngSchemaToCompletionInfo(java.lang.String current, java.lang.String schemaFileNameOrURL, org.xml.sax.ErrorHandler handler, org.gjt.sp.jedit.Buffer requestingBuffer)
current
- systemId of the mapping document, to resolve the schema URLschemaFileNameOrURL
- identifier of the schema to loadhandler
- channel to report errorsrequestingBuffer
- Buffer requesting the CompletionInfo (for caching)