|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TemplateCompilerHints
TemplateCompilerHints is used to indicate to the underlying
templating compiler mechanism information about how it should compile the
templaet data.
Most of the TemplateCompilerHints properties are really aimed
as JAXP XML parser implementations but you can provide generic values via the
getAttribute() mechanism.
| Method Summary | |
|---|---|
String[] |
getAttributeNames()
|
Object |
getAttributeValue(String attributeName)
Allows the system to retrieve specific attributes on the underlying XHTML parser implementation by attribute name. |
boolean |
isCoalescing()
|
boolean |
isExpandEntityReferences()
|
boolean |
isIgnoringComments()
|
boolean |
isIgnoringElementContentWhitespace()
|
boolean |
isNamespaceAware()
|
boolean |
isValidating()
|
| Method Detail |
|---|
boolean isCoalescing()
boolean isExpandEntityReferences()
boolean isIgnoringComments()
boolean isIgnoringElementContentWhitespace()
boolean isNamespaceAware()
boolean isValidating()
String[] getAttributeNames()
Object getAttributeValue(String attributeName)
getAttributeNames() method.
attributeName - -
the name of the specific attribute
|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||