@NotThreadSafe public class PSDiagnostic extends Object implements IPSClonableElement<PSDiagnostic>, IPSOptionalElement, IPSHasID, IPSHasForeignElements, IPSHasMixedContent, IPSHasRichGroup
| Constructor and Description |
|---|
PSDiagnostic() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDir(PSDir aDir) |
void |
addEmph(PSEmph aEmph) |
void |
addForeignAttribute(String sAttrName,
String sAttrValue) |
void |
addForeignElement(com.helger.xml.microdom.IMicroElement aForeignElement) |
void |
addSpan(PSSpan aSpan) |
void |
addText(String sText)
Add a new text element.
|
void |
addValueOf(PSValueOf aValueOf) |
com.helger.commons.collection.ext.ICommonsList<Object> |
getAllContentElements() |
com.helger.commons.collection.ext.ICommonsList<PSDir> |
getAllDirs() |
com.helger.commons.collection.ext.ICommonsList<PSEmph> |
getAllEmphs() |
com.helger.commons.collection.ext.ICommonsOrderedMap<String,String> |
getAllForeignAttributes() |
com.helger.commons.collection.ext.ICommonsList<com.helger.xml.microdom.IMicroElement> |
getAllForeignElements() |
com.helger.commons.collection.ext.ICommonsList<PSSpan> |
getAllSpans() |
com.helger.commons.collection.ext.ICommonsList<String> |
getAllTexts() |
com.helger.commons.collection.ext.ICommonsList<PSValueOf> |
getAllValueOfs() |
com.helger.xml.microdom.IMicroElement |
getAsMicroElement() |
PSDiagnostic |
getClone() |
String |
getID() |
PSRichGroup |
getRich() |
boolean |
hasAnyText() |
boolean |
hasForeignAttributes() |
boolean |
hasForeignElements() |
boolean |
isMinimal() |
boolean |
isValid(IPSErrorHandler aErrorHandler)
Check if this element is specified completely.
|
void |
setID(String sID)
Set an ID for this object.
|
void |
setRich(PSRichGroup aRich)
Overwrite any existing rich group.
|
String |
toString() |
void |
validateCompletely(IPSErrorHandler aErrorHandler)
Check if this element is specified completely.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddForeignElementsaddForeignAttributesgetRichClone, hasRichpublic boolean isValid(@Nonnull IPSErrorHandler aErrorHandler)
IPSElementisValid in interface IPSElementaErrorHandler - The error handler where the error details are stored. May not be
null.true if all mandatory fields are set and the element
is valid, false otherwise.public void validateCompletely(@Nonnull IPSErrorHandler aErrorHandler)
IPSElementvalidateCompletely in interface IPSElementaErrorHandler - The error handler where the error details are stored. May not be
null.public boolean isMinimal()
isMinimal in interface IPSElementtrue if this element conforms to the Schematron
minimal syntax, false otherwise.public void addForeignElement(@Nonnull com.helger.xml.microdom.IMicroElement aForeignElement)
addForeignElement in interface IPSHasForeignElementspublic boolean hasForeignElements()
hasForeignElements in interface IPSHasForeignElements@Nonnull @ReturnsMutableCopy public com.helger.commons.collection.ext.ICommonsList<com.helger.xml.microdom.IMicroElement> getAllForeignElements()
getAllForeignElements in interface IPSHasForeignElementspublic void addForeignAttribute(@Nonnull String sAttrName, @Nonnull String sAttrValue)
addForeignAttribute in interface IPSHasForeignAttributespublic boolean hasForeignAttributes()
hasForeignAttributes in interface IPSHasForeignAttributes@Nonnull @ReturnsMutableCopy public com.helger.commons.collection.ext.ICommonsOrderedMap<String,String> getAllForeignAttributes()
getAllForeignAttributes in interface IPSHasForeignAttributespublic void setID(@Nullable String sID)
IPSHasIDpublic void setRich(@Nullable PSRichGroup aRich)
IPSHasRichGroupsetRich in interface IPSHasRichGroupaRich - The new rich group to set. May be null.@Nullable public PSRichGroup getRich()
getRich in interface IPSHasRichGroupnull if none is
present.public void addText(@Nonnull @Nonempty String sText)
IPSHasTextsaddText in interface IPSHasTextssText - The text to be added. May not be null.public boolean hasAnyText()
hasAnyText in interface IPSHasTextstrue if at least one text element is contained,
false if not@Nonnull @ReturnsMutableCopy public com.helger.commons.collection.ext.ICommonsList<String> getAllTexts()
getAllTexts in interface IPSHasTextsnull.@Nonnull @ReturnsMutableCopy public com.helger.commons.collection.ext.ICommonsList<PSValueOf> getAllValueOfs()
@Nonnull @ReturnsMutableCopy public com.helger.commons.collection.ext.ICommonsList<PSEmph> getAllEmphs()
@Nonnull @ReturnsMutableCopy public com.helger.commons.collection.ext.ICommonsList<PSDir> getAllDirs()
@Nonnull @ReturnsMutableCopy public com.helger.commons.collection.ext.ICommonsList<PSSpan> getAllSpans()
@Nonnull @ReturnsMutableCopy public com.helger.commons.collection.ext.ICommonsList<Object> getAllContentElements()
getAllContentElements in interface IPSHasMixedContentString, PSValueOf, PSEmph,
PSDir and PSSpan elements.@Nonnull public com.helger.xml.microdom.IMicroElement getAsMicroElement()
getAsMicroElement in interface IPSElementnull.@Nonnull public PSDiagnostic getClone()
getClone in interface com.helger.commons.lang.ICloneable<PSDiagnostic>Copyright © 2014–2016 Philip Helger. All rights reserved.