|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CharacterEntity | |
|---|---|
| org.millscript.millscript.conf | |
| org.millscript.millscript.render | |
| org.millscript.millscript.tools | |
| Uses of CharacterEntity in org.millscript.millscript.conf |
|---|
| Fields in org.millscript.millscript.conf declared as CharacterEntity | |
|---|---|
protected CharacterEntity |
AbstractConfiguration.htmlCharacterEntities
Holds the HTML character entities configuration. |
protected CharacterEntity |
AbstractConfiguration.xmlCharacterEntities
Holds the XML character entities configuration. |
| Methods in org.millscript.millscript.conf that return CharacterEntity | |
|---|---|
CharacterEntity |
Configuration.getHTMLCharacterEntity()
Returns the HTML character entity encoder/decoder object. |
CharacterEntity |
AbstractConfiguration.getHTMLCharacterEntity()
|
CharacterEntity |
Configuration.getXMLCharacterEntity()
Returns the XML character entity encoder/decoder object. |
CharacterEntity |
AbstractConfiguration.getXMLCharacterEntity()
|
| Uses of CharacterEntity in org.millscript.millscript.render |
|---|
| Fields in org.millscript.millscript.render declared as CharacterEntity | |
|---|---|
protected CharacterEntity |
AbstractRenderer.availableEntities
The set of character entities that are available to this renderer. |
| Constructors in org.millscript.millscript.render with parameters of type CharacterEntity | |
|---|---|
AbstractRenderer(CharacterEntity ce,
Configuration conf,
java.nio.charset.Charset cs,
org.millscript.commons.vfs.VFile file)
Constructs a new abstract renderer, to render to the specified file, with the given set of character entities and output character set. |
|
| Uses of CharacterEntity in org.millscript.millscript.tools |
|---|
| Subclasses of CharacterEntity in org.millscript.millscript.tools | |
|---|---|
class |
XMLCharacterEntity
This class implements XML character entity encoding. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||