|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectorg.jibx.schema.codegen.SchemaDocumentationGenerator
public class SchemaDocumentationGenerator
Visitor to write a filtered view of a schema definition matching the data structure of a class. This is used when schema fragments are included in class documentation.
| Nested Class Summary | |
|---|---|
private class |
SchemaDocumentationGenerator.DocumentationVisitor
Visitor to write the filtered view of a schema definition matching the data structure of a class. |
| Field Summary | |
|---|---|
static java.lang.String |
COMMENT_LEAD_TEXT
Leading text for comment lines. |
private MarshallingContext |
m_context
Marshaller instance for writing schema fragments. |
private IBindingFactory |
m_factory
Extract binding factory. |
private java.util.Set |
m_namespaceSet
Set of namespace URIs defined in binding. |
private int |
m_schemaIndex
Schema definitions namespace index. |
private java.lang.String |
m_schemaPrefix
Schema definitions namespace prefix. |
private static org.apache.log4j.Logger |
s_logger
Logger for class. |
private static java.lang.String |
SCHEMA_DEFINITIONS_NS
Schema definitions namespace URI. |
| Constructor Summary | |
|---|---|
SchemaDocumentationGenerator()
Constructor. |
|
| Method Summary | |
|---|---|
private void |
escapeText(char chr,
java.lang.String escape,
java.lang.String text,
java.lang.StringBuffer buff)
Escape a special character in a text string. |
java.lang.String |
generate(GroupItem group,
boolean dropanno)
Generate documentation from the schema component corresponding to a class. |
private void |
scanItemTree(GroupItem group,
java.util.Map comptoclas,
java.util.Set refcomps,
java.util.Map uritoprefix)
Scan schema component references from item tree. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String COMMENT_LEAD_TEXT
private static final java.lang.String SCHEMA_DEFINITIONS_NS
private static final org.apache.log4j.Logger s_logger
private final IBindingFactory m_factory
private final int m_schemaIndex
private final java.lang.String m_schemaPrefix
private final java.util.Set m_namespaceSet
private final MarshallingContext m_context
| Constructor Detail |
|---|
public SchemaDocumentationGenerator()
throws JiBXException
JiBXException - on error loading binding information| Method Detail |
|---|
private void scanItemTree(GroupItem group,
java.util.Map comptoclas,
java.util.Set refcomps,
java.util.Map uritoprefix)
group - item grouping to be processedcomptoclas - map from schema component to corresponding ClassHolderrefcomps - set of schema global definitions incorporated into this treeuritoprefix - map from namespaces used by referenced definitions to the corresponding prefixes
private void escapeText(char chr,
java.lang.String escape,
java.lang.String text,
java.lang.StringBuffer buff)
chr - escape - text - buff -
public java.lang.String generate(GroupItem group,
boolean dropanno)
group - item group for classdropanno - delete annotations from schema documentation flag
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||