Modifier and Type | Method and Description |
---|---|
List<PSPattern> |
IPSBoundSchema.getAllRelevantPatterns() |
List<PSPattern> |
AbstractPSBoundSchema.getAllRelevantPatterns() |
Modifier and Type | Method and Description |
---|---|
PSPattern |
PSXPathBoundPattern.getPattern() |
Constructor and Description |
---|
PSXPathBoundPattern(PSPattern aPattern,
List<PSXPathBoundRule> aBoundRules) |
Modifier and Type | Method and Description |
---|---|
PSPattern |
PSReader.readPatternFromXML(com.helger.commons.microdom.IMicroElement ePattern)
Read a <pattern> element
|
Modifier and Type | Method and Description |
---|---|
PSPattern |
PSSchema.getPatternOfID(String sID) |
Modifier and Type | Method and Description |
---|---|
List<PSPattern> |
PSSchema.getAllPatterns() |
Modifier and Type | Method and Description |
---|---|
void |
PSSchema.addPattern(PSPattern aPattern) |
Modifier and Type | Method and Description |
---|---|
void |
PSValidationHandlerDefault.onPattern(PSPattern aPattern) |
void |
IPSValidationHandler.onPattern(PSPattern aPattern)
This method is called for every pattern inside the schema.
|
Modifier and Type | Method and Description |
---|---|
void |
PSXPathValidationHandlerSVRL.onPattern(PSPattern aPattern) |
Copyright © 2014–2015 Philip Helger. All rights reserved.