public class XSDDocumentation extends Object
| Constructor and Description |
|---|
XSDDocumentation(org.apache.xerces.xs.XSObjectList annotations,
SchemaDocumentationType docStrategy,
boolean convertToPlainText) |
XSDDocumentation(org.apache.xerces.xs.XSObjectList annotations,
String value,
SchemaDocumentationType docStrategy,
boolean convertToPlainText) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFormattedDocumentation(boolean html)
Returns formatted documentation that displays
contents of the documentation element (if exists) and the appinfo
element (if exists).
|
public XSDDocumentation(org.apache.xerces.xs.XSObjectList annotations,
SchemaDocumentationType docStrategy,
boolean convertToPlainText)
public XSDDocumentation(org.apache.xerces.xs.XSObjectList annotations,
String value,
SchemaDocumentationType docStrategy,
boolean convertToPlainText)
public String getFormattedDocumentation(boolean html)
html is true. Otherwise, the returned documentation
will be plaintext.html - if true, the return value will contain raw htmlCopyright © 2024. All rights reserved.