Liferay 6.1.2-ce-ga3

com.liferay.util.xml
Class XMLTypeDetector

java.lang.Object
  extended by com.liferay.util.xml.XMLTypeDetector

public class XMLTypeDetector
extends Object


Field Summary
static XMLDescriptor[] REGISTERED_DESCRIPTORS
           
 
Constructor Summary
XMLTypeDetector()
           
 
Method Summary
static XMLDescriptor determineType(String doctype, org.dom4j.Document root)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REGISTERED_DESCRIPTORS

public static final XMLDescriptor[] REGISTERED_DESCRIPTORS
Constructor Detail

XMLTypeDetector

public XMLTypeDetector()
Method Detail

determineType

public static XMLDescriptor determineType(String doctype,
                                          org.dom4j.Document root)

Liferay 6.1.2-ce-ga3