Class IDContextProviderWrapper

    • Constructor Detail

      • IDContextProviderWrapper

        private IDContextProviderWrapper​(IDContextProvider _core)
    • Method Detail

      • getBaseUri

        public java.lang.String getBaseUri()
        Specified by:
        getBaseUri in interface org.relaxng.datatype.ValidationContext
      • isNotation

        public boolean isNotation​(java.lang.String arg0)
        Specified by:
        isNotation in interface org.relaxng.datatype.ValidationContext
      • isUnparsedEntity

        public boolean isUnparsedEntity​(java.lang.String arg0)
        Specified by:
        isUnparsedEntity in interface org.relaxng.datatype.ValidationContext
      • onID

        public void onID​(org.relaxng.datatype.Datatype datatype,
                         StringToken token)
        Description copied from interface: IDContextProvider2
        this method is called when a type with ID semantics is matched. It is the callee's responsibility that stores ID and checks doubly defined ID, if it is necessary.
        Specified by:
        onID in interface IDContextProvider2
      • resolveNamespacePrefix

        public java.lang.String resolveNamespacePrefix​(java.lang.String arg0)
        Specified by:
        resolveNamespacePrefix in interface org.relaxng.datatype.ValidationContext