org.exoplatform.applications.ooplugin.config
Class XmlConfig

java.lang.Object
  extended by org.exoplatform.applications.ooplugin.config.XmlConfig
Direct Known Subclasses:
DialogBuilder, FilterListLoader, FilterType

public class XmlConfig
extends java.lang.Object

Created by The eXo Platform SAS.

Version:
$Id: $
Author:
Vitaly Guly

Constructor Summary
XmlConfig()
           
 
Method Summary
protected  org.w3c.dom.Node getChildNode(org.w3c.dom.Node node, java.lang.String childName)
           
protected  org.w3c.dom.Document getDocumentFromInputStream(java.io.InputStream in)
           
protected  org.w3c.dom.Document getDocumentFromResource(java.lang.String resourceName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlConfig

public XmlConfig()
Method Detail

getDocumentFromResource

protected org.w3c.dom.Document getDocumentFromResource(java.lang.String resourceName)
                                                throws java.lang.Exception
Throws:
java.lang.Exception

getDocumentFromInputStream

protected org.w3c.dom.Document getDocumentFromInputStream(java.io.InputStream in)
                                                   throws java.lang.Exception
Throws:
java.lang.Exception

getChildNode

protected org.w3c.dom.Node getChildNode(org.w3c.dom.Node node,
                                        java.lang.String childName)


Copyright © 2011 eXo Platform SAS. All Rights Reserved.