public class XMLFormatDetectionHandler extends DefaultHandler
| Modifier and Type | Field and Description |
|---|---|
static int |
CATEGORIES |
static int |
JAHIA_CONTENT |
static int |
JCR_DOCVIEW |
static int |
JCR_SYSVIEW |
static int |
USERS |
| Constructor and Description |
|---|
XMLFormatDetectionHandler() |
| Modifier and Type | Method and Description |
|---|---|
int |
getType() |
void |
startElement(String uri,
String localName,
String qName,
Attributes attributes) |
void |
startPrefixMapping(String prefix,
String uri) |
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, unparsedEntityDecl, warningpublic static final int JCR_SYSVIEW
public static final int JCR_DOCVIEW
public static final int JAHIA_CONTENT
public static final int USERS
public static final int CATEGORIES
public void startPrefixMapping(String prefix, String uri) throws SAXException
startPrefixMapping in interface ContentHandlerstartPrefixMapping in class DefaultHandlerSAXExceptionpublic void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException
startElement in interface ContentHandlerstartElement in class DefaultHandlerSAXExceptionpublic int getType()
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.