Uses of Class
com.helger.schematron.pure.model.PSInclude
Packages that use PSInclude
-
Uses of PSInclude in com.helger.schematron.pure.exchange
Methods in com.helger.schematron.pure.exchange that return PSIncludeModifier and TypeMethodDescriptionPSReader.readIncludeFromXML(com.helger.xml.microdom.IMicroElement eInclude) Read an <include> element -
Uses of PSInclude in com.helger.schematron.pure.model
Methods in com.helger.schematron.pure.model that return types with arguments of type PSIncludeModifier and TypeMethodDescriptioncom.helger.commons.collection.impl.ICommonsList<PSInclude>IPSHasIncludes.getAllIncludes()com.helger.commons.collection.impl.ICommonsList<PSInclude>PSDiagnostics.getAllIncludes()com.helger.commons.collection.impl.ICommonsList<PSInclude>PSPattern.getAllIncludes()com.helger.commons.collection.impl.ICommonsList<PSInclude>PSPhase.getAllIncludes()com.helger.commons.collection.impl.ICommonsList<PSInclude>PSRule.getAllIncludes()com.helger.commons.collection.impl.ICommonsList<PSInclude>PSSchema.getAllIncludes()Methods in com.helger.schematron.pure.model with parameters of type PSIncludeModifier and TypeMethodDescriptionvoidIPSHasIncludes.addInclude(PSInclude aInclude) Add an include to this object.voidPSDiagnostics.addInclude(PSInclude aInclude) voidPSPattern.addInclude(PSInclude aInclude) voidPSPhase.addInclude(PSInclude aInclude) voidPSRule.addInclude(PSInclude aInclude) voidPSSchema.addInclude(PSInclude aInclude)