|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SequencerContext

| Method Summary | |
|---|---|
ValueFactories |
getFactories()
Get the factories that can be used to create paths and other property values. |
Path |
getInputPath()
Return the path of the input node containing the content being sequenced. |
Set<Property> |
getInputProperties()
Return the set of properties from the input node containing the content being sequenced. |
Property |
getInputProperty(Name name)
Return the property with the supplied name from the input node containing the content being sequenced. |
Logger |
getLogger(Class<?> clazz)
Return a logger associated with this context. |
Logger |
getLogger(String name)
Return a logger associated with this context. |
String |
getMimeType()
Return the MIME-type of the content being sequenced. |
NamespaceRegistry |
getNamespaceRegistry()
Convenience method to get the namespace registry used by the name value factory. |
| Method Detail |
|---|
ValueFactories getFactories()
paths and other property values.
null.Path getInputPath()
Set<Property> getInputProperties()
null.Property getInputProperty(Name name)
name -
null if none exists.String getMimeType()
NamespaceRegistry getNamespaceRegistry()
name value factory.
null.Logger getLogger(Class<?> clazz)
obtain a system logger.
clazz - the class that is doing the logging
clazz; never nullgetLogger(String)Logger getLogger(String name)
obtain a system logger.
name - the name for the logger
clazz; never nullgetLogger(Class)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||