public class CategoriesImportHandler extends DefaultHandler
| Constructor and Description |
|---|
CategoriesImportHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
endElement(String uri,
String localName,
String qName) |
List<String[]> |
getUuidProps() |
void |
setRootCategory(Category cat) |
void |
setUuidProps(List<String[]> p) |
void |
startElement(String uri,
String localName,
String qName,
Attributes attributes) |
characters, endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningpublic void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException
startElement in interface ContentHandlerstartElement in class DefaultHandlerSAXExceptionpublic void endElement(String uri, String localName, String qName) throws SAXException
endElement in interface ContentHandlerendElement in class DefaultHandlerSAXExceptionpublic void setRootCategory(Category cat)
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.