| java.lang.Object de.schlund.pfixxml.ResultDocument
ResultDocument | public class ResultDocument (Code) | | author: jtl |
Method Summary | |
public void | addHiddenValue(String name, String value) | public static Element | addObject(Element element, Object object) | public static Element | addObject(Element element, String name, Object object) | public void | addStatusCode(Properties props, StatusCode code, String[] args, String level, String field) | public static Element | addTextChild(Element element, String name, String text) | public static Element | addTextIncludeChild(Element element, String name, String incfile, String part) | public void | addUsedNamespace(String prefix, String uri) | public void | addValue(String name, String value) | public Element | createIncludeFromStatusCode(Properties props, StatusCode code) | public Element | createIncludeFromStatusCode(Properties props, StatusCode code, String[] args) | public static Element | createIncludeFromStatusCode(Document thedoc, Properties props, StatusCode code, String[] args) | public Element | createNode(String name) | public Element | createSubNode(Element el, String name) | public Element | getRootElement() | public SPDocument | getSPDocument() | public void | setSPDocument(SPDocument spdoc) |
ResultDocument | public ResultDocument()(Code) | | |
|
|