Package | Description |
---|---|
com.helger.schematron.pure.exchange | |
com.helger.schematron.pure.model |
Modifier and Type | Method and Description |
---|---|
PSLet |
PSReader.readLetFromXML(com.helger.xml.microdom.IMicroElement eLet)
Read a <let> element
|
Modifier and Type | Method and Description |
---|---|
PSLet |
PSLet.getClone() |
Modifier and Type | Method and Description |
---|---|
com.helger.commons.collection.impl.ICommonsList<PSLet> |
PSSchema.getAllLets() |
com.helger.commons.collection.impl.ICommonsList<PSLet> |
PSRule.getAllLets() |
com.helger.commons.collection.impl.ICommonsList<PSLet> |
PSPhase.getAllLets() |
com.helger.commons.collection.impl.ICommonsList<PSLet> |
PSPattern.getAllLets() |
com.helger.commons.collection.impl.ICommonsList<PSLet> |
IPSHasLets.getAllLets() |
Modifier and Type | Method and Description |
---|---|
void |
PSSchema.addLet(PSLet aLet) |
void |
PSRule.addLet(PSLet aLet) |
void |
PSPhase.addLet(PSLet aLet) |
void |
PSPattern.addLet(PSLet aLet) |
void |
IPSHasLets.addLet(PSLet aLet)
Add a
PSLet element. |
Copyright © 2014–2019 Philip Helger. All rights reserved.