程序包 | 说明 |
---|---|
org.opencms.ade.contenteditor | |
org.opencms.importexport |
Contains functions to import and export resources from the OpenCms VFS.
|
org.opencms.module |
OpenCms modules provide a powerful, standardized way to extend
the core OpenCms functionality.
|
org.opencms.setup.xml |
Contains classes to adapt xml configuration files when updating OpenCms.
|
org.opencms.util |
Utility functions for String manipulation and other often used tasks.
|
org.opencms.workplace.editors |
Base classes for the editors (WYSIWYG, plain text, XML content) used in the OpenCms Workplace.
|
org.opencms.xml |
Basic XML functionality and utilities used by OpenCms to maintain XML documents and content.
|
org.opencms.xml.containerpage |
Contains functions for the ADE main pages, commonly called "Container Pages" in OpenCms.
|
org.opencms.xml.content |
Contains functions for structured content storage using XML, commonly called "XML content" in OpenCms.
|
org.opencms.xml.page |
Contains functions for unstructured content storage using XML, commonly called "XML pages" in OpenCms.
|
限定符和类型 | 方法和说明 |
---|---|
boolean |
CmsContentTypeVisitor.isEditorCompatible(CmsXmlContentDefinition xmlContentDefinition)
Checks if the content type widgets are compatible with the new content editor.
|
限定符和类型 | 方法和说明 |
---|---|
static CmsXmlPage |
CmsXmlPageConverter.convertToXmlPage(CmsObject cms,
byte[] content,
java.util.Locale locale,
java.lang.String encoding)
已过时。
Converts the contents of a page into an xml page.
|
void |
CmsImport.importData(CmsImportParameters parameters)
Imports the resources and writes them to the cms VFS, even if there
already exist files with the same name.
|
void |
I_CmsImportExportHandler.importData(CmsObject cms,
I_CmsReport report)
Imports the data into the Cms.
|
void |
CmsVfsImportExportHandler.importData(CmsObject cms,
I_CmsReport report) |
void |
I_CmsImport.importData(CmsObject cms,
I_CmsReport report,
CmsImportParameters parameters)
Imports the data.
|
void |
CmsImportVersion5.importData(CmsObject cms,
I_CmsReport report,
CmsImportParameters params)
已过时。
|
void |
CmsImportVersion2.importData(CmsObject cms,
I_CmsReport report,
CmsImportParameters params)
已过时。
|
void |
CmsImportExportManager.importData(CmsObject cms,
I_CmsReport report,
CmsImportParameters parameters)
Checks if the current user has permissions to import data into the Cms,
and if so, creates a new import handler instance that imports the data.
|
void |
CmsImportVersion3.importData(CmsObject cms,
I_CmsReport report,
CmsImportParameters params)
已过时。
|
void |
CmsImportVersion4.importData(CmsObject cms,
I_CmsReport report,
CmsImportParameters params)
已过时。
|
void |
I_CmsImportExportHandler.importData(CmsObject cms,
java.lang.String importFile,
java.lang.String importPath,
I_CmsReport report)
已过时。
|
void |
CmsImportExportManager.importData(CmsObject cms,
java.lang.String importFile,
java.lang.String importPath,
I_CmsReport report)
|
void |
CmsVfsImportExportHandler.importData(CmsObject cms,
java.lang.String importFile,
java.lang.String importPath,
I_CmsReport report)
已过时。
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsModuleImportExportHandler.importData(CmsObject cms,
I_CmsReport report) |
void |
CmsModuleImportExportHandler.importData(CmsObject cms,
java.lang.String importFile,
java.lang.String importPath,
I_CmsReport report)
已过时。
|
限定符和类型 | 方法和说明 |
---|---|
static java.lang.String |
CmsSetupXmlHelper.format(java.lang.String xml)
Unmarshals (reads) an XML string into a new document.
|
org.dom4j.Document |
CmsSetupXmlHelper.getDocument(java.lang.String xmlFilename)
Returns the document for the given filename.
|
java.lang.String |
CmsSetupXmlHelper.getValue(java.lang.String xmlFilename,
java.lang.String xPath)
Returns the value in the given xpath of the given xml file.
|
boolean |
CmsSetupXmlHelper.setAttribute(java.lang.String xmlFilename,
java.lang.String xPath,
java.lang.String attribute,
java.lang.String value)
Replaces a attibute's value in the given node addressed by the xPath.
|
int |
CmsSetupXmlHelper.setValue(java.lang.String xmlFilename,
java.lang.String xPath,
java.lang.String value)
Sets the given value in all nodes identified by the given xpath of the given xml file.
|
int |
CmsSetupXmlHelper.setValue(java.lang.String xmlFilename,
java.lang.String xPath,
java.lang.String value,
java.lang.String nodeToInsert)
Sets the given value in all nodes identified by the given xpath of the given xml file.
|
void |
CmsSetupXmlHelper.write(java.lang.String xmlFilename)
Writes the given file back to disk.
|
void |
CmsSetupXmlHelper.writeAll()
Flushes all cached documents.
|
限定符和类型 | 方法和说明 |
---|---|
static java.lang.String |
CmsXsltUtil.transformCsvContent(CmsObject cms,
java.lang.String xsltFile,
java.lang.String csvContent,
java.lang.String delimiter)
Changes content from CSV to xml/html.
|
static java.lang.String |
CmsXsltUtil.transformXmlContent(CmsObject cms,
java.lang.String xsltFile,
java.lang.String xmlContent)
Applies a XSLT Transformation to the content.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsXmlContentEditor.setEditorValues(java.util.Locale locale)
Sets the editor values for the locale with the parameters from the request.
|
限定符和类型 | 方法和说明 |
---|---|
I_CmsXmlSchemaType |
CmsXmlContentTypeManager.addContentType(java.lang.Class<?> clazz)
Adds a XML content schema type class to the registered XML content types.
|
void |
I_CmsXmlDocument.addLocale(CmsObject cms,
java.util.Locale locale)
Adds the given locale to this XML document.
|
void |
CmsXmlContentDefinition.addType(I_CmsXmlSchemaType type)
Adds the given content type.
|
void |
I_CmsXmlDocument.copyLocale(java.util.List<java.util.Locale> possibleSources,
java.util.Locale destination)
Copies the content from the first matching source locale that exists in this XML document
to the given destination locale in this XML document.
|
void |
A_CmsXmlDocument.copyLocale(java.util.List<java.util.Locale> possibleSources,
java.util.Locale destination) |
void |
I_CmsXmlDocument.copyLocale(java.util.Locale source,
java.util.Locale destination)
Copies the content of the given source locale to the given destination locale in this XML document.
|
void |
A_CmsXmlDocument.copyLocale(java.util.Locale source,
java.util.Locale destination) |
CmsFile |
A_CmsXmlDocument.correctXmlStructure(CmsObject cms)
Corrects the structure of this XML document.
|
I_CmsXmlContentHandler |
CmsXmlContentTypeManager.getContentHandler(java.lang.String className,
java.lang.String schemaLocation)
Returns the XML content handler instance class for the specified class name.
|
I_CmsXmlSchemaType |
CmsXmlContentTypeManager.getContentType(org.dom4j.Element typeElement,
java.util.Set<CmsXmlContentDefinition> nestedDefinitions)
Generates an initialized instance of a XML content type definition
from the given XML schema element.
|
I_CmsXmlContentHandler |
CmsXmlContentTypeManager.getFreshContentHandler(java.lang.String className)
Returns a fresh XML content handler instance for the specified class name.
|
java.lang.String |
I_CmsXmlDocument.getStringValue(CmsObject cms,
java.lang.String path,
java.util.Locale locale)
Returns the first content value for the given path as a String,
or
null if no such value exists. |
java.lang.String |
I_CmsXmlDocument.getStringValue(CmsObject cms,
java.lang.String path,
java.util.Locale locale,
int index)
Returns the content value for the given path and the selected index as a String,
or
null if no such value exists. |
byte[] |
A_CmsXmlDocument.marshal()
Marshals (writes) the content of the current XML document
into a byte array using the selected encoding.
|
static java.io.OutputStream |
CmsXmlUtils.marshal(org.dom4j.Document document,
java.io.OutputStream out,
java.lang.String encoding)
Marshals (writes) an XML document into an output stream using XML pretty-print formatting.
|
static java.lang.String |
CmsXmlUtils.marshal(org.dom4j.Document document,
java.lang.String encoding)
Marshals (writes) an XML document to a String using XML pretty-print formatting.
|
static java.lang.String |
CmsXmlUtils.marshal(org.dom4j.Node node,
java.lang.String encoding)
Marshals (writes) an XML node into an output stream using XML pretty-print formatting.
|
protected java.io.OutputStream |
A_CmsXmlDocument.marshal(java.io.OutputStream out,
java.lang.String encoding)
Marshals (writes) the content of the current XML document
into an output stream.
|
void |
I_CmsXmlDocument.moveLocale(java.util.Locale source,
java.util.Locale destination)
Moves the content of the given source locale to the given destination locale in this XML document.
|
void |
A_CmsXmlDocument.moveLocale(java.util.Locale source,
java.util.Locale destination) |
void |
I_CmsXmlDocument.removeLocale(java.util.Locale locale)
Removes the given locale from this XML document.
|
void |
A_CmsXmlDocument.removeLocale(java.util.Locale locale) |
static CmsXmlContentDefinition |
CmsXmlContentDefinition.unmarshal(byte[] xmlData,
java.lang.String schemaLocation,
org.xml.sax.EntityResolver resolver)
Factory method to unmarshal (read) a XML content definition instance from a byte array
that contains XML data.
|
static CmsXmlContentDefinition |
CmsXmlContentDefinition.unmarshal(CmsObject cms,
java.lang.String resourcename)
Factory method to unmarshal (read) a XML content definition instance from the OpenCms VFS resource name.
|
static CmsXmlContentDefinition |
CmsXmlContentDefinition.unmarshal(org.dom4j.Document document,
java.lang.String schemaLocation)
Factory method to unmarshal (read) a XML content definition instance from a XML document.
|
static CmsXmlContentDefinition |
CmsXmlContentDefinition.unmarshal(org.xml.sax.InputSource source,
java.lang.String schemaLocation,
org.xml.sax.EntityResolver resolver)
Factory method to unmarshal (read) a XML content definition instance from a XML InputSource.
|
static CmsXmlContentDefinition |
CmsXmlContentDefinition.unmarshal(java.lang.String schemaLocation,
org.xml.sax.EntityResolver resolver)
Factory method to unmarshal (read) a XML content definition instance from a given XML schema location.
|
static CmsXmlContentDefinition |
CmsXmlContentDefinition.unmarshal(java.lang.String xmlData,
java.lang.String schemaLocation,
org.xml.sax.EntityResolver resolver)
Factory method to unmarshal (read) a XML content definition instance from a String
that contains XML data.
|
static org.dom4j.Document |
CmsXmlUtils.unmarshalHelper(byte[] xmlData,
org.xml.sax.EntityResolver resolver)
Helper to unmarshal (read) xml contents from a byte array into a document.
|
static org.dom4j.Document |
CmsXmlUtils.unmarshalHelper(byte[] xmlData,
org.xml.sax.EntityResolver resolver,
boolean validate)
Helper to unmarshal (read) xml contents from a byte array into a document.
|
static org.dom4j.Document |
CmsXmlUtils.unmarshalHelper(org.xml.sax.InputSource source,
org.xml.sax.EntityResolver resolver)
Helper to unmarshal (read) xml contents from an input source into a document.
|
static org.dom4j.Document |
CmsXmlUtils.unmarshalHelper(org.xml.sax.InputSource source,
org.xml.sax.EntityResolver resolver,
boolean validate)
Helper to unmarshal (read) xml contents from an input source into a document.
|
static org.dom4j.Document |
CmsXmlUtils.unmarshalHelper(java.lang.String xmlData,
org.xml.sax.EntityResolver resolver)
Helper to unmarshal (read) xml contents from a String into a document.
|
protected static java.lang.String |
CmsXmlContentDefinition.validateAttribute(org.dom4j.Element element,
java.lang.String attributeName,
java.lang.String requiredValue)
Validates if a given attribute exists at the given element with an (optional) specified value.
|
protected static void |
CmsXmlContentDefinition.validateAttributesExists(org.dom4j.Element element,
java.lang.String[] requiredAttributes,
java.lang.String[] optionalAttributes)
Validates if a given element has exactly the required attributes set.
|
protected static org.opencms.xml.CmsXmlComplexTypeSequence |
CmsXmlContentDefinition.validateComplexTypeSequence(org.dom4j.Element element,
java.util.Set<CmsXmlContentDefinition> includes)
Validates the given element as a complex type sequence.
|
static void |
CmsXmlUtils.validateXmlStructure(byte[] xmlData,
org.xml.sax.EntityResolver resolver)
Validates the structure of a XML document contained in a byte array
with the DTD or XML schema used by the document.
|
static void |
CmsXmlUtils.validateXmlStructure(org.dom4j.Document document,
java.lang.String encoding,
org.xml.sax.EntityResolver resolver)
Validates the structure of a XML document with the DTD or XML schema used
by the document.
|
void |
A_CmsXmlDocument.validateXmlStructure(org.xml.sax.EntityResolver resolver)
Validates the XML structure of the document with the DTD or XML schema used by the document.
|
static void |
CmsXmlUtils.validateXmlStructure(java.io.InputStream xmlStream,
org.xml.sax.EntityResolver resolver)
Validates the structure of a XML document contained in a byte array
with the DTD or XML schema used by the document.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsXmlGroupContainer.clearLocales()
Removes all locales from the element group XML.
|
static CmsXmlGroupContainer |
CmsXmlGroupContainerFactory.unmarshal(CmsObject cms,
byte[] xmlData,
java.lang.String encoding,
org.xml.sax.EntityResolver resolver)
Factory method to unmarshal (generate) a group container instance from a byte array
that contains XML data.
|
static CmsXmlContainerPage |
CmsXmlContainerPageFactory.unmarshal(CmsObject cms,
byte[] xmlData,
java.lang.String encoding,
org.xml.sax.EntityResolver resolver)
Factory method to unmarshal (generate) a container page instance from a byte array
that contains XML data.
|
static CmsXmlGroupContainer |
CmsXmlGroupContainerFactory.unmarshal(CmsObject cms,
CmsFile file)
Factory method to unmarshal (read) a group container instance from a OpenCms VFS file
that contains XML data.
|
static CmsXmlContainerPage |
CmsXmlContainerPageFactory.unmarshal(CmsObject cms,
CmsFile file)
Factory method to unmarshal (read) a container page instance from a OpenCms VFS file
that contains XML data.
|
static CmsXmlGroupContainer |
CmsXmlGroupContainerFactory.unmarshal(CmsObject cms,
CmsFile file,
boolean keepEncoding)
Factory method to unmarshal (read) a group container instance from a OpenCms VFS file
that contains XML data, using wither the encoding set
in the XML file header, or the encoding set in the VFS file property.
|
static CmsXmlContainerPage |
CmsXmlContainerPageFactory.unmarshal(CmsObject cms,
CmsFile file,
boolean keepEncoding)
Factory method to unmarshal (read) a container page instance from a OpenCms VFS file
that contains XML data, using wither the encoding set
in the XML file header, or the encoding set in the VFS file property.
|
static CmsXmlContainerPage |
CmsXmlContainerPageFactory.unmarshal(CmsObject cms,
CmsFile file,
boolean keepEncoding,
boolean noCache)
Factory method to unmarshal (read) a container page instance from a OpenCms VFS file
that contains XML data, using wither the encoding set
in the XML file header, or the encoding set in the VFS file property.
|
static CmsXmlGroupContainer |
CmsXmlGroupContainerFactory.unmarshal(CmsObject cms,
CmsResource resource,
javax.servlet.ServletRequest req)
Factory method to unmarshal (read) a group container instance from
a resource, using the request attributes as cache.
|
static CmsXmlContainerPage |
CmsXmlContainerPageFactory.unmarshal(CmsObject cms,
CmsResource resource,
javax.servlet.ServletRequest req)
Factory method to unmarshal (read) a container page instance from
a resource, using the request attributes as cache.
|
static CmsXmlGroupContainer |
CmsXmlGroupContainerFactory.unmarshal(CmsObject cms,
java.lang.String xmlData,
java.lang.String encoding,
org.xml.sax.EntityResolver resolver)
Factory method to unmarshal (generate) a group container instance from a String
that contains XML data.
|
static CmsXmlContainerPage |
CmsXmlContainerPageFactory.unmarshal(CmsObject cms,
java.lang.String xmlData,
java.lang.String encoding,
org.xml.sax.EntityResolver resolver)
Factory method to unmarshal (generate) a container page instance from a String
that contains XML data.
|
protected void |
CmsXmlContainerPageHandler.validateNames(CmsObject cms,
I_CmsXmlContentValue value,
CmsXmlContent content)
Validates container names, so that they are unique in the page.
|
限定符和类型 | 方法和说明 |
---|---|
protected void |
CmsDefaultXmlContentHandler.addCheckRule(CmsXmlContentDefinition contentDefinition,
java.lang.String elementName,
java.lang.String invalidate,
java.lang.String type)
Adds a check rule for a specified element.
|
protected void |
CmsDefaultXmlContentHandler.addConfiguration(CmsXmlContentDefinition contentDefinition,
java.lang.String elementName,
java.lang.String configurationValue)
Adds a configuration value for an element widget.
|
protected void |
CmsDefaultXmlContentHandler.addDefault(CmsXmlContentDefinition contentDefinition,
java.lang.String elementName,
java.lang.String defaultValue)
Adds a default value for an element.
|
protected void |
CmsDefaultXmlContentHandler.addDefaultCheckRules(CmsXmlContentDefinition rootContentDefinition,
I_CmsXmlSchemaType schemaType,
java.lang.String elementPath)
Adds all needed default check rules recursively for the given schema type.
|
protected void |
CmsDefaultXmlContentHandler.addDisplayType(CmsXmlContentDefinition contentDefinition,
java.lang.String elementName,
I_CmsXmlContentHandler.DisplayType displayType)
Adds the given element to the compact view set.
|
void |
CmsXmlContent.addLocale(CmsObject cms,
java.util.Locale locale) |
protected void |
CmsDefaultXmlContentHandler.addMapping(CmsXmlContentDefinition contentDefinition,
java.lang.String elementName,
java.lang.String mapping)
Adds an element mapping.
|
protected void |
CmsDefaultXmlContentHandler.addSearchSetting(CmsXmlContentDefinition contentDefinition,
java.lang.String elementName,
java.lang.Boolean value)
Adds a search setting for an element.
|
protected void |
CmsDefaultXmlContentHandler.addValidationRule(CmsXmlContentDefinition contentDefinition,
java.lang.String elementName,
java.lang.String regex,
java.lang.String message,
boolean isWarning)
Adds a validation rule for a specified element.
|
protected void |
CmsDefaultXmlContentHandler.addWidget(CmsXmlContentDefinition contentDefinition,
java.lang.String elementName,
java.lang.String widgetClassOrAlias)
Adds a GUI widget for a specified element.
|
void |
CmsXmlContent.copyLocale(java.util.Locale source,
java.util.Locale destination,
java.util.Set<java.lang.String> elements)
Copies the content of the given source locale to the given destination locale in this XML document.
|
static CmsXmlContent |
CmsXmlContentFactory.createDocument(CmsObject cms,
java.util.Locale locale,
CmsResourceTypeXmlContent resourceType)
Creates a new XML content based on a resource type.
|
I_CmsWidget |
I_CmsXmlContentHandler.getWidget(I_CmsXmlSchemaType value)
Returns the editor widget that should be used for the given XML content value.
|
protected void |
CmsDefaultXmlContentHandler.initDefaultValues(org.dom4j.Element root,
CmsXmlContentDefinition contentDefinition)
Initializes the default values for this content handler.
|
void |
I_CmsXmlContentHandler.initialize(org.dom4j.Element appInfoElement,
CmsXmlContentDefinition contentDefinition)
Initializes this content handler for the given XML content definition by
analyzing the "appinfo" node.
|
void |
CmsDefaultXmlContentHandler.initialize(org.dom4j.Element appInfoElement,
CmsXmlContentDefinition contentDefinition) |
protected void |
CmsDefaultXmlContentHandler.initLayouts(org.dom4j.Element root,
CmsXmlContentDefinition contentDefinition)
Initializes the layout for this content handler.
|
protected void |
CmsDefaultXmlContentHandler.initMappings(org.dom4j.Element root,
CmsXmlContentDefinition contentDefinition)
Initializes the element mappings for this content handler.
|
protected void |
CmsDefaultXmlContentHandler.initModelFolder(org.dom4j.Element root,
CmsXmlContentDefinition contentDefinition)
Initializes the folder containing the model file(s) for this content handler.
|
protected void |
CmsDefaultXmlContentHandler.initPreview(org.dom4j.Element root,
CmsXmlContentDefinition contentDefinition)
Initializes the preview location for this content handler.
|
protected void |
CmsDefaultXmlContentHandler.initRelations(org.dom4j.Element root,
CmsXmlContentDefinition contentDefinition)
Initializes the relation configuration for this content handler.
|
protected void |
CmsDefaultXmlContentHandler.initResourceBundle(org.dom4j.Element root,
CmsXmlContentDefinition contentDefinition,
boolean single)
Initializes the resource bundle to use for localized messages in this content handler.
|
protected void |
CmsDefaultXmlContentHandler.initSearchSettings(org.dom4j.Element root,
CmsXmlContentDefinition contentDefinition)
Initializes the search exclusions values for this content handler.
|
protected void |
CmsDefaultXmlContentHandler.initValidationRules(org.dom4j.Element root,
CmsXmlContentDefinition contentDefinition)
Initializes the validation rules this content handler.
|
static CmsXmlContent |
CmsXmlContentFactory.unmarshal(CmsObject cms,
byte[] xmlData,
java.lang.String encoding,
org.xml.sax.EntityResolver resolver)
Factory method to unmarshal (generate) a XML content instance from a byte array
that contains XML data.
|
static CmsXmlContent |
CmsXmlContentFactory.unmarshal(CmsObject cms,
CmsFile file)
Factory method to unmarshal (read) a XML content instance from a OpenCms VFS file
that contains XML data.
|
static CmsXmlContent |
CmsXmlContentFactory.unmarshal(CmsObject cms,
CmsFile file,
boolean keepEncoding)
Factory method to unmarshal (read) a XML content instance from a OpenCms VFS file
that contains XML data, using wither the encoding set
in the XML file header, or the encoding set in the VFS file property.
|
static CmsXmlContent |
CmsXmlContentFactory.unmarshal(CmsObject cms,
CmsResource resource,
javax.servlet.ServletRequest req)
Factory method to unmarshal (read) a XML content instance from
a resource, using the request attributes as cache.
|
static CmsXmlContent |
CmsXmlContentFactory.unmarshal(CmsObject cms,
java.lang.String xmlData,
java.lang.String encoding,
org.xml.sax.EntityResolver resolver)
Factory method to unmarshal (generate) a XML content instance from a String
that contains XML data.
|
static CmsXmlContent |
CmsXmlContentFactory.unmarshal(java.lang.String xmlData,
java.lang.String encoding,
org.xml.sax.EntityResolver resolver)
Factory method to unmarshal (generate) a XML content instance from a String
that contains XML data.
|
protected void |
CmsDefaultXmlContentHandler.validateAppinfoElement(org.dom4j.Element appinfoElement)
Validates if the given
appinfo element node from the XML content definition schema
is valid according the the capabilities of this content handler. |
限定符和类型 | 方法和说明 |
---|---|
void |
CmsXmlPage.addLocale(CmsObject cms,
java.util.Locale locale) |
void |
CmsXmlPage.setStringValue(CmsObject cms,
java.lang.String name,
java.util.Locale locale,
java.lang.String content)
Sets the data of an already existing value.
|
static CmsXmlPage |
CmsXmlPageFactory.unmarshal(byte[] xmlData,
java.lang.String encoding,
org.xml.sax.EntityResolver resolver)
Factory method to unmarshal (read) a XML page instance from a byte array
that contains XML data.
|
static CmsXmlPage |
CmsXmlPageFactory.unmarshal(CmsObject cms,
CmsFile file)
Factory method to unmarshal (read) a XML page instance from a OpenCms VFS file
that contains XML data.
|
static CmsXmlPage |
CmsXmlPageFactory.unmarshal(CmsObject cms,
CmsFile file,
boolean keepEncoding)
Factory method to unmarshal (read) a XML page instance from a OpenCms VFS file
that contains XML data, using wither the encoding set
in the XML file header, or the encoding set in the VFS file property.
|
static CmsXmlPage |
CmsXmlPageFactory.unmarshal(java.lang.String xmlData,
java.lang.String encoding,
org.xml.sax.EntityResolver resolver)
Factory method to unmarshal (read) a XML page instance from a String
that contains XML data.
|