public final class IDContextProviderWrapper extends Object implements IDContextProvider2
IDContextProvider so that it can be used
where IDContextProvider2 is expected.| Modifier and Type | Method and Description |
|---|---|
static IDContextProvider2 |
create(IDContextProvider core) |
String |
getBaseUri() |
boolean |
isNotation(String arg0) |
boolean |
isUnparsedEntity(String arg0) |
void |
onID(org.relaxng.datatype.Datatype datatype,
StringToken token)
this method is called when a type with ID semantics is matched.
|
String |
resolveNamespacePrefix(String arg0) |
public static IDContextProvider2 create(IDContextProvider core)
public String getBaseUri()
getBaseUri in interface org.relaxng.datatype.ValidationContextpublic boolean isNotation(String arg0)
isNotation in interface org.relaxng.datatype.ValidationContextpublic boolean isUnparsedEntity(String arg0)
isUnparsedEntity in interface org.relaxng.datatype.ValidationContextpublic void onID(org.relaxng.datatype.Datatype datatype,
StringToken token)
IDContextProvider2onID in interface IDContextProvider2Copyright © 2016 Oracle Corporation. All Rights Reserved.