| Package | Description |
|---|---|
| com.helger.schematron.pure.exchange | |
| com.helger.schematron.pure.model |
| Modifier and Type | Method and Description |
|---|---|
PSLet |
PSReader.readLetFromXML(com.helger.commons.microdom.IMicroElement eLet)
Read a <let> element
|
| Modifier and Type | Method and Description |
|---|---|
PSLet |
PSLet.getClone() |
| Modifier and Type | Method and Description |
|---|---|
List<PSLet> |
PSSchema.getAllLets() |
List<PSLet> |
PSRule.getAllLets() |
List<PSLet> |
PSPhase.getAllLets() |
List<PSLet> |
PSPattern.getAllLets() |
List<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–2015 Philip Helger. All rights reserved.