Class PSXPathBoundDiagnostic
java.lang.Object
com.helger.schematron.pure.bound.xpath.PSXPathBoundDiagnostic
This class represents a single XPath-bound diagnostic-element.
- Author:
- Philip Helger
-
Constructor Summary
ConstructorsConstructorDescriptionPSXPathBoundDiagnostic(PSDiagnostic aDiagnostic, com.helger.commons.collection.impl.ICommonsList<PSXPathBoundElement> aBoundContent) -
Method Summary
Modifier and TypeMethodDescriptioncom.helger.commons.collection.impl.ICommonsList<PSXPathBoundElement>toString()
-
Constructor Details
-
PSXPathBoundDiagnostic
public PSXPathBoundDiagnostic(@Nonnull PSDiagnostic aDiagnostic, @Nonnull com.helger.commons.collection.impl.ICommonsList<PSXPathBoundElement> aBoundContent)
-
-
Method Details
-
getDiagnostic
-
getAllBoundContentElements
@Nonnull @ReturnsMutableCopy public com.helger.commons.collection.impl.ICommonsList<PSXPathBoundElement> getAllBoundContentElements() -
toString
-