Liferay 7.0-ce-m3

Uses of Interface
com.liferay.portal.kernel.xml.Document

Packages that use Document
com.liferay.portal.deploy.sandbox   
com.liferay.portal.javadoc   
com.liferay.portal.kernel.lar   
com.liferay.portal.kernel.search   
com.liferay.portal.kernel.templateparser   
com.liferay.portal.kernel.util This package defines the kernel utility interfaces and classes. 
com.liferay.portal.kernel.xml   
com.liferay.portal.lar This package defines the portal archiving interfaces, classes, and exceptions. 
com.liferay.portal.security.permission This package defines the portal security permission interfaces and classes. 
com.liferay.portal.templateparser   
com.liferay.portal.util This package defines the portal utility interfaces and classes. 
com.liferay.portal.verify   
com.liferay.portal.xml   
com.liferay.portlet.dynamicdatamapping.util   
com.liferay.portlet.dynamicdatamapping.util.test   
com.liferay.portlet.journal.action   
com.liferay.portlet.journal.model   
com.liferay.portlet.journal.model.impl   
com.liferay.portlet.journal.service.impl   
com.liferay.portlet.journal.util   
 

Uses of Document in com.liferay.portal.deploy.sandbox
 

Methods in com.liferay.portal.deploy.sandbox with parameters of type Document
protected  Namespace PortletSandboxHandler.getPortletNamespace(Document document)
           
 

Uses of Document in com.liferay.portal.javadoc
 

Methods in com.liferay.portal.javadoc that return Document
protected  Document JavadocManagerImpl.getDocument(ClassLoader classLoader)
           
 

Methods in com.liferay.portal.javadoc with parameters of type Document
protected  void JavadocManagerImpl.parseDocument(String servletContextName, ClassLoader classLoader, Document document)
           
 

Uses of Document in com.liferay.portal.kernel.lar
 

Methods in com.liferay.portal.kernel.lar with parameters of type Document
 void ExportImportHelper.writeManifestSummary(Document document, ManifestSummary manifestSummary)
           
static void ExportImportHelperUtil.writeManifestSummary(Document document, ManifestSummary manifestSummary)
           
 

Uses of Document in com.liferay.portal.kernel.search
 

Methods in com.liferay.portal.kernel.search with parameters of type Document
protected  Object[] BaseOpenSearchImpl.addSearchResultsAtom(Document doc, String[] queryTerms, String keywords, int startPage, int itemsPerPage, int total, int start, int totalPages, int previousPage, int nextPage, String title, String searchPath, ThemeDisplay themeDisplay)
           
protected  Object[] BaseOpenSearchImpl.addSearchResultsRSS(Document doc, String[] queryTerms, String keywords, int startPage, int itemsPerPage, int total, int start, int totalPages, int previousPage, int nextPage, String title, String searchPath, ThemeDisplay themeDisplay)
           
 

Uses of Document in com.liferay.portal.kernel.templateparser
 

Methods in com.liferay.portal.kernel.templateparser that return Document
 Document BaseTransformerListener.onXml(Document document, String languageId, Map<String,String> tokens)
           
 Document TransformerListener.onXml(Document document, String languageId, Map<String,String> tokens)
           
 

Methods in com.liferay.portal.kernel.templateparser with parameters of type Document
 String BaseTransformerListener.onScript(String script, Document document, String languageId, Map<String,String> tokens)
           
 String TransformerListener.onScript(String script, Document document, String languageId, Map<String,String> tokens)
           
 Document BaseTransformerListener.onXml(Document document, String languageId, Map<String,String> tokens)
           
 Document TransformerListener.onXml(Document document, String languageId, Map<String,String> tokens)
           
 

Uses of Document in com.liferay.portal.kernel.util
 

Methods in com.liferay.portal.kernel.util with parameters of type Document
 String[] Localization.getAvailableLanguageIds(Document document)
           
static String[] LocalizationUtil.getAvailableLanguageIds(Document document)
           
 String Localization.getDefaultLanguageId(Document document)
           
static String LocalizationUtil.getDefaultLanguageId(Document document)
           
 String Localization.getDefaultLanguageId(Document document, Locale defaultLocale)
           
static String LocalizationUtil.getDefaultLanguageId(Document document, Locale defaultLocale)
           
 

Uses of Document in com.liferay.portal.kernel.xml
 

Methods in com.liferay.portal.kernel.xml that return Document
 Document Document.addComment(String comment)
           
 Document Document.addDocumentType(String name, String publicId, String systemId)
           
 Document Document.clone()
           
 Document SAXReader.createDocument()
           
static Document SAXReaderUtil.createDocument()
           
 Document SAXReader.createDocument(Element rootElement)
           
static Document SAXReaderUtil.createDocument(Element rootElement)
           
 Document SAXReader.createDocument(String encoding)
           
static Document SAXReaderUtil.createDocument(String encoding)
           
 Document Node.getDocument()
           
 Document SAXReader.read(File file)
           
static Document SAXReaderUtil.read(File file)
           
 Document SAXReader.read(File file, boolean validate)
           
static Document SAXReaderUtil.read(File file, boolean validate)
           
 Document SAXReader.read(InputStream is)
           
static Document SAXReaderUtil.read(InputStream is)
           
 Document SAXReader.read(InputStream is, boolean validate)
           
static Document SAXReaderUtil.read(InputStream is, boolean validate)
           
 Document SAXReader.read(Reader reader)
           
static Document SAXReaderUtil.read(Reader reader)
           
 Document SAXReader.read(Reader reader, boolean validate)
           
static Document SAXReaderUtil.read(Reader reader, boolean validate)
           
 Document SAXReader.read(String xml)
           
static Document SAXReaderUtil.read(String xml)
           
 Document SAXReader.read(String xml, boolean validate)
           
static Document SAXReaderUtil.read(String xml, boolean validate)
           
 Document SAXReader.read(String xml, XMLSchema xmlSchema)
           
static Document SAXReaderUtil.read(String xml, XMLSchema xmlSchema)
           
 Document SAXReader.read(URL url)
           
static Document SAXReaderUtil.read(URL url)
           
 Document SAXReader.read(URL url, boolean validate)
           
static Document SAXReaderUtil.read(URL url, boolean validate)
           
 Document SAXReader.readURL(String url)
           
static Document SAXReaderUtil.readURL(String url)
           
 Document SAXReader.readURL(String url, boolean validate)
           
static Document SAXReaderUtil.readURL(String url, boolean validate)
           
 

Methods in com.liferay.portal.kernel.xml with parameters of type Document
protected abstract  T BaseVisitor.handleDocument(Document document, List<T> nodeResults)
           
 T Visitor.visitDocument(Document document)
           
 T BaseVisitor.visitDocument(Document document)
           
 

Uses of Document in com.liferay.portal.lar
 

Methods in com.liferay.portal.lar with parameters of type Document
 void ExportImportHelperImpl.writeManifestSummary(Document document, ManifestSummary manifestSummary)
           
 

Uses of Document in com.liferay.portal.security.permission
 

Methods in com.liferay.portal.security.permission with parameters of type Document
protected  void ResourceActionsImpl.read(String servletContextName, Document document)
           
 

Uses of Document in com.liferay.portal.templateparser
 

Methods in com.liferay.portal.templateparser with parameters of type Document
protected  String Transformer.doTransform(ThemeDisplay themeDisplay, Map<String,String> tokens, String viewMode, String languageId, Document document, PortletRequestModel portletRequestModel, String script, String langType, boolean propagateException)
           
protected  Template Transformer.getTemplate(String templateId, Map<String,String> tokens, String languageId, Document document, String script, String langType)
           
 String Transformer.transform(ThemeDisplay themeDisplay, Map<String,String> tokens, String viewMode, String languageId, Document document, PortletRequestModel portletRequestModel, String script, String langType)
           
 String Transformer.transform(ThemeDisplay themeDisplay, Map<String,String> tokens, String viewMode, String languageId, Document document, PortletRequestModel portletRequestModel, String script, String langType, boolean propagateException)
           
 

Uses of Document in com.liferay.portal.util
 

Methods in com.liferay.portal.util with parameters of type Document
 String[] LocalizationImpl.getAvailableLanguageIds(Document document)
           
 String LocalizationImpl.getDefaultLanguageId(Document document)
           
 String LocalizationImpl.getDefaultLanguageId(Document document, Locale defaultLocale)
           
 

Uses of Document in com.liferay.portal.verify
 

Methods in com.liferay.portal.verify with parameters of type Document
protected  List<Node> VerifyDynamicDataMapping.getDynamicElementNodes(Document document)
           
 

Uses of Document in com.liferay.portal.xml
 

Classes in com.liferay.portal.xml that implement Document
 class DocumentImpl
           
 

Methods in com.liferay.portal.xml that return Document
 Document DocumentImpl.addComment(String comment)
           
 Document DocumentImpl.addDocumentType(String name, String publicId, String systemId)
           
 Document DocumentImpl.clone()
           
 Document SAXReaderImpl.createDocument()
           
 Document SAXReaderImpl.createDocument(Element rootElement)
           
 Document SAXReaderImpl.createDocument(String encoding)
           
 Document NodeImpl.getDocument()
           
 Document SAXReaderImpl.read(File file)
           
 Document SAXReaderImpl.read(File file, boolean validate)
           
 Document SAXReaderImpl.read(InputStream is)
           
 Document SAXReaderImpl.read(InputStream is, boolean validate)
           
 Document SAXReaderImpl.read(Reader reader)
           
 Document SAXReaderImpl.read(Reader reader, boolean validate)
           
 Document SAXReaderImpl.read(String xml)
           
 Document SAXReaderImpl.read(String xml, boolean validate)
           
 Document SAXReaderImpl.read(String xml, XMLSchema xmlSchema)
           
 Document SAXReaderImpl.read(URL url)
           
 Document SAXReaderImpl.read(URL url, boolean validate)
           
 Document SAXReaderImpl.readURL(String url)
           
 Document SAXReaderImpl.readURL(String url, boolean validate)
           
 

Uses of Document in com.liferay.portlet.dynamicdatamapping.util
 

Methods in com.liferay.portlet.dynamicdatamapping.util with parameters of type Document
static String DDMXMLUtil.formatXML(Document document)
           
 String DDMXML.formatXML(Document document)
           
 String DDMXMLImpl.formatXML(Document document)
           
protected  List<Node> DDMXMLImpl.getElementsByName(Document document, String name)
           
static JSONArray DDMXSDUtil.getJSONArray(Document document)
           
 JSONArray DDMXSD.getJSONArray(Document document)
           
 JSONArray DDMXSDImpl.getJSONArray(Document document)
           
static String DDMXMLUtil.getXML(Document document, Fields fields)
           
 String DDMXML.getXML(Document document, Fields fields)
           
 String DDMXMLImpl.getXML(Document document, Fields fields)
           
protected  void DDMXMLImpl.validate(Document document)
           
 

Uses of Document in com.liferay.portlet.dynamicdatamapping.util.test
 

Methods in com.liferay.portlet.dynamicdatamapping.util.test that return Document
static Document DDMTemplateTestUtil.createDocument(String availableLocales, String defaultLocale)
           
protected static Document DDMStructureTestUtil.createDocumentContent(String availableLocales, String defaultLocale)
           
protected static Document DDMStructureTestUtil.createDocumentStructure(Locale[] availableLocales, Locale defaultLocale)
           
 

Uses of Document in com.liferay.portlet.journal.action
 

Methods in com.liferay.portlet.journal.action with parameters of type Document
protected  void GetArticleAction.addProcessingInstructions(Document doc, javax.servlet.http.HttpServletRequest request, ThemeDisplay themeDisplay, JournalArticle article)
           
protected  void GetArticleAction.addStyleSheet(Document doc, String url, Map<String,String> arguments)
           
 

Uses of Document in com.liferay.portlet.journal.model
 

Methods in com.liferay.portlet.journal.model that return Document
 Document JournalArticle.getDocument()
           
 Document JournalArticleWrapper.getDocument()
           
 

Methods in com.liferay.portlet.journal.model with parameters of type Document
 void JournalArticle.setDocument(Document document)
           
 void JournalArticleWrapper.setDocument(Document document)
           
 

Uses of Document in com.liferay.portlet.journal.model.impl
 

Fields in com.liferay.portlet.journal.model.impl declared as Document
 Document JournalArticleCacheModel._document
           
 

Methods in com.liferay.portlet.journal.model.impl that return Document
 Document JournalArticleModelImpl.getDocument()
           
 Document JournalArticleImpl.getDocument()
           
 

Methods in com.liferay.portlet.journal.model.impl with parameters of type Document
static String JournalArticleImpl.getContentByLocale(Document document, String languageId)
           
 void JournalArticleModelImpl.setDocument(Document document)
           
 void JournalArticleImpl.setDocument(Document document)
           
 

Uses of Document in com.liferay.portlet.journal.service.impl
 

Methods in com.liferay.portlet.journal.service.impl with parameters of type Document
protected  void JournalArticleLocalServiceImpl.checkStructure(Document contentDocument, DDMForm ddmForm)
           
 

Uses of Document in com.liferay.portlet.journal.util
 

Methods in com.liferay.portlet.journal.util that return Document
 Document LocaleTransformerListener.onXml(Document document, String languageId, Map<String,String> tokens)
           
 Document ContentTransformerListener.onXml(Document document, String languageId, Map<String,String> tokens)
           
 

Methods in com.liferay.portlet.journal.util with parameters of type Document
protected  void LocaleTransformerListener.filterByLanguage(Document document, String languageId)
           
static Fields JournalConverterUtil.getDDMFields(DDMStructure ddmStructure, Document document)
           
 Fields JournalConverter.getDDMFields(DDMStructure ddmStructure, Document document)
           
 Fields JournalConverterImpl.getDDMFields(DDMStructure ddmStructure, Document document)
           
protected  String ContentTransformerListener.getDynamicContent(Document document, String elementName)
           
protected  String ContentTransformerListener.injectEditInPlace(String script, Document document)
           
 String LocaleTransformerListener.onScript(String script, Document document, String languageId, Map<String,String> tokens)
           
 String TokensTransformerListener.onScript(String script, Document document, String languageId, Map<String,String> tokens)
           
 String PropertiesTransformerListener.onScript(String script, Document document, String languageId, Map<String,String> tokens)
           
 String RegexTransformerListener.onScript(String script, Document document, String languageId, Map<String,String> tokens)
           
 String ContentTransformerListener.onScript(String script, Document document, String languageId, Map<String,String> tokens)
           
 Document LocaleTransformerListener.onXml(Document document, String languageId, Map<String,String> tokens)
           
 Document ContentTransformerListener.onXml(Document document, String languageId, Map<String,String> tokens)
           
static String JournalUtil.removeArticleLocale(Document document, String content, String languageId)
           
protected  void ContentTransformerListener.replace(Document document, Map<String,String> tokens)
           
static String JournalUtil.transform(ThemeDisplay themeDisplay, Map<String,String> tokens, String viewMode, String languageId, Document document, PortletRequestModel portletRequestModel, String script, String langType)
           
static String JournalUtil.transform(ThemeDisplay themeDisplay, Map<String,String> tokens, String viewMode, String languageId, Document document, PortletRequestModel portletRequestModel, String script, String langType, boolean propagateException)
           
 


Liferay 7.0-ce-m3