|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Parse in org.ow2.orchestra.pvm.internal.env |
|---|
| Methods in org.ow2.orchestra.pvm.internal.env with parameters of type Parse | |
|---|---|
Object |
PvmEnvironmentFactoryParser.parseDocument(Document document,
Parse parse)
|
| Uses of Parse in org.ow2.orchestra.pvm.internal.util |
|---|
| Methods in org.ow2.orchestra.pvm.internal.util with parameters of type Parse | |
|---|---|
static String |
PvmXmlUtil.attribute(Element element,
String attributeName,
boolean required,
Parse parse)
convenience method to combine extraction of a string attribute value. |
static Boolean |
PvmXmlUtil.attributeBoolean(Element element,
String attributeName,
boolean required,
Parse parse)
parse an attribute as an boolean. |
static Boolean |
PvmXmlUtil.attributeBoolean(Element element,
String attributeName,
boolean required,
Parse parse,
Boolean defaultValue)
parse an attribute as an boolean. |
static Integer |
PvmXmlUtil.attributeInteger(Element element,
String attributeName,
boolean required,
Parse parse)
parse an attribute as an integer. |
protected Document |
DebugDomParser.buildDom(Parse parse)
|
| Uses of Parse in org.ow2.orchestra.pvm.internal.wire.binding |
|---|
| Methods in org.ow2.orchestra.pvm.internal.wire.binding with parameters of type Parse | |
|---|---|
protected AbstractDescriptor |
ShortBinding.createDescriptor(String value,
Element element,
Parse parse)
|
protected AbstractDescriptor |
LongBinding.createDescriptor(String value,
Element element,
Parse parse)
|
protected AbstractDescriptor |
ByteBinding.createDescriptor(String value,
Element element,
Parse parse)
|
protected AbstractDescriptor |
StringBinding.createDescriptor(String value,
Element element,
Parse parse)
|
protected AbstractDescriptor |
CharBinding.createDescriptor(String value,
Element element,
Parse parse)
|
protected AbstractDescriptor |
DoubleBinding.createDescriptor(String value,
Element element,
Parse parse)
|
protected AbstractDescriptor |
IntBinding.createDescriptor(String value,
Element element,
Parse parse)
|
protected AbstractDescriptor |
FloatBinding.createDescriptor(String value,
Element element,
Parse parse)
|
protected abstract AbstractDescriptor |
BasicTypeBinding.createDescriptor(String value,
Element element,
Parse parse)
subclasses can be sure that the value is not null. subclasses should use {@link #createValueExceptionMessage(String, Element) for reporting format problems in the parse. |
protected CommandService |
StandardCommandServiceBinding.getCommandService(Element element,
Parse parse,
Parser parser)
|
protected CommandService |
AsyncCommandServiceBinding.getCommandService(Element element,
Parse parse,
Parser parser)
|
Object |
TransactionBinding.parse(Element element,
Parse parse,
Parser parser)
|
Object |
EnlistBinding.parse(Element element,
Parse parse,
Parser parser)
|
Object |
ScriptManagerBinding.parse(Element element,
Parse parse,
Parser parser)
|
Object |
EnvironmentRefBinding.parse(Element element,
Parse parse,
Parser parser)
|
Object |
PropertiesBinding.parse(Element element,
Parse parse,
Parser parser)
|
Object |
RetryInterceptorBinding.parse(Element element,
Parse parse,
Parser parser)
|
Object |
FieldBinding.parse(Element element,
Parse parse,
Parser parser)
|
Object |
TimerSessionBinding.parse(Element element,
Parse parse,
Parser parser)
|
Object |
JobExecutorBinding.parse(Element element,
Parse parse,
Parser parser)
|
Object |
RefBinding.parse(Element element,
Parse parse,
Parser parser)
|
Object |
StandardCommandServiceBinding.parse(Element element,
Parse parse,
Parser parser)
|
Object |
AuthorizationInterceptorBinding.parse(Element element,
Parse parse,
Parser parser)
|
Object |
TransactionRefBinding.parse(Element element,
Parse parse,
Parser parser)
|
Object |
SubscribeBinding.parse(Element element,
Parse parse,
Parser parser)
|
Object |
InvokeBinding.parse(Element element,
Parse parse,
Parser parser)
|
Object |
ExecutionServiceBinding.parse(Element element,
Parse parse,
Parser parser)
|
Object |
FalseBinding.parse(Element element,
Parse parse,
Parser parser)
|
Object |
JndiBinding.parse(Element element,
Parse parse,
Parser parser)
|
Object |
ManagementServiceBinding.parse(Element element,
Parse parse,
Parser parser)
|
Object |
IdGeneratorBinding.parse(Element element,
Parse parse,
Parser parser)
|
Object |
TrueBinding.parse(Element element,
Parse parse,
Parser parser)
|
Object |
MapBinding.parse(Element element,
Parse parse,
Parser parser)
|
Object |
JobDbSessionBinding.parse(Element element,
Parse parse,
Parser parser)
|
Object |
CreateProcessBinding.parse(Element element,
Parse parse,
Parser parser)
|
Object |
PropertyBinding.parse(Element element,
Parse parse,
Parser parser)
|
Object |
DeployerManagerBinding.parse(Element element,
Parse parse,
Parser parser)
|
Object |
JobTestHelperBinding.parse(Element element,
Parse parse,
Parser parser)
|
Object |
ClassBinding.parse(Element element,
Parse parse,
Parser parser)
|
Object |
NullBinding.parse(Element element,
Parse parse,
Parser parser)
|
Object |
SaveProcessBinding.parse(Element element,
Parse parse,
Parser parser)
|
Object |
VariableTypesBinding.parse(Element element,
Parse parse,
Parser parser)
|
Object |
ProcessServiceBinding.parse(Element element,
Parse parse,
Parser parser)
|
Object |
StandardTransactionInterceptorBinding.parse(Element element,
Parse parse,
Parser parser)
|
Object |
HibernateSessionBinding.parse(Element element,
Parse parse,
Parser parser)
|
Object |
BusinessCalendarBinding.parse(Element element,
Parse parse,
Parser parser)
|
Object |
HibernateSessionFactoryBinding.parse(Element element,
Parse parse,
Parser parser)
|
Object |
EnvironmentFactoryRefBinding.parse(Element element,
Parse parse,
Parser parser)
|
Object |
CheckVersionBinding.parse(Element element,
Parse parse,
Parser parser)
|
Object |
HibernateConfigurationBinding.parse(Element element,
Parse parse,
Parser parser)
|
Object |
BasicTypeBinding.parse(Element element,
Parse parse,
Parser parser)
|
Object |
PvmDbSessionBinding.parse(Element element,
Parse parse,
Parser parser)
|
Object |
AbstractCollectionBinding.parse(Element element,
Parse parse,
Parser parser)
|
Object |
CreateIdBinding.parse(Element element,
Parse parse,
Parser parser)
|
Object |
ObjectBinding.parse(Element element,
Parse parse,
Parser parser)
|
Object |
MessageSessionBinding.parse(Element element,
Parse parse,
Parser parser)
|
Object |
ContextRefBinding.parse(Element element,
Parse parse,
Parser parser)
|
Object |
EnvironmentInterceptorBinding.parse(Element element,
Parse parse,
Parser parser)
|
protected TypeMapping |
VariableTypesBinding.parseTypeMapping(Element element,
Parse parse,
Parser parser)
|
static boolean |
AbstractCollectionBinding.verify(String className,
Class<?> collectionInterface,
Parse parse,
Parser parser)
verifies if the given classname is specified and implements the collection interface |
| Uses of Parse in org.ow2.orchestra.pvm.internal.wire.xml |
|---|
| Methods in org.ow2.orchestra.pvm.internal.wire.xml with parameters of type Parse | |
|---|---|
List<ArgDescriptor> |
WireParser.parseArgs(List<Element> argElements,
Parse parse)
Parses the list of arguments of a method. |
Object |
BindingParser.parseDocumentElement(Element documentElement,
Parse parse)
|
Object |
WireParser.parseDocumentElement(Element documentElement,
Parse parse)
This method builds the WireDefinition from the DOM tree. |
Object |
WireParser.parseElement(Element element,
Parse parse,
String category)
This method parses an arbitrary element in the document based on the bindings in the given category. |
| Uses of Parse in org.ow2.orchestra.pvm.internal.xml |
|---|
| Methods in org.ow2.orchestra.pvm.internal.xml that return Parse | |
|---|---|
Parse |
Parse.checkProblems(String description)
throws if error level problems are present and logs all problems and warnings. |
Parse |
Parser.createParse()
main method to start a new parse, check Parse for specifying input,
executing the parse and extracting the results. |
Parse |
Parse.execute()
perform the actual parse operation with the specified input source. |
Parse |
Parse.pushObject(Object object)
push a contextual object on the stack of this parse. |
Parse |
Parse.setClassLoader(ClassLoader classLoader)
specify the classLoader to be used for resource input (this is optional) |
Parse |
Parse.setDocument(Document document)
normally the Document Object Model is created during the parse execution, but providing a document can be convenient when the DOM is already available and only the walking of the DOM needs to be done by the parser. |
Parse |
Parse.setDocumentObject(Object object)
provides the result of this parse operation. |
Parse |
Parse.setFile(File file)
specify a file as the source for this parse |
Parse |
Parse.setInputSource(InputSource inputSource)
specify an InputStream as the source for this parse |
Parse |
Parse.setInputStream(InputStream inputStream)
specify an input stream as the source for this parse |
Parse |
Parse.setProblems(List<Problem> problems)
allows to provide the list object that should be used to capture the parsing problems. |
Parse |
Parse.setResource(String resource)
specify a resource as the source for this parse |
Parse |
Parse.setStreamSource(StreamSource streamSource)
specify a StreamSource as the source for this parse |
Parse |
Parse.setString(String xmlString)
specify an XML string as the source for this parse |
Parse |
Parse.setUrl(URL url)
specify a URL as the source for this parse |
| Methods in org.ow2.orchestra.pvm.internal.xml with parameters of type Parse | |
|---|---|
protected Document |
Parser.buildDom(Parse parse)
customizable DOM building. |
void |
Parser.checkProblems(String description,
Parse parse)
throws an exception with appropriate message in case the parse contains errors or fatal errors. |
protected DocumentBuilder |
Parser.createDocumentBuilder(Parse parse)
customizable creation of a new document builder. |
protected void |
Parser.execute(Parse parse)
customizable parse execution |
protected InputSource |
Parser.getInputSource(Parse parse)
customizable extraction of the inputSource from the given parse. |
void |
Parser.importExternalReferences(Element element,
Parse parse)
Imports the resource defined by the file, resource or url attribute of the element. |
void |
Parser.importStream(StreamSource importedStreamSource,
Element destination,
Parse importingParse)
builds a dom from the importedStreamSource and appends the child elements of the document element to the destination element. |
Object |
Binding.parse(Element element,
Parse parse,
Parser parser)
translates the given element into a domain model java object. |
Object |
Parser.parseDocument(Document document,
Parse parse)
start of the DOM walk. |
Object |
Parser.parseDocumentElement(Element documentElement,
Parse parse)
parses the top level element in the document and produces the object that is the result from the parsing. |
Object |
Parser.parseElement(Element element,
Parse parse)
parses an arbitrary element in the document with the first matching binding found using any of the categories. |
Object |
Parser.parseElement(Element element,
Parse parse,
String category)
parses an arbitrary element in the document based on the bindings in the given category. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||