| Methods in hr.fer.tel.nims.dsa.server.serviceprofilehandler with parameters of type XmlElement |
java.lang.String |
ProfileParser.addParameters(java.lang.String source,
XmlElement existingTag,
java.util.LinkedList insertingTags)
adds parameters from insertingTags list to the profile in
the existingTag element |
java.lang.String |
ProfileInterface.addParameters(java.lang.String source,
XmlElement existingTag,
java.util.LinkedList insertingTags)
|
java.lang.String |
ProfileParser.editParameters(java.lang.String source,
XmlElement existingTag,
XmlElement newTag)
edits parameters of existing tag and sets them to match
new tag element |
java.lang.String |
ProfileInterface.editParameters(java.lang.String source,
XmlElement existingTag,
XmlElement newTag)
|
java.lang.String |
ProfileParser.getParameter(java.lang.String source,
XmlElement existingTag)
returns requested existing tag (if it exists in the source) |
java.lang.String |
ProfileInterface.getParameter(java.lang.String source,
XmlElement existingTag)
|
java.lang.String |
ProfileParser.getParameterValue(java.lang.String source,
XmlElement existingTag)
returns requested existing tags value |
java.lang.String |
ProfileInterface.getParameterValue(java.lang.String source,
XmlElement existingTag)
|