Modifier and Type | Method and Description |
---|---|
PSPhase |
IPSBoundSchema.getPhase() |
PSPhase |
AbstractPSBoundSchema.getPhase() |
Modifier and Type | Method and Description |
---|---|
PSPhase |
PSReader.readPhaseFromXML(com.helger.xml.microdom.IMicroElement ePhase)
Read a <phase> element
|
Modifier and Type | Method and Description |
---|---|
PSPhase |
PSSchema.getPhaseOfID(String sID) |
Modifier and Type | Method and Description |
---|---|
com.helger.commons.collection.ext.ICommonsList<PSPhase> |
PSSchema.getAllPhases() |
Modifier and Type | Method and Description |
---|---|
void |
PSSchema.addPhase(PSPhase aPhase) |
Modifier and Type | Method and Description |
---|---|
void |
PSValidationHandlerDefault.onEnd(PSSchema aSchema,
PSPhase aActivePhase) |
void |
IPSValidationHandler.onEnd(PSSchema aSchema,
PSPhase aActivePhase)
This is the last method called.
|
void |
PSValidationHandlerDefault.onStart(PSSchema aSchema,
PSPhase aActivePhase) |
void |
IPSValidationHandler.onStart(PSSchema aSchema,
PSPhase aActivePhase)
This is the first method called.
|
Modifier and Type | Method and Description |
---|---|
void |
PSXPathValidationHandlerSVRL.onStart(PSSchema aSchema,
PSPhase aActivePhase) |
Copyright © 2014–2016 Philip Helger. All rights reserved.