Modifier and Type | Method and Description |
---|---|
com.helger.commons.collection.ext.ICommonsList<PSPattern> |
IPSBoundSchema.getAllRelevantPatterns() |
com.helger.commons.collection.ext.ICommonsList<PSPattern> |
AbstractPSBoundSchema.getAllRelevantPatterns() |
Modifier and Type | Method and Description |
---|---|
PSPattern |
PSXPathBoundPattern.getPattern() |
Constructor and Description |
---|
PSXPathBoundPattern(PSPattern aPattern,
com.helger.commons.collection.ext.ICommonsList<PSXPathBoundRule> aBoundRules) |
Modifier and Type | Method and Description |
---|---|
PSPattern |
PSReader.readPatternFromXML(com.helger.xml.microdom.IMicroElement ePattern)
Read a <pattern> element
|
Modifier and Type | Method and Description |
---|---|
PSPattern |
PSSchema.getPatternOfID(String sID) |
Modifier and Type | Method and Description |
---|---|
com.helger.commons.collection.ext.ICommonsList<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–2016 Philip Helger. All rights reserved.