|
|||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
XHTMLEncoder
.
XHTMLEncoder
.
XHTMLSerializer
XHTMLSerializer
XMLByteStreamFragment
defined by the given
XML byte stream.
org.apache.log.format.PatternFormatter
and org.apache.cocoon.util.log.CocoonLogFormatter
for
producing XML format.
XMLConsumer
(or SAX
ContentHandler
and LexicalHandler
).
XMLEncoder
.
XMLEncoder
.
DocumentHelper
instance.
XMLConsumer
.
Bundle
interface for XML resources. XMLSerializer
XMLSerializer
ModifiableSource
that takes its content from a
module.
XModuleSource
).ServerPagesGenerator
classesMarkupLanguage
for Cocoon's
XSP.Request
object helperResponse
object helperSession-fw
object helperSession
object helperUtility
object helperXScriptManager
is the public interface used to
interact with the XScript component, which implements the
supporting code for the XScript language.XScriptManager
interface.XScriptObject
is the root class implemented by all the
object types in XScript. XScriptObject
instance.
XScriptObject
created from the contents of a URL.XScriptObject
created from an inline XML fragment.XScriptObject
created from a JAXP
Result
object.XScriptVariableScope
maintains variables in a given
scope. XMLConsumer
receiving SAX events.
char
:
outputs characters representing the value.
byte
:
outputs characters representing the value.
boolean
:
outputs characters representing the value (true / false).
int
:
outputs characters representing the value.
long
:
outputs characters representing the value.
long
:
outputs characters representing the value.
double
:
outputs characters representing the value.
String
:
outputs characters representing the value.
XMLizable
:
outputs the value by calling v.toSax(contentHandler)
.
org.w3c.dom.Node
:
converts the Node to a SAX event stream.
java.util.Collection
:
outputs the value by calling xspExpr()
on each element of the
collection.
Object
depending on its class :
if it's an array, call xspExpr()
on all its elements,
if it's class has a specific xspExpr()
implementation, use it,
else, output it's string representation.
|
|||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |