Package com.helger.schematron.pure.model
Interface IPSHasForeignAttributes
- All Known Subinterfaces:
IPSHasForeignElements
- All Known Implementing Classes:
PSActive,PSAssertReport,PSDiagnostic,PSDiagnostics,PSDir,PSExtends,PSName,PSNS,PSP,PSPattern,PSPhase,PSRule,PSSchema,PSSpan,PSValueOf
public interface IPSHasForeignAttributes
Base interface for Pure Schematron elements that support foreign attributes.
- Author:
- Philip Helger
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddForeignAttribute(String sAttrName, String sAttrValue) default voidaddForeignAttributes(Map<String, String> aForeignAttrs) boolean
-
Method Details
-
getAllForeignAttributes
-
hasForeignAttributes
boolean hasForeignAttributes() -
addForeignAttribute
-
addForeignAttributes
-