| Package | Description | 
|---|---|
| oracle.ifs.beans.parsers | 
| Modifier and Type | Method and Description | 
|---|---|
protected LibraryObject | 
SimpleXmlParserImpl.createObject(Element parent,
            DefinitionHolder parentDh,
            AttributeDescription attribute)
Creates a libraryObject based on an DOM element. 
 | 
protected LibraryObject | 
SimpleXmlParserImpl.createObjectWithClass(DefinitionHolder parentDh,
                     Element element,
                     AttributeDescription attribute)
Creates an object from an XMLElement 
 | 
protected LibraryObject | 
SimpleXmlParserImpl.handleExistingRef(DefinitionHolder dh,
                 AttributeDescription attribute)
Reads an existing object out of an object which is being updated. 
 | 
protected PublicObject | 
SimpleXmlParserImpl.handlePathRef(Element element,
             AttributeDescription attribute)
Finds an object by path 
 | 
protected LibraryObject | 
SimpleXmlParserImpl.handleRef(DefinitionHolder dh,
         Element element,
         AttributeDescription attribute)
Finds an object by reference. 
 | 
protected LibraryObject | 
SimpleXmlParserImpl.handleRefType(DefinitionHolder dh,
             Element element,
             String refType,
             AttributeDescription attribute)
Finds an object by reference. 
 | 
protected LibraryObject | 
SimpleXmlParserImpl.handleSearchRef(Element element,
               AttributeDescription attribute,
               String searchAttributeName)
Reads an existing object out of an object which is being updated. 
 | 
protected LibraryObject | 
SimpleXmlParserImpl.handleValueDefaultRef(Element element,
                     AttributeDescription attribute)
Finds an object referenced by a named ValueDefault 
 | 
protected DefinitionHolder | 
SimpleXmlParserImpl.processDefinition(String definitionName,
                 ClassObject co,
                 DefinitionHolder parentDh,
                 AttributeDescription attribute,
                 Element parent)
Create DefinitionHolder given the name of the Definition class to use and
 the ClassObject of the object being created. 
 | 
protected LibraryObject | 
SimpleXmlParserImpl.readLibraryObject(DefinitionHolder dh,
                 Element element,
                 AttributeDescription attribute)
Reads in a LibraryObject from an XMLElement. 
 | 
protected Object | 
SimpleXmlParserImpl.readValue(DefinitionHolder dh,
         Element currentChild,
         AttributeDescription attribute)
Reads a value from a DOM element, assuming the value has the 
 specified datatype. 
 | 
Copyright © 2025. All rights reserved.