public abstract class IstiXmlLoader extends IstiXmlUtils
ISO_8859_1_ENCODING_FORMAT, loadFileOpenedFlag, rootElement, useDocumentFlag, UTF_8_ENCODING_FORMAT, XML_FILE_EXTENSION, XML_STYLESHEET, XML_STYLESHEET_PROCESSING_INSTRUCTION, xmlBuilderObj, xmlFileOutputterObj, xmlFixedStrOutputterObj, xmlStrOutputterObj
Constructor and Description |
---|
IstiXmlLoader()
Constructs a XML file loader.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
processChildElement(Element parentElement,
int childIndex,
java.lang.Object parentObject)
Gets the next child for the specified element.
|
protected java.lang.Object |
processChildElement(Element parentElement,
java.lang.String attribute,
java.lang.String value,
java.lang.Object parentObject)
Gets the next child with the specifed attribute value for the specified
element.
|
protected void |
processChildren(Element parentElement,
java.lang.Object parentObject)
Processes the children for the specified element.
|
protected abstract java.lang.Object |
processElement(Element element,
java.lang.Object parentObject,
Element parentElement)
Processes the element for this document.
|
addXmlFileExtension, clearErrorMessage, convertFromEscapedCodes, createCdata, createRootElement, ctrlCharsFromEscapedCodes, ctrlCharsToEscapedCodes, ctrlCharsToEscapedCodes, elementToFixedString, elementToString, elementToString, findElement, findElement, getAnyNSChild, getChildDataFixedStr, getChildDataStr, getChildDataStr, getChildDataStr, getComponentForClass, getEncodedString, getErrorFlag, getErrorMessage, getLoadFileOpenedFlag, getRootElement, loadFile, loadFile, loadStream, loadStream, loadStream, loadStream, saveToFile, saveToFile, saveToStream, saveToStream, setDocumentStylesheet, setElementNamespace, setElementNamespace, setErrorMessage, setFileLineSeparator, setFileOmitDeclaration, setFileOmitEncoding, setFileOutExpandEmptyElements, setFileOutIndent, setFileOutNewlines, setFileOutTextTrim, setLoadExternalDTDFeature, setRootElement, setStrOutExpandEmptyElements, setStrOutIndent, setStrOutNewlines, setStrOutTextTrim, setTrimAllWhite, stringToElement
clearErrorMessageString, clearFetchedErrorMessage, enterErrorMessageString, getErrorMessageFlag, getErrorMessageString, getUnfetchedMessageFlag, setErrorMessageString
protected java.lang.Object processChildElement(Element parentElement, int childIndex, java.lang.Object parentObject)
parentElement
- the parent element to process.childIndex
- index of child element to return.parentObject
- the parent object for the element.protected java.lang.Object processChildElement(Element parentElement, java.lang.String attribute, java.lang.String value, java.lang.Object parentObject)
parentElement
- the parent element to process.attribute
- the attribute of the element to find.value
- the attribute value of the element to find.parentObject
- the parent object for the element.protected void processChildren(Element parentElement, java.lang.Object parentObject)
parentElement
- the parent element to processparentObject
- the parent object for the elementprotected abstract java.lang.Object processElement(Element element, java.lang.Object parentObject, Element parentElement)
element
- the element to processparentObject
- the parent object for the elementparentElement
- the parent element for the element.