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 boolean
clearDependents()
protected void
handleOiBody(SAXSupport parser, java.lang.String local, org.xml.sax.Attributes attrs)
protected void
handleOiEnd(SAXSupport parser, java.lang.String local, java.lang.String buf)
protected void
loadOiAttrs(AttributesXt attrs)
Populates object members from the oi attributesprotected void
postProcessOi(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)
-
-