Lines Matching refs:null

182 		m_xXMLDocumentWrapper = null;  in XMLSecurityFrameworkController()
183 m_xSAXEventKeeper = null; in XMLSecurityFrameworkController()
190 m_EncryptionForTarget = null; in XMLSecurityFrameworkController()
257 if (m_xSAXEventKeeper == null) in foundSecurityRelated()
271 Object xmlDocumentObj = null; in foundSecurityRelated()
496 if (uriStr != null && uriStr.length()>0) in checkSecurityElement()
562 if (uriStr != null && uriStr.length()>0) in checkSecurityElement()
577 if (uriStr != null && uriStr.length()>0) in checkSecurityElement()
612 if (uriStr != null && uriStr.length()>0) in checkSecurityElement()
649 if (id != null && id.length()>0 ) in checkReference()
662 if (refNumStr != null && refNumStr.length()>0 ) in checkReference()
767 if (m_xSAXEventKeeper != null) in getBufferNodeTreeInformation()
773 return null; in getBufferNodeTreeInformation()
779 if (m_xXMLDocumentWrapper != null) in getDocument()
819 m_xSAXEventKeeper.setNextHandler(null); in endMission()
824 xSaxEventKeeperStatusChangeBroadcaster.addSAXEventKeeperStatusChangeListener(null); in endMission()
826 m_xSAXEventKeeper = null; in endMission()
827 m_xXMLDocumentWrapper = null; in endMission()
828 m_xOutputHandler = null; in endMission()
829 m_xXMLSecurityContext = null; in endMission()
830 m_xXMLSignature = null; in endMission()
831 m_xXMLEncryption = null; in endMission()
833 m_xExportHandler = null; in endMission()
834 m_parsingThread.setHandler(null); in endMission()
871 if (idAttr == null) in startElement()
876 boolean hasIdAttr = (idAttr != null && idAttr.length()>0 ); in startElement()
894 m_xSAXEventKeeper.setNextHandler(null); in startElement()
925 if (objSignature != null && objSignature instanceof SignatureEntity) in endElement()