Home
last modified time | relevance | path

Searched refs:ignorableWhitespace (Results 76 – 100 of 2075) sorted by relevance

12345678910>>...83

/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/core/recovery/
H A Dsubcomponentrecovery.cxx220 m_rDelegator.ignorableWhitespace( " " ); in StartElement()
228 m_rDelegator.ignorableWhitespace( " " ); in EndElement()
267 virtual void SAL_CALL ignorableWhitespace( const OUString& aWhitespaces ) override;
336 void SAL_CALL SettingsDocumentHandler::ignorableWhitespace( const OUString& ) in ignorableWhitespace() function in dbaccess::SettingsDocumentHandler
486 aDesignOutput.ignorableWhitespace( sWhitespace ); in impl_saveQueryDesign_throw()
491 aDesignOutput.ignorableWhitespace( sWhitespace ); in impl_saveQueryDesign_throw()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/core/recovery/
H A Dsubcomponentrecovery.cxx217 m_rDelegator.ignorableWhitespace( " " ); in StartElement()
225 m_rDelegator.ignorableWhitespace( " " ); in EndElement()
261 virtual void SAL_CALL ignorableWhitespace( const OUString& aWhitespaces ) override;
328 void SAL_CALL SettingsDocumentHandler::ignorableWhitespace( const OUString& ) in ignorableWhitespace() function in dbaccess::SettingsDocumentHandler
478 aDesignOutput.ignorableWhitespace( sWhitespace ); in impl_saveQueryDesign_throw()
483 aDesignOutput.ignorableWhitespace( sWhitespace ); in impl_saveQueryDesign_throw()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmlscript/source/xml_helper/
H A Dxml_element.cxx57 xOut->ignorableWhitespace( OUString() ); in dump()
61 xOut->ignorableWhitespace( OUString() ); in dump()
/dports/math/py-svgmath/SVGMath-0.3.3/svgmath/tools/
H A Dsaxtools.py123 def ignorableWhitespace(self, content): member in XMLGenerator
168 def ignorableWhitespace(self, content): member in ContentFilter
169 self.output.ignorableWhitespace(content)
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmlscript/source/xml_helper/
H A Dxml_element.cxx58 xOut->ignorableWhitespace( OUString() ); in dump()
62 xOut->ignorableWhitespace( OUString() ); in dump()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/core/
H A DXMLEmbeddedObjectExportFilter.cxx65 void SAL_CALL XMLEmbeddedObjectExportFilter::ignorableWhitespace( in ignorableWhitespace() function in XMLEmbeddedObjectExportFilter
68 xHandler->ignorableWhitespace( rWhitespaces ); in ignorableWhitespace()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/core/
H A DXMLEmbeddedObjectExportFilter.cxx65 void SAL_CALL XMLEmbeddedObjectExportFilter::ignorableWhitespace( in ignorableWhitespace() function in XMLEmbeddedObjectExportFilter
68 xHandler->ignorableWhitespace( rWhitespaces ); in ignorableWhitespace()
/dports/java/servingxml/servingxml-1.1.2/servingxml-framework/src/main/java/com/servingxml/util/xml/
H A DChainedContentHandler.java69 public void ignorableWhitespace (char ch[], int start, int length) in ignorableWhitespace() method in ChainedContentHandler
72 contentHandler.ignorableWhitespace(ch,start,length); in ignorableWhitespace()
H A DContentHandlerFilter.java75 public void ignorableWhitespace (char ch[], int start, int length) in ignorableWhitespace() method in ContentHandlerFilter
78 handler.ignorableWhitespace(ch,start,length); in ignorableWhitespace()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/
H A DJAXPValidatorComponent.java204 public void ignorableWhitespace(XMLString text, Augmentations augs) throws XNIException { in ignorableWhitespace() method in JAXPValidatorComponent
208 xni2sax.ignorableWhitespace(text,null); in ignorableWhitespace()
254 public void ignorableWhitespace(char[] ch, int start, int len) throws SAXException { in ignorableWhitespace() method in JAXPValidatorComponent.SAX2XNI
256 handler().ignorableWhitespace(new XMLString(ch,start,len),aug()); in ignorableWhitespace()
456 public void ignorableWhitespace(XMLString text, Augmentations augs) throws XNIException { in ignorableWhitespace() method in JAXPValidatorComponent.XNI2SAX
458 fContentHandler.ignorableWhitespace(text.ch,text.offset,text.length); in ignorableWhitespace()
H A DTeeXMLDocumentFilterImpl.java131 public void ignorableWhitespace(XMLString text, Augmentations augs) throws XNIException { in ignorableWhitespace() method in TeeXMLDocumentFilterImpl
132 side.ignorableWhitespace(text, augs); in ignorableWhitespace()
133 next.ignorableWhitespace(text, augs); in ignorableWhitespace()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/
H A DJAXPValidatorComponent.java204 public void ignorableWhitespace(XMLString text, Augmentations augs) throws XNIException { in ignorableWhitespace() method in JAXPValidatorComponent
208 xni2sax.ignorableWhitespace(text,null); in ignorableWhitespace()
254 public void ignorableWhitespace(char[] ch, int start, int len) throws SAXException { in ignorableWhitespace() method in JAXPValidatorComponent.SAX2XNI
256 handler().ignorableWhitespace(new XMLString(ch,start,len),aug()); in ignorableWhitespace()
456 public void ignorableWhitespace(XMLString text, Augmentations augs) throws XNIException { in ignorableWhitespace() method in JAXPValidatorComponent.XNI2SAX
458 fContentHandler.ignorableWhitespace(text.ch,text.offset,text.length); in ignorableWhitespace()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/
H A DJAXPValidatorComponent.java204 public void ignorableWhitespace(XMLString text, Augmentations augs) throws XNIException { in ignorableWhitespace() method in JAXPValidatorComponent
208 xni2sax.ignorableWhitespace(text,null); in ignorableWhitespace()
254 public void ignorableWhitespace(char[] ch, int start, int len) throws SAXException { in ignorableWhitespace() method in JAXPValidatorComponent.SAX2XNI
256 handler().ignorableWhitespace(new XMLString(ch,start,len),aug()); in ignorableWhitespace()
456 public void ignorableWhitespace(XMLString text, Augmentations augs) throws XNIException { in ignorableWhitespace() method in JAXPValidatorComponent.XNI2SAX
458 fContentHandler.ignorableWhitespace(text.ch,text.offset,text.length); in ignorableWhitespace()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/
H A DJAXPValidatorComponent.java204 public void ignorableWhitespace(XMLString text, Augmentations augs) throws XNIException { in ignorableWhitespace() method in JAXPValidatorComponent
208 xni2sax.ignorableWhitespace(text,null); in ignorableWhitespace()
254 public void ignorableWhitespace(char[] ch, int start, int len) throws SAXException { in ignorableWhitespace() method in JAXPValidatorComponent.SAX2XNI
256 handler().ignorableWhitespace(new XMLString(ch,start,len),aug()); in ignorableWhitespace()
456 public void ignorableWhitespace(XMLString text, Augmentations augs) throws XNIException { in ignorableWhitespace() method in JAXPValidatorComponent.XNI2SAX
458 fContentHandler.ignorableWhitespace(text.ch,text.offset,text.length); in ignorableWhitespace()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/
H A DJAXPValidatorComponent.java204 public void ignorableWhitespace(XMLString text, Augmentations augs) throws XNIException { in ignorableWhitespace() method in JAXPValidatorComponent
208 xni2sax.ignorableWhitespace(text,null); in ignorableWhitespace()
254 public void ignorableWhitespace(char[] ch, int start, int len) throws SAXException { in ignorableWhitespace() method in JAXPValidatorComponent.SAX2XNI
256 handler().ignorableWhitespace(new XMLString(ch,start,len),aug()); in ignorableWhitespace()
456 public void ignorableWhitespace(XMLString text, Augmentations augs) throws XNIException { in ignorableWhitespace() method in JAXPValidatorComponent.XNI2SAX
458 fContentHandler.ignorableWhitespace(text.ch,text.offset,text.length); in ignorableWhitespace()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/
H A DJAXPValidatorComponent.java204 public void ignorableWhitespace(XMLString text, Augmentations augs) throws XNIException { in ignorableWhitespace() method in JAXPValidatorComponent
208 xni2sax.ignorableWhitespace(text,null); in ignorableWhitespace()
254 public void ignorableWhitespace(char[] ch, int start, int len) throws SAXException { in ignorableWhitespace() method in JAXPValidatorComponent.SAX2XNI
256 handler().ignorableWhitespace(new XMLString(ch,start,len),aug()); in ignorableWhitespace()
456 public void ignorableWhitespace(XMLString text, Augmentations augs) throws XNIException { in ignorableWhitespace() method in JAXPValidatorComponent.XNI2SAX
458 fContentHandler.ignorableWhitespace(text.ch,text.offset,text.length); in ignorableWhitespace()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/
H A DJAXPValidatorComponent.java204 public void ignorableWhitespace(XMLString text, Augmentations augs) throws XNIException { in ignorableWhitespace() method in JAXPValidatorComponent
208 xni2sax.ignorableWhitespace(text,null); in ignorableWhitespace()
254 public void ignorableWhitespace(char[] ch, int start, int len) throws SAXException { in ignorableWhitespace() method in JAXPValidatorComponent.SAX2XNI
256 handler().ignorableWhitespace(new XMLString(ch,start,len),aug()); in ignorableWhitespace()
456 public void ignorableWhitespace(XMLString text, Augmentations augs) throws XNIException { in ignorableWhitespace() method in JAXPValidatorComponent.XNI2SAX
458 fContentHandler.ignorableWhitespace(text.ch,text.offset,text.length); in ignorableWhitespace()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/
H A DJAXPValidatorComponent.java204 public void ignorableWhitespace(XMLString text, Augmentations augs) throws XNIException { in ignorableWhitespace() method in JAXPValidatorComponent
208 xni2sax.ignorableWhitespace(text,null); in ignorableWhitespace()
254 public void ignorableWhitespace(char[] ch, int start, int len) throws SAXException { in ignorableWhitespace() method in JAXPValidatorComponent.SAX2XNI
256 handler().ignorableWhitespace(new XMLString(ch,start,len),aug()); in ignorableWhitespace()
456 public void ignorableWhitespace(XMLString text, Augmentations augs) throws XNIException { in ignorableWhitespace() method in JAXPValidatorComponent.XNI2SAX
458 fContentHandler.ignorableWhitespace(text.ch,text.offset,text.length); in ignorableWhitespace()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/
H A DJAXPValidatorComponent.java203 public void ignorableWhitespace(XMLString text, Augmentations augs) throws XNIException { in ignorableWhitespace() method in JAXPValidatorComponent
207 xni2sax.ignorableWhitespace(text,null); in ignorableWhitespace()
253 public void ignorableWhitespace(char[] ch, int start, int len) throws SAXException { in ignorableWhitespace() method in JAXPValidatorComponent.SAX2XNI
255 handler().ignorableWhitespace(new XMLString(ch,start,len),aug()); in ignorableWhitespace()
455 public void ignorableWhitespace(XMLString text, Augmentations augs) throws XNIException { in ignorableWhitespace() method in JAXPValidatorComponent.XNI2SAX
457 fContentHandler.ignorableWhitespace(text.ch,text.offset,text.length); in ignorableWhitespace()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/
H A DJAXPValidatorComponent.java203 public void ignorableWhitespace(XMLString text, Augmentations augs) throws XNIException { in ignorableWhitespace() method in JAXPValidatorComponent
207 xni2sax.ignorableWhitespace(text,null); in ignorableWhitespace()
253 public void ignorableWhitespace(char[] ch, int start, int len) throws SAXException { in ignorableWhitespace() method in JAXPValidatorComponent.SAX2XNI
255 handler().ignorableWhitespace(new XMLString(ch,start,len),aug()); in ignorableWhitespace()
455 public void ignorableWhitespace(XMLString text, Augmentations augs) throws XNIException { in ignorableWhitespace() method in JAXPValidatorComponent.XNI2SAX
457 fContentHandler.ignorableWhitespace(text.ch,text.offset,text.length); in ignorableWhitespace()
/dports/textproc/fox-xml/fox-4.1.2-91-g9c6716e/dom/
H A Dm_dom_text.m447 TOHW_m_dom_get(logical, isElementContentWhitespace, np%ignorableWhitespace, (TEXT_NODE, CDATA_SECTI…
55 np%ignorableWhitespace = isElementContentWhitespace
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xml/internal/resolver/readers/
H A DSAXParserHandler.java102 public void ignorableWhitespace(char[] ch, int start, int length) in ignorableWhitespace() method in SAXParserHandler
105 this.ch.ignorableWhitespace(ch, start, length); in ignorableWhitespace()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xml/internal/resolver/readers/
H A DSAXParserHandler.java102 public void ignorableWhitespace(char[] ch, int start, int length) in ignorableWhitespace() method in SAXParserHandler
105 this.ch.ignorableWhitespace(ch, start, length); in ignorableWhitespace()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/
H A DTeeXMLDocumentFilterImpl.java132 public void ignorableWhitespace(XMLString text, Augmentations augs) throws XNIException { in ignorableWhitespace() method in TeeXMLDocumentFilterImpl
133 side.ignorableWhitespace(text, augs); in ignorableWhitespace()
134 next.ignorableWhitespace(text, augs); in ignorableWhitespace()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/grit/grit/
H A Dgrd_reader.py115 def ignorableWhitespace(self, whitespace): member in GrdContentHandler
145 def ignorableWhitespace(self, whitespace): member in GrdPartContentHandler
146 self.parent.ignorableWhitespace(whitespace)

12345678910>>...83