|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cocoon.components.language.markup.AbstractMarkupLanguage.LanguageDescriptor
protected static class AbstractMarkupLanguage.LanguageDescriptor
This class holds transient information about a target programming language.
| Field Summary | |
|---|---|
protected String |
logicsheet
The progamming language core logicsheet |
protected String |
name
The progamming language name |
protected HashMap |
namedLogicsheets
The list of built-in logicsheets defined for this target language |
| Constructor Summary | |
|---|---|
protected |
AbstractMarkupLanguage.LanguageDescriptor()
The default constructor |
| Method Summary | |
|---|---|
protected void |
addNamedLogicsheet(String uri,
String prefix,
String namedLogicsheet)
Add a namespace-mapped logicsheet to this language |
protected String |
getLogicsheet()
Return the programming language's core logichseet location |
protected String |
getName()
Return the programming language's name |
protected String |
getNamedLogicsheetByURI(String uri)
Return a namespace-mapped logicsheet given its uri |
protected void |
setLogicsheet(String logicsheet)
Set the programming language's core logichseet location |
protected void |
setName(String name)
Set the programming language's name |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected String logicsheet
protected HashMap namedLogicsheets
| Constructor Detail |
|---|
protected AbstractMarkupLanguage.LanguageDescriptor()
| Method Detail |
|---|
protected void setName(String name)
name - The programming language's nameprotected String getName()
protected void setLogicsheet(String logicsheet)
logicsheet - The programming language's core logichseet locationprotected String getLogicsheet()
protected void addNamedLogicsheet(String uri,
String prefix,
String namedLogicsheet)
prefix - The logichseet's namespace prefixuri - The logichseet's namespace urinamedLogicsheet - The logichseet's locationprotected String getNamedLogicsheetByURI(String uri)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||