Liferay 6.1.10-ee-ga1

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.search   
com.liferay.portal.kernel.xml   
com.liferay.portal.security.permission This package defines the portal security permission 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   
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.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
static Element GHelperUtil.addAtomEntry(Document document)
           
protected  Element GBaseManagerImpl.addAtomEntry(Document document)
           
static String GHelperUtil.getErrorMessage(Document document)
           
protected  String GBaseManagerImpl.getErrorMessage(Document document)
           
static boolean GHelperUtil.hasError(Document document)
           
protected  boolean GBaseManagerImpl.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.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.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)
           
 Document SAXReader.read(File file)
           
static Document SAXReaderUtil.read(File file, boolean validate)
           
 Document SAXReader.read(File file, boolean validate)
           
static Document SAXReaderUtil.read(InputStream is)
           
 Document SAXReader.read(InputStream is)
           
static Document SAXReaderUtil.read(InputStream is, boolean validate)
           
 Document SAXReader.read(InputStream is, boolean validate)
           
static Document SAXReaderUtil.read(Reader reader)
           
 Document SAXReader.read(Reader reader)
           
static Document SAXReaderUtil.read(Reader reader, boolean validate)
           
 Document SAXReader.read(Reader reader, boolean validate)
           
static Document SAXReaderUtil.read(String xml)
           
 Document SAXReader.read(String xml)
           
static Document SAXReaderUtil.read(String xml, boolean validate)
           
 Document SAXReader.read(String xml, boolean validate)
           
static Document SAXReaderUtil.read(URL url)
           
 Document SAXReader.read(URL url)
           
static Document SAXReaderUtil.read(URL url, boolean validate)
           
 Document SAXReader.read(URL url, boolean validate)
           
static Document SAXReaderUtil.readURL(String url)
           
 Document SAXReader.readURL(String url)
           
static Document SAXReaderUtil.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.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.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(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 DDMStructureWrapper.getDocument()
           
 Document DDMStructure.getDocument()
           
 

Methods in com.liferay.portlet.dynamicdatamapping.model with parameters of type Document
 void DDMStructureWrapper.setDocument(Document document)
           
 void DDMStructure.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 DDMStructureModelImpl.getDocument()
           
 Document DDMStructureImpl.getDocument()
           
 

Methods in com.liferay.portlet.dynamicdatamapping.model.impl with parameters of type Document
 void DDMStructureModelImpl.setDocument(Document document)
           
 void DDMStructureImpl.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)
           
 

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)
           
static JSONArray DDMXSDUtil.getJSONArray(Document document)
           
 JSONArray DDMXSD.getJSONArray(Document document)
           
 JSONArray DDMXSDImpl.getJSONArray(Document document)
           
 

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 with parameters of type Document
protected  void JournalArticleLocalServiceImpl.checkStructure(Document contentDoc, Element root)
           
protected  void JournalArticleLocalServiceImpl.checkStructureField(Element el, Document contentDoc)
           
 

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

Methods in com.liferay.portlet.journal.util with parameters of type Document
protected  void JournalIndexer.processStructure(Document structureDocument, Document document, Element rootElement)
           
 


Liferay 6.1.10-ee-ga1