Modifier and Type | Method and Description |
---|---|
protected void |
AbstractPSBoundSchema.error(IPSElement aSourceElement,
String sMsg) |
protected void |
AbstractPSBoundSchema.error(IPSElement aSourceElement,
String sMsg,
Throwable t) |
protected void |
AbstractPSBoundSchema.warn(IPSElement aSourceElement,
String sMsg) |
Constructor and Description |
---|
PSXPathBoundElement(IPSElement aElement) |
Modifier and Type | Method and Description |
---|---|
void |
IPSErrorHandler.error(IPSElement aSourceElement,
String sMessage)
Emit an error.
|
void |
AbstractPSErrorHandler.error(IPSElement aSourceElement,
String sMessage) |
void |
IPSErrorHandler.error(com.helger.commons.io.resource.IReadableResource aRes,
IPSElement aSourceElement,
String sMessage,
Throwable t)
Emit an error
|
void |
AbstractPSErrorHandler.error(com.helger.commons.io.resource.IReadableResource aRes,
IPSElement aSourceElement,
String sMessage,
Throwable t) |
static String |
LoggingPSErrorHandler.getLogMessage(com.helger.commons.io.resource.IReadableResource aRes,
IPSElement aSourceElement,
String sMessage) |
protected void |
LoggingPSErrorHandler.handle(com.helger.commons.io.resource.IReadableResource aRes,
com.helger.commons.error.IErrorLevel aErrorLevel,
IPSElement aSourceElement,
String sMessage,
Throwable t) |
protected void |
DoNothingPSErrorHandler.handle(com.helger.commons.io.resource.IReadableResource aRes,
com.helger.commons.error.IErrorLevel aErrorLevel,
IPSElement aSourceElement,
String sMessage,
Throwable t) |
protected void |
CollectingPSErrorHandler.handle(com.helger.commons.io.resource.IReadableResource aRes,
com.helger.commons.error.IErrorLevel aErrorLevel,
IPSElement aSourceElement,
String sMessage,
Throwable t) |
protected abstract void |
AbstractPSErrorHandler.handle(com.helger.commons.io.resource.IReadableResource aRes,
com.helger.commons.error.IErrorLevel aErrorLevel,
IPSElement aSourceElement,
String sMessage,
Throwable t)
The abstract method that is called for both warnings and errors.
|
void |
IPSErrorHandler.warn(com.helger.commons.io.resource.IReadableResource aRes,
IPSElement aSourceElement,
String sMessage)
Emit a warning
|
void |
AbstractPSErrorHandler.warn(com.helger.commons.io.resource.IReadableResource aRes,
IPSElement aSourceElement,
String sMessage) |
Modifier and Type | Method and Description |
---|---|
String |
PSWriter.getXMLString(IPSElement aPSElement)
Get the passed Schematron element as a String
|
String |
PSWriter.getXMLStringNotNull(IPSElement aPSElement)
Get the passed Schematron element as a String
|
com.helger.commons.state.ESuccess |
PSWriter.writeToFile(IPSElement aPSElement,
File aFile)
Write the passed Schematron element to the passed file.
|
com.helger.commons.state.ESuccess |
PSWriter.writeToStream(IPSElement aPSElement,
OutputStream aOS)
Write the passed Schematron element to the passed output stream.
|
com.helger.commons.state.ESuccess |
PSWriter.writeToWriter(IPSElement aPSElement,
Writer aWriter)
Write the passed Schematron element to the passed writer.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IPSClonableElement<IMPLTYPE extends IPSClonableElement<IMPLTYPE>>
Base interface for a clonable Schematron elements
|
Modifier and Type | Class and Description |
---|---|
class |
PSActive
A single Schematron active-element.
|
class |
PSAssertReport
A single Schematron assert- or report-element.
|
class |
PSDiagnostic
A single Schematron diagnostic-element.
|
class |
PSDiagnostics
A single Schematron diagnostics-element.
|
class |
PSDir
A single Schematron dir-element.
|
class |
PSEmph
A single Schematron emph-element.
|
class |
PSExtends
A single Schematron extends-element.
|
class |
PSInclude
A single Schematron include-element.
|
class |
PSLet
A single Schematron let-element.
|
class |
PSName
A single Schematron name-element.
|
class |
PSNS
A single Schematron ns-element.
|
class |
PSP
A single Schematron p-element.
|
class |
PSParam
A single Schematron param-element.
|
class |
PSPattern
A single Schematron pattern-element.
|
class |
PSPhase
A single Schematron phase-element.
|
class |
PSRule
A single Schematron rule-element.
|
class |
PSSchema
A single Schematron schema-element.
|
class |
PSSpan
A single Schematron span-element.
|
class |
PSTitle
A single Schematron title-element.
|
class |
PSValueOf
A single Schematron value-of-element.
|
Modifier and Type | Method and Description |
---|---|
com.helger.commons.collection.ext.ICommonsList<IPSElement> |
PSRule.getAllContentElements() |
com.helger.commons.collection.ext.ICommonsList<IPSElement> |
PSPhase.getAllContentElements() |
com.helger.commons.collection.ext.ICommonsList<IPSElement> |
PSPattern.getAllContentElements() |
Copyright © 2014–2016 Philip Helger. All rights reserved.