Searched defs:BEGIN_CDATA (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/comm/share/
H A DNotificationSet.java72 static final String BEGIN_CDATA = "<![CDATA["; field in class:NotificationSet
179 xml.append(BEGIN_CDATA).append(notif.getContent())
H A DResponseSet.java75 static final String BEGIN_CDATA = "<![CDATA["; field in class:ResponseSet
177 xml.append(BEGIN_CDATA).append(res.getContent()).append(END_CDATA);
H A DRequestSet.java78 static final String BEGIN_CDATA = "<![CDATA["; field in class:RequestSet
205 xml.append(BEGIN_CDATA).append(req.getContent()).append(END_CDATA);
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/comm/share/
H A DNotificationSet.java72 static final String BEGIN_CDATA = "<![CDATA["; field in class:NotificationSet
179 xml.append(BEGIN_CDATA).append(notif.getContent())
H A DResponseSet.java75 static final String BEGIN_CDATA = "<![CDATA["; field in class:ResponseSet
177 xml.append(BEGIN_CDATA).append(res.getContent()).append(END_CDATA);
H A DRequestSet.java78 static final String BEGIN_CDATA = "<![CDATA["; field in class:RequestSet
205 xml.append(BEGIN_CDATA).append(req.getContent()).append(END_CDATA);

Completed in 394 milliseconds