| Package | Description |
|---|---|
| com.helger.schematron.pure.exchange | |
| com.helger.schematron.pure.model |
| Modifier and Type | Method and Description |
|---|---|
PSInclude |
PSReader.readIncludeFromXML(com.helger.xml.microdom.IMicroElement eInclude)
Read an <include> element
|
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.collection.ext.ICommonsList<PSInclude> |
PSSchema.getAllIncludes() |
com.helger.commons.collection.ext.ICommonsList<PSInclude> |
PSRule.getAllIncludes() |
com.helger.commons.collection.ext.ICommonsList<PSInclude> |
PSPhase.getAllIncludes() |
com.helger.commons.collection.ext.ICommonsList<PSInclude> |
PSPattern.getAllIncludes() |
com.helger.commons.collection.ext.ICommonsList<PSInclude> |
PSDiagnostics.getAllIncludes() |
com.helger.commons.collection.ext.ICommonsList<PSInclude> |
IPSHasIncludes.getAllIncludes() |
| Modifier and Type | Method and Description |
|---|---|
void |
PSSchema.addInclude(PSInclude aInclude) |
void |
PSRule.addInclude(PSInclude aInclude) |
void |
PSPhase.addInclude(PSInclude aInclude) |
void |
PSPattern.addInclude(PSInclude aInclude) |
void |
PSDiagnostics.addInclude(PSInclude aInclude) |
void |
IPSHasIncludes.addInclude(PSInclude aInclude)
Add an include to this object.
|
Copyright © 2014–2016 Philip Helger. All rights reserved.