| Methods in com.liferay.portal.kernel.search that return Element |
static Element |
OpenSearchUtil.addElement(Element el,
String name,
int namespaceType)
|
static Element |
OpenSearchUtil.addElement(Element el,
String name,
int namespaceType,
Date value)
|
static Element |
OpenSearchUtil.addElement(Element el,
String name,
int namespaceType,
double value)
|
static Element |
OpenSearchUtil.addElement(Element el,
String name,
int namespaceType,
int value)
|
static Element |
OpenSearchUtil.addElement(Element el,
String name,
int namespaceType,
long value)
|
static Element |
OpenSearchUtil.addElement(Element el,
String name,
int namespaceType,
String value)
|
| Methods in com.liferay.portal.kernel.search with parameters of type Element |
static Element |
OpenSearchUtil.addElement(Element el,
String name,
int namespaceType)
|
static Element |
OpenSearchUtil.addElement(Element el,
String name,
int namespaceType,
Date value)
|
static Element |
OpenSearchUtil.addElement(Element el,
String name,
int namespaceType,
double value)
|
static Element |
OpenSearchUtil.addElement(Element el,
String name,
int namespaceType,
int value)
|
static Element |
OpenSearchUtil.addElement(Element el,
String name,
int namespaceType,
long value)
|
static Element |
OpenSearchUtil.addElement(Element el,
String name,
int namespaceType,
String value)
|
static void |
OpenSearchUtil.addLink(Element root,
String searchURL,
String rel,
String keywords,
int page,
int itemsPerPage)
|
protected void |
BaseOpenSearchImpl.addSearchResult(Element root,
long groupId,
long scopeGroupId,
String entryClassName,
long entryClassPK,
String title,
String link,
Date updated,
String summary,
double score,
String format)
|
protected void |
BaseOpenSearchImpl.addSearchResult(Element root,
long groupId,
long scopeGroupId,
String entryClassName,
long entryClassPK,
String title,
String link,
Date updated,
String summary,
String[] tags,
double ratings,
double score,
String format)
|
protected void |
BaseOpenSearchImpl.addSearchResultAtom(Element root,
long groupId,
long scopeGroupId,
String entryClassName,
long entryClassPK,
String title,
String link,
Date updated,
String summary,
String[] tags,
double ratings,
double score)
|
protected void |
BaseOpenSearchImpl.addSearchResultRSS(Element root,
long groupId,
long scopeGroupId,
String entryClassName,
long entryClassPK,
String title,
String link,
Date updated,
String summary,
String[] tags,
double ratings,
double score)
|
| Methods in com.liferay.portal.kernel.xml with parameters of type Element |
void |
Branch.add(Element element)
|
void |
Element.appendAttributes(Element element)
|
Node |
Node.asXPathResult(Element parent)
|
static Attribute |
SAXReaderUtil.createAttribute(Element element,
QName qName,
String value)
|
Attribute |
SAXReader.createAttribute(Element element,
QName qName,
String value)
|
static Attribute |
SAXReaderUtil.createAttribute(Element element,
String name,
String value)
|
Attribute |
SAXReader.createAttribute(Element element,
String name,
String value)
|
static Document |
SAXReaderUtil.createDocument(Element rootElement)
|
Document |
SAXReader.createDocument(Element rootElement)
|
String |
Node.getPath(Element context)
|
String |
Node.getUniquePath(Element context)
|
protected abstract T |
BaseVisitor.handleElement(Element element,
List<T> attributeResults,
List<T> nodeResults)
|
boolean |
Branch.remove(Element element)
|
void |
Document.setRootElement(Element rootElement)
|
T |
Visitor.visitElement(Element element)
|
T |
BaseVisitor.visitElement(Element element)
|
| Methods in com.liferay.portal.service with parameters of type Element |
void |
LayoutTemplateLocalServiceWrapper.readLayoutTemplate(String servletContextName,
javax.servlet.ServletContext servletContext,
Set<ObjectValuePair<String,Boolean>> layoutTemplateIds,
Element el,
boolean standard,
String themeId,
PluginPackage pluginPackage)
|
static void |
LayoutTemplateLocalServiceUtil.readLayoutTemplate(String servletContextName,
javax.servlet.ServletContext servletContext,
Set<ObjectValuePair<String,Boolean>> layoutTemplateIds,
Element el,
boolean standard,
String themeId,
PluginPackage pluginPackage)
|
void |
LayoutTemplateLocalService.readLayoutTemplate(String servletContextName,
javax.servlet.ServletContext servletContext,
Set<ObjectValuePair<String,Boolean>> layoutTemplateIds,
Element el,
boolean standard,
String themeId,
PluginPackage pluginPackage)
|
| Methods in com.liferay.util.xml that return Element |
static Element |
DocUtil.add(Element element,
QName qName)
|
static Element |
DocUtil.add(Element element,
QName qName,
boolean text)
|
static Element |
DocUtil.add(Element element,
QName qName,
double text)
|
static Element |
DocUtil.add(Element element,
QName qName,
float text)
|
static Element |
DocUtil.add(Element element,
QName qName,
int text)
|
static Element |
DocUtil.add(Element element,
QName qName,
long text)
|
static Element |
DocUtil.add(Element element,
QName qName,
Object text)
|
static Element |
DocUtil.add(Element element,
QName qName,
short text)
|
static Element |
DocUtil.add(Element element,
QName qName,
String text)
|
static Element |
DocUtil.add(Element element,
String name,
boolean text)
|
static Element |
DocUtil.add(Element element,
String name,
double text)
|
static Element |
DocUtil.add(Element element,
String name,
float text)
|
static Element |
DocUtil.add(Element element,
String name,
int text)
|
static Element |
DocUtil.add(Element element,
String name,
long text)
|
static Element |
DocUtil.add(Element element,
String name,
Namespace namespace)
|
static Element |
DocUtil.add(Element element,
String name,
Namespace namespace,
boolean text)
|
static Element |
DocUtil.add(Element element,
String name,
Namespace namespace,
double text)
|
static Element |
DocUtil.add(Element element,
String name,
Namespace namespace,
float text)
|
static Element |
DocUtil.add(Element element,
String name,
Namespace namespace,
int text)
|
static Element |
DocUtil.add(Element element,
String name,
Namespace namespace,
long text)
|
static Element |
DocUtil.add(Element element,
String name,
Namespace namespace,
Object text)
|
static Element |
DocUtil.add(Element element,
String name,
Namespace namespace,
short text)
|
static Element |
DocUtil.add(Element element,
String name,
Namespace namespace,
String text)
|
static Element |
DocUtil.add(Element element,
String name,
Object text)
|
static Element |
DocUtil.add(Element element,
String name,
short text)
|
static Element |
DocUtil.add(Element element,
String name,
String text)
|
| Methods in com.liferay.util.xml with parameters of type Element |
static Element |
DocUtil.add(Element element,
QName qName)
|
static Element |
DocUtil.add(Element element,
QName qName,
boolean text)
|
static Element |
DocUtil.add(Element element,
QName qName,
double text)
|
static Element |
DocUtil.add(Element element,
QName qName,
float text)
|
static Element |
DocUtil.add(Element element,
QName qName,
int text)
|
static Element |
DocUtil.add(Element element,
QName qName,
long text)
|
static Element |
DocUtil.add(Element element,
QName qName,
Object text)
|
static Element |
DocUtil.add(Element element,
QName qName,
short text)
|
static Element |
DocUtil.add(Element element,
QName qName,
String text)
|
static Element |
DocUtil.add(Element element,
String name,
boolean text)
|
static Element |
DocUtil.add(Element element,
String name,
double text)
|
static Element |
DocUtil.add(Element element,
String name,
float text)
|
static Element |
DocUtil.add(Element element,
String name,
int text)
|
static Element |
DocUtil.add(Element element,
String name,
long text)
|
static Element |
DocUtil.add(Element element,
String name,
Namespace namespace)
|
static Element |
DocUtil.add(Element element,
String name,
Namespace namespace,
boolean text)
|
static Element |
DocUtil.add(Element element,
String name,
Namespace namespace,
double text)
|
static Element |
DocUtil.add(Element element,
String name,
Namespace namespace,
float text)
|
static Element |
DocUtil.add(Element element,
String name,
Namespace namespace,
int text)
|
static Element |
DocUtil.add(Element element,
String name,
Namespace namespace,
long text)
|
static Element |
DocUtil.add(Element element,
String name,
Namespace namespace,
Object text)
|
static Element |
DocUtil.add(Element element,
String name,
Namespace namespace,
short text)
|
static Element |
DocUtil.add(Element element,
String name,
Namespace namespace,
String text)
|
static Element |
DocUtil.add(Element element,
String name,
Object text)
|
static Element |
DocUtil.add(Element element,
String name,
short text)
|
static Element |
DocUtil.add(Element element,
String name,
String text)
|
static void |
BeanToXMLUtil.addBean(Object obj,
Element parentEl)
|
static void |
BeanToXMLUtil.addFields(Object obj,
Element parentEl)
|