Liferay 6.2-ce-ga5

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

Packages that use Document
com.liferay.portal.deploy.sandbox   
com.liferay.portal.googleapps   
com.liferay.portal.javadoc   
com.liferay.portal.kernel.lar   
com.liferay.portal.kernel.search   
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.util This package defines the portal utility interfaces and classes. 
com.liferay.portal.xml   
com.liferay.portlet.dynamicdatamapping.model   
com.liferay.portlet.dynamicdatamapping.model.impl   
com.liferay.portlet.dynamicdatamapping.service.impl   
com.liferay.portlet.dynamicdatamapping.util   
com.liferay.portlet.journal.action   
com.liferay.portlet.journal.service.impl   
 

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.googleapps
 

Methods in com.liferay.portal.googleapps that return Document
static Document GHelperUtil.getDocument(GAuthenticator gAuthenticator, String url)
           
protected  Document GBaseManagerImpl.getDocument(String url)
           
 

Methods in com.liferay.portal.googleapps with parameters of type Document
protected  Element GBaseManagerImpl.addAtomEntry(Document document)
           
static Element GHelperUtil.addAtomEntry(Document document)
           
protected  String GBaseManagerImpl.getErrorMessage(Document document)
           
static String GHelperUtil.getErrorMessage(Document document)
           
protected  boolean GBaseManagerImpl.hasError(Document document)
           
static boolean GHelperUtil.hasError(Document document)
           
static void GHelperUtil.submitAdd(GAuthenticator gAuthenticator, String url, Document document)
           
protected  void GBaseManagerImpl.submitAdd(String url, Document document)
           
static void GHelperUtil.submitUpdate(GAuthenticator gAuthenticator, String url, Document document)
           
protected  void GBaseManagerImpl.submitUpdate(String url, 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
static void ExportImportHelperUtil.writeManifestSummary(Document document, ManifestSummary manifestSummary)
           
 void ExportImportHelper.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.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)
           
static Document SAXReaderUtil.createDocument()
           
 Document SAXReader.createDocument()
           
static Document SAXReaderUtil.createDocument(Element rootElement)
           
 Document SAXReader.createDocument(Element rootElement)
           
static Document SAXReaderUtil.createDocument(String encoding)
           
 Document SAXReader.createDocument(String encoding)
           
 Document Node.getDocument()
           
static Document SAXReaderUtil.read(File file)
           
static Document UnsecureSAXReaderUtil.read(File file)
           
 Document SAXReader.read(File file)
           
static Document SAXReaderUtil.read(File file, boolean validate)
           
static Document UnsecureSAXReaderUtil.read(File file, boolean validate)
           
 Document SAXReader.read(File file, boolean validate)
           
static Document SAXReaderUtil.read(InputStream is)
           
static Document UnsecureSAXReaderUtil.read(InputStream is)
           
 Document SAXReader.read(InputStream is)
           
static Document SAXReaderUtil.read(InputStream is, boolean validate)
           
static Document UnsecureSAXReaderUtil.read(InputStream is, boolean validate)
           
 Document SAXReader.read(InputStream is, boolean validate)
           
static Document SAXReaderUtil.read(Reader reader)
           
static Document UnsecureSAXReaderUtil.read(Reader reader)
           
 Document SAXReader.read(Reader reader)
           
static Document SAXReaderUtil.read(Reader reader, boolean validate)
           
static Document UnsecureSAXReaderUtil.read(Reader reader, boolean validate)
           
 Document SAXReader.read(Reader reader, boolean validate)
           
static Document SAXReaderUtil.read(String xml)
           
static Document UnsecureSAXReaderUtil.read(String xml)
           
 Document SAXReader.read(String xml)
           
static Document SAXReaderUtil.read(String xml, boolean validate)
           
static Document UnsecureSAXReaderUtil.read(String xml, boolean validate)
           
 Document SAXReader.read(String xml, boolean validate)
           
static Document SAXReaderUtil.read(String xml, XMLSchema xmlSchema)
           
static Document UnsecureSAXReaderUtil.read(String xml, XMLSchema xmlSchema)
           
 Document SAXReader.read(String xml, XMLSchema xmlSchema)
           
static Document SAXReaderUtil.read(URL url)
           
static Document UnsecureSAXReaderUtil.read(URL url)
           
 Document SAXReader.read(URL url)
           
static Document SAXReaderUtil.read(URL url, boolean validate)
           
static Document UnsecureSAXReaderUtil.read(URL url, boolean validate)
           
 Document SAXReader.read(URL url, boolean validate)
           
static Document SAXReaderUtil.readURL(String url)
           
static Document UnsecureSAXReaderUtil.readURL(String url)
           
 Document SAXReader.readURL(String url)
           
static Document SAXReaderUtil.readURL(String url, boolean validate)
           
static Document UnsecureSAXReaderUtil.readURL(String url, boolean validate)
           
 Document SAXReader.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.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.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 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.model
 

Methods in com.liferay.portlet.dynamicdatamapping.model that return Document
 Document DDMStructure.getDocument()
           
 Document DDMStructureWrapper.getDocument()
           
 

Methods in com.liferay.portlet.dynamicdatamapping.model with parameters of type Document
 void DDMStructure.setDocument(Document document)
           
 void DDMStructureWrapper.setDocument(Document document)
           
 

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

Fields in com.liferay.portlet.dynamicdatamapping.model.impl declared as Document
 Document DDMStructureCacheModel._document
           
 

Methods in com.liferay.portlet.dynamicdatamapping.model.impl that return Document
 Document DDMStructureImpl.getDocument()
           
 Document DDMStructureModelImpl.getDocument()
           
 

Methods in com.liferay.portlet.dynamicdatamapping.model.impl with parameters of type Document
 void DDMStructureImpl.setDocument(Document document)
           
 void DDMStructureModelImpl.setDocument(Document document)
           
 

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

Methods in com.liferay.portlet.dynamicdatamapping.service.impl with parameters of type Document
protected  void DDMStructureLocalServiceImpl.appendNewStructureRequiredFields(DDMStructure structure, Document templateDocument)
           
protected  Set<String> DDMStructureLocalServiceImpl.getElementNames(Document document)
           
protected  void DDMStructureLocalServiceImpl.validate(Document document)
           
protected  void DDMStructureLocalServiceImpl.validate(Document parentDocument, Document childDocument)
           
 

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

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

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.service.impl
 

Methods in com.liferay.portlet.journal.service.impl that return Document
protected  Document JournalArticleLocalServiceImpl.updateDDMStructureXSDFieldMetadata(Document document, String fieldName, String metadataEntryName, String metadataEntryValue)
           
 

Methods in com.liferay.portlet.journal.service.impl with parameters of type Document
protected  void JournalArticleLocalServiceImpl.checkStructure(Document contentDoc, Element root)
           
protected  void JournalArticleLocalServiceImpl.checkStructureField(Element el, Document contentDoc)
           
protected  Document JournalArticleLocalServiceImpl.updateDDMStructureXSDFieldMetadata(Document document, String fieldName, String metadataEntryName, String metadataEntryValue)
           
 


Liferay 6.2-ce-ga5