|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectxml.parser.SchemaToCompletion
public class SchemaToCompletion
converts the RNG object model to a list of CompletionInfo
| Constructor Summary | |
|---|---|
SchemaToCompletion()
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SchemaToCompletion()
| Method Detail |
|---|
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)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||