Uses of Class
org.craftercms.core.exception.XmlException
-
-
Uses of XmlException in org.craftercms.core.exception
Subclasses of XmlException in org.craftercms.core.exception Modifier and Type Class Description classXmlFileParseExceptionThrown to indicate that an error occurred while parsing an XML file.classXmlMergeExceptionThrown when two descriptor DOMs can't be merged correctly into a single DOM. -
Uses of XmlException in org.craftercms.core.processors.impl.resolvers
Methods in org.craftercms.core.processors.impl.resolvers that throw XmlException Modifier and Type Method Description ItemProcessorMetaDataProcessorResolver. getProcessor(Item item)Looks for the processor element (by querying it with theprocessorElementXPathQuery) in the item's descriptor. -
Uses of XmlException in org.craftercms.core.util.xml
Methods in org.craftercms.core.util.xml that throw XmlException Modifier and Type Method Description List<org.dom4j.Node>NodeScanner. scan(org.dom4j.Document document)Scans the specified document for nodes that fit a certain condition. -
Uses of XmlException in org.craftercms.core.util.xml.impl
Methods in org.craftercms.core.util.xml.impl that throw XmlException Modifier and Type Method Description List<org.dom4j.Node>XPathNodeScanner. scan(org.dom4j.Document document) -
Uses of XmlException in org.craftercms.core.xml.mergers.impl.resolvers
Methods in org.craftercms.core.xml.mergers.impl.resolvers that throw XmlException Modifier and Type Method Description DescriptorMergeStrategyMetaDataMergeStrategyResolver. getStrategy(String descriptorUrl, org.dom4j.Document descriptorDom)Returns aDescriptorMergeStrategyfor a given descriptor.
-