Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
/**
* Copyright (C) 2014-2017 Philip Helger (www.helger.com)
* philip[at]helger[dot]com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.helger.schematron.pure.model;
import java.util.Map;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
import javax.annotation.concurrent.NotThreadSafe;
import com.helger.commons.ValueEnforcer;
import com.helger.commons.annotation.Nonempty;
import com.helger.commons.annotation.ReturnsMutableCopy;
import com.helger.commons.collection.CollectionHelper;
import com.helger.commons.collection.ext.CommonsArrayList;
import com.helger.commons.collection.ext.CommonsLinkedHashMap;
import com.helger.commons.collection.ext.ICommonsList;
import com.helger.commons.collection.ext.ICommonsOrderedMap;
import com.helger.commons.string.StringHelper;
import com.helger.commons.string.ToStringGenerator;
import com.helger.schematron.CSchematron;
import com.helger.schematron.CSchematronXML;
import com.helger.schematron.pure.errorhandler.IPSErrorHandler;
import com.helger.xml.microdom.IMicroElement;
import com.helger.xml.microdom.MicroElement;
/**
* A single Schematron diagnostic-element.
* A natural-language message giving more specific details concerning a failed
* assertion, such as found versus expected values and repair hints.
* NOTE: Diagnostics in multiple languages may be supported by using a different
* diagnostic element for each language, with the appropriate xml:lang language
* attribute, and referencing all the unique identifiers of the diagnostic
* elements in the diagnostics attribute of the assertion. Annex G gives a
* simple example of a multi-lingual schema.
* An implementation is not required to make use of this element.
*
* @author Philip Helger
*/
@NotThreadSafe
public class PSDiagnostic implements
IPSClonableElement ,
IPSOptionalElement,
IPSHasID,
IPSHasForeignElements,
IPSHasMixedContent,
IPSHasRichGroup
{
private String m_sID;
private PSRichGroup m_aRich;
private final ICommonsList