Lines Matching refs:xattribs
452 …rivate boolean checkSecurityElement(String localName, com.sun.star.xml.sax.XAttributeList xattribs) in checkSecurityElement() argument
489 String uriStr = xattribs.getValueByName("URI"); in checkSecurityElement()
559 String uriStr = xattribs.getValueByName("URI"); in checkSecurityElement()
574 String uriStr = xattribs.getValueByName("URI"); in checkSecurityElement()
611 String uriStr = xattribs.getValueByName("keyURI"); in checkSecurityElement()
639 …private void checkReference(String localName, com.sun.star.xml.sax.XAttributeList xattribs, String… in checkReference() argument
641 String refNumStr = xattribs.getValueByName("refNum"); in checkReference()
867 public void startElement (String str, com.sun.star.xml.sax.XAttributeList xattribs) in startElement() argument
870 String idAttr = xattribs.getValueByName("id"); in startElement()
873 idAttr = xattribs.getValueByName("Id"); in startElement()
888 boolean suppressToNext = checkSecurityElement(str, xattribs); in startElement()
890 checkReference(str, xattribs, idAttr); in startElement()
899 saxEventKeeperHandler.startElement(str, xattribs); in startElement()
905 m_xExportHandler.startElement(str, xattribs); in startElement()