Package com.microstrategy.web.objects
Class WebSyncSearchFolderParser
- java.lang.Object
-
- com.microstrategy.web.objects.WebSyncSearchFolderParser
-
public class WebSyncSearchFolderParser extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanclearDependents()protected voidhandleOiBody(SAXSupport parser, java.lang.String local, org.xml.sax.Attributes attrs)protected voidhandleOiEnd(SAXSupport parser, java.lang.String local, java.lang.String buf)protected voidloadOiAttrs(AttributesXt attrs)Populates object members from the oi attributesprotected voidpostProcessOi(com.microstrategy.web.objects.WebObjectInfoImpl obj, SAXSupport parser, AttributesXt attrs)
-
-
-
Method Detail
-
clearDependents
protected boolean clearDependents()
-
postProcessOi
protected void postProcessOi(com.microstrategy.web.objects.WebObjectInfoImpl obj, SAXSupport parser, AttributesXt attrs) throws org.xml.sax.SAXException- Throws:
org.xml.sax.SAXException
-
loadOiAttrs
protected void loadOiAttrs(AttributesXt attrs) throws SAXSupportException
Populates object members from the oi attributes- Parameters:
oiAttrs- oi attributes- Throws:
SAXSupportException- if there are some problems in the input XML
-
handleOiBody
protected void handleOiBody(SAXSupport parser, java.lang.String local, org.xml.sax.Attributes attrs) throws org.xml.sax.SAXException
- Throws:
org.xml.sax.SAXException
-
handleOiEnd
protected void handleOiEnd(SAXSupport parser, java.lang.String local, java.lang.String buf)
-
-