Interface ParsingContext

All Superinterfaces:
Cloneable

public interface ParsingContext extends Cloneable
TODO TODO TODO
  • Method Details

    • isAllowMissingRefTypes

      boolean isAllowMissingRefTypes()
    • isCompat

      boolean isCompat()
    • isStrict

      boolean isStrict()
    • warn

      void warn(Trace logger, String message)
    • warnOrThrow

      void warnOrThrow(Trace logger, String message) throws SchemaException
      Throws:
      SchemaException
    • warnOrThrow

      void warnOrThrow(Trace logger, String message, Throwable t) throws SchemaException
      Throws:
      SchemaException
    • warn

      void warn(String message)
    • getWarnings

      List<String> getWarnings()
    • hasWarnings

      boolean hasWarnings()
    • preserveNamespaceContext

      ParsingContext preserveNamespaceContext()
    • isPreserveNamespaceContext

      boolean isPreserveNamespaceContext()
    • clone

    • strict

      ParsingContext strict()
    • compat

      ParsingContext compat()
    • getEvaluationMode

      XNodeProcessorEvaluationMode getEvaluationMode()
    • isConvertUnknownTypes

      boolean isConvertUnknownTypes()
    • convertUnknownTypes

      ParsingContext convertUnknownTypes(boolean value)
    • isFastAddOperations

      boolean isFastAddOperations()
    • fastAddOperations

      ParsingContext fastAddOperations()
    • isUseLazyDeserializationFor

      boolean isUseLazyDeserializationFor(QName typeName)
    • enableLazyDeserializationFor

      ParsingContext enableLazyDeserializationFor(QName typeName)
    • validation

      ParsingContext validation()
    • isValidation

      boolean isValidation()
    • getValidationLogs

      List<com.evolveum.concepts.ValidationLog> getValidationLogs()
    • validationLogger

      void validationLogger(boolean expression, com.evolveum.concepts.ValidationLogType validationLogType, com.evolveum.concepts.SourceLocation sourceLocation, String technicalMessage, String message, Object... info) throws ValidationException
      Throws:
      ValidationException