|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CreationContext | |
---|---|
org.apache.stylebook | |
org.apache.stylebook.printers | |
org.apache.stylebook.processors | |
org.apache.stylebook.producers |
Uses of CreationContext in org.apache.stylebook |
---|
Classes in org.apache.stylebook that implement CreationContext | |
---|---|
class |
BasicContext
|
class |
BasicEntry
|
Methods in org.apache.stylebook with parameters of type CreationContext | |
---|---|
void |
Printer.print(org.w3c.dom.Document doc,
CreationContext c,
java.io.OutputStream out)
|
org.w3c.dom.Document |
Processor.process(org.w3c.dom.Document doc,
CreationContext c,
Parameters p)
|
org.w3c.dom.Document |
Producer.produce(CreationContext c)
|
Uses of CreationContext in org.apache.stylebook.printers |
---|
Methods in org.apache.stylebook.printers with parameters of type CreationContext | |
---|---|
void |
HTMLPrinter.print(org.w3c.dom.Document doc,
CreationContext c,
java.io.OutputStream out)
Print a DOM Document. |
void |
HTMLSerializer.print(org.w3c.dom.Document doc,
CreationContext c,
java.io.OutputStream out)
Print a DOM Document. |
void |
ImagePrinter.print(org.w3c.dom.Document doc,
CreationContext ctx,
java.io.OutputStream out)
Print a DOM Document. |
void |
XMLPrinter.print(org.w3c.dom.Document doc,
CreationContext c,
java.io.OutputStream out)
Print a DOM Document. |
Uses of CreationContext in org.apache.stylebook.processors |
---|
Methods in org.apache.stylebook.processors with parameters of type CreationContext | |
---|---|
org.w3c.dom.Document |
ImportProcessor.process(org.w3c.dom.Document doc,
CreationContext c,
Parameters p)
|
org.w3c.dom.Document |
NullProcessor.process(org.w3c.dom.Document doc,
CreationContext c,
Parameters p)
|
org.w3c.dom.Document |
Xalan2Processor.process(org.w3c.dom.Document doc,
CreationContext c,
Parameters p)
|
Uses of CreationContext in org.apache.stylebook.producers |
---|
Methods in org.apache.stylebook.producers with parameters of type CreationContext | |
---|---|
org.w3c.dom.Document |
ContextProducer.produce(CreationContext c)
|
org.w3c.dom.Document |
DirectoryProducer.produce(CreationContext c)
|
org.w3c.dom.Document |
ParserProducer.produce(CreationContext c)
|
org.w3c.dom.Document |
ProjectProducer.produce(CreationContext c)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |