public static interface IPostProcessor.Descriptor
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | IPostProcessor.Descriptor.Registry<K>Registry of post processor. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getInstanceClassName()Returns the class name of the instance that will be returned by  getPostProcessor(). | 
| Pattern | getNsURI()Returns the pattern of namespace URI on which this post processor can be applied. | 
| int | getOrdinal()Returns the ordinal of this post processor. | 
| IPostProcessor | getPostProcessor()Returns the wrapped post processor. | 
| Pattern | getResourceURI()Returns the pattern of resource URI on which this post processor can be applied. | 
| void | setOrdinal(int parseInt)Set the ordinal of this post processor. | 
IPostProcessor getPostProcessor()
int getOrdinal()
void setOrdinal(int parseInt)
parseInt - The ordinal.Pattern getNsURI()
Pattern getResourceURI()
String getInstanceClassName()
getPostProcessor().getPostProcessor().
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.