public class CAMLHandler extends org.xml.sax.helpers.DefaultHandler
References : - http://msdn.microsoft.com/en-us/library/dd586422(office.11).aspx
| Modifier and Type | Field and Description |
|---|---|
static String |
ID_ATTRIBUTE |
static String |
METHOD_TAG |
static String |
NAME_ATTRIBUTE |
static String |
SETVAR_TAG |
| Constructor and Description |
|---|
CAMLHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
characters(char[] ch,
int start,
int length) |
void |
endElement(String uri,
String localName,
String name) |
List<FPRPCCall> |
getParsedCalls() |
static XMLReader |
getXMLReader() |
void |
startElement(String uri,
String localName,
String name,
Attributes attributes) |
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningpublic static final String METHOD_TAG
public static final String SETVAR_TAG
public static final String ID_ATTRIBUTE
public static final String NAME_ATTRIBUTE
public void startElement(String uri, String localName, String name, Attributes attributes) throws SAXException
startElement in interface ContentHandlerstartElement in class org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic void characters(char[] ch,
int start,
int length)
throws SAXException
characters in interface ContentHandlercharacters in class org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic void endElement(String uri, String localName, String name) throws SAXException
endElement in interface ContentHandlerendElement in class org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic static XMLReader getXMLReader() throws SAXException
SAXExceptionCopyright © 2014 Nuxeo SA. All rights reserved.