Package com.helger.schematron.pure.model
Interface IPSHasForeignElements
- All Superinterfaces:
IPSHasForeignAttributes
- All Known Implementing Classes:
PSActive,PSAssertReport,PSDiagnostic,PSDiagnostics,PSDir,PSP,PSPattern,PSPhase,PSRule,PSSchema,PSSpan
Base interface for Pure Schematron elements that support foreign elements and
attributes.
- Author:
- Philip Helger
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddForeignElement(com.helger.xml.microdom.IMicroElement aForeignElement) default voidaddForeignElements(Iterable<com.helger.xml.microdom.IMicroElement> aForeignElements) com.helger.commons.collection.impl.ICommonsList<com.helger.xml.microdom.IMicroElement>booleanMethods inherited from interface com.helger.schematron.pure.model.IPSHasForeignAttributes
addForeignAttribute, addForeignAttributes, getAllForeignAttributes, hasForeignAttributes
-
Method Details
-
hasForeignElements
boolean hasForeignElements() -
getAllForeignElements
@Nonnull @ReturnsMutableCopy com.helger.commons.collection.impl.ICommonsList<com.helger.xml.microdom.IMicroElement> getAllForeignElements() -
addForeignElement
-
addForeignElements
-