Searched refs:sax (Results 1 - 25 of 251) sorted by relevance

1234567891011

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DIncrementalSAXSource.java24 import org.xml.sax.ContentHandler;
25 import org.xml.sax.InputSource;
26 import org.xml.sax.SAXException;
49 public void setLexicalHandler(org.xml.sax.ext.LexicalHandler handler);
53 public void setDTDHandler(org.xml.sax.DTDHandler handler);
H A DIncrementalSAXSource_Filter.java30 import org.xml.sax.Attributes;
31 import org.xml.sax.ContentHandler;
32 import org.xml.sax.DTDHandler;
33 import org.xml.sax.ErrorHandler;
34 import org.xml.sax.InputSource;
35 import org.xml.sax.Locator;
36 import org.xml.sax.SAXException;
37 import org.xml.sax.SAXNotRecognizedException;
38 import org.xml.sax.SAXNotSupportedException;
39 import org.xml.sax
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DExtendedLexicalHandler.java23 import org.xml.sax.SAXException;
30 public interface ExtendedLexicalHandler extends org.xml.sax.ext.LexicalHandler
H A DSerializationHandler.java28 import org.xml.sax.ContentHandler;
29 import org.xml.sax.ErrorHandler;
30 import org.xml.sax.SAXException;
31 import org.xml.sax.ext.DeclHandler;
49 org.xml.sax.DTDHandler,
H A DExtendedContentHandler.java25 import org.xml.sax.SAXException;
47 public interface ExtendedContentHandler extends org.xml.sax.ContentHandler
72 public void addAttributes(org.xml.sax.Attributes atts)
73 throws org.xml.sax.SAXException;
97 public void characters(org.w3c.dom.Node node) throws org.xml.sax.SAXException;
126 throws org.xml.sax.SAXException;
H A DToTextStream.java27 import org.xml.sax.Attributes;
28 import org.xml.sax.SAXException;
58 * @throws org.xml.sax.SAXException Any SAX exception, possibly
61 * @throws org.xml.sax.SAXException
63 protected void startDocumentInternal() throws org.xml.sax.SAXException
81 * @throws org.xml.sax.SAXException Any SAX exception, possibly
84 * @throws org.xml.sax.SAXException
86 public void endDocument() throws org.xml.sax.SAXException
119 * @throws org.xml.sax.SAXException Any SAX exception, possibly
122 * @see org.xml.sax
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DProcessorUnknown.java23 import org.xml.sax.Attributes;
H A DProcessorAttributeSet.java28 import org.xml.sax.Attributes;
56 * @see org.xml.sax.ContentHandler#startElement
57 * @see org.xml.sax.ContentHandler#endElement
58 * @see org.xml.sax.Attributes
62 throws org.xml.sax.SAXException
74 throw new org.xml.sax.SAXException(te);
101 throws org.xml.sax.SAXException
H A DProcessorTemplateElem.java28 import org.xml.sax.Attributes;
50 throws org.xml.sax.SAXException
83 throw new org.xml.sax.SAXException(te);
95 * @throws org.xml.sax.SAXException Any SAX exception, possibly
100 throws org.xml.sax.SAXException
121 throws org.xml.sax.SAXException
H A DXSLTElementProcessor.java33 import org.xml.sax.Attributes;
34 import org.xml.sax.InputSource;
35 import org.xml.sax.helpers.AttributesImpl;
93 throws org.xml.sax.SAXException
107 * @see org.xml.sax.DTDHandler#notationDecl
126 * @see org.xml.sax.DTDHandler#unparsedEntityDecl
142 public void startNonText(StylesheetHandler handler) throws org.xml.sax.SAXException
159 throws org.xml.sax.SAXException
178 throws org.xml.sax.SAXException
199 throws org.xml.sax
[all...]
H A DProcessorDecimalFormat.java24 import org.xml.sax.Attributes;
56 * @see org.xml.sax.ContentHandler#startElement
57 * @see org.xml.sax.ContentHandler#endElement
58 * @see org.xml.sax.Attributes
62 throws org.xml.sax.SAXException
H A DProcessorGlobalParamDecl.java43 * @throws org.xml.sax.SAXException Any SAX exception, possibly
48 throws org.xml.sax.SAXException
68 throws org.xml.sax.SAXException
H A DProcessorGlobalVariableDecl.java43 * @throws org.xml.sax.SAXException Any SAX exception, possibly
48 throws org.xml.sax.SAXException
68 throws org.xml.sax.SAXException
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DStopParseException.java30 public class StopParseException extends org.xml.sax.SAXException
H A DDOMBuilder.java36 import org.xml.sax.Attributes;
37 import org.xml.sax.ContentHandler;
38 import org.xml.sax.Locator;
39 import org.xml.sax.ext.LexicalHandler;
175 protected void append(Node newNode) throws org.xml.sax.SAXException
207 throw new org.xml.sax.SAXException(
220 throw new org.xml.sax.SAXException(
259 * @see org.xml.sax.Locator
274 public void startDocument() throws org.xml.sax.SAXException
289 public void endDocument() throws org.xml.sax
[all...]
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3.jar ... java.lang.Object implements org.xml.sax.ContentHandler { private final org.xml.sax. ...
H A Dhtmlparser-1.3-with-transitions.jar ... java.lang.Object implements org.xml.sax.ContentHandler { private final org.xml.sax. ...
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTrAXFilter.java33 import org.xml.sax.ContentHandler;
34 import org.xml.sax.DTDHandler;
35 import org.xml.sax.EntityResolver;
36 import org.xml.sax.InputSource;
37 import org.xml.sax.XMLReader;
38 import org.xml.sax.helpers.XMLFilterImpl;
39 import org.xml.sax.helpers.XMLReaderFactory;
54 * @see org.xml.sax.XMLReader#setFeature
55 * @see org.xml.sax.XMLReader#setProperty
74 * <p>This is the {@link org.xml.sax
[all...]
/external/chromium_org/third_party/libxml/src/
H A Dlegacy.c202 *((xmlSAXHandlerPtr *) result) = ctxt->sax;
204 *((internalSubsetSAXFunc *) result) = ctxt->sax->internalSubset;
206 *((isStandaloneSAXFunc *) result) = ctxt->sax->isStandalone;
209 ctxt->sax->hasInternalSubset;
212 ctxt->sax->hasExternalSubset;
214 *((resolveEntitySAXFunc *) result) = ctxt->sax->resolveEntity;
216 *((getEntitySAXFunc *) result) = ctxt->sax->getEntity;
218 *((entityDeclSAXFunc *) result) = ctxt->sax->entityDecl;
220 *((notationDeclSAXFunc *) result) = ctxt->sax->notationDecl;
222 *((attributeDeclSAXFunc *) result) = ctxt->sax
[all...]
H A DDOCBparser.c128 * @sax: a SAX handler
143 docbCreatePushParserCtxt(docbSAXHandlerPtr sax ATTRIBUTE_UNUSED,
158 return(xmlCreatePushParserCtxt(sax, user_data, chunk, size, filename));
165 * @sax: the SAX handler block
170 * If sax is NULL, fallback to the default DOM tree building routines.
178 docbSAXHandlerPtr sax ATTRIBUTE_UNUSED,
189 return (xmlSAXParseMemoryWithData(sax, (const char *)cur,
249 * @sax: the SAX handler block
255 * If sax is NULL, fallback to the default DOM tree building routines.
263 docbSAXHandlerPtr sax ATTRIBUTE_UNUSE
[all...]
/external/libxml2/
H A Dlegacy.c202 *((xmlSAXHandlerPtr *) result) = ctxt->sax;
204 *((internalSubsetSAXFunc *) result) = ctxt->sax->internalSubset;
206 *((isStandaloneSAXFunc *) result) = ctxt->sax->isStandalone;
209 ctxt->sax->hasInternalSubset;
212 ctxt->sax->hasExternalSubset;
214 *((resolveEntitySAXFunc *) result) = ctxt->sax->resolveEntity;
216 *((getEntitySAXFunc *) result) = ctxt->sax->getEntity;
218 *((entityDeclSAXFunc *) result) = ctxt->sax->entityDecl;
220 *((notationDeclSAXFunc *) result) = ctxt->sax->notationDecl;
222 *((attributeDeclSAXFunc *) result) = ctxt->sax
[all...]
H A DDOCBparser.c128 * @sax: a SAX handler
143 docbCreatePushParserCtxt(docbSAXHandlerPtr sax ATTRIBUTE_UNUSED,
158 return(xmlCreatePushParserCtxt(sax, user_data, chunk, size, filename));
165 * @sax: the SAX handler block
170 * If sax is NULL, fallback to the default DOM tree building routines.
178 docbSAXHandlerPtr sax ATTRIBUTE_UNUSED,
189 return (xmlSAXParseMemoryWithData(sax, (const char *)cur,
249 * @sax: the SAX handler block
255 * If sax is NULL, fallback to the default DOM tree building routines.
263 docbSAXHandlerPtr sax ATTRIBUTE_UNUSE
[all...]
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DScanner.java20 import org.xml.sax.SAXException;
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTM.java817 * @throws org.xml.sax.SAXException
820 int nodeHandle, org.xml.sax.ContentHandler ch, boolean normalize)
821 throws org.xml.sax.SAXException;
830 * @throws org.xml.sax.SAXException
832 public void dispatchToEvents(int nodeHandle, org.xml.sax.ContentHandler ch)
833 throws org.xml.sax.SAXException;
866 public org.xml.sax.ContentHandler getContentHandler();
875 public org.xml.sax.ext.LexicalHandler getLexicalHandler();
882 public org.xml.sax.EntityResolver getEntityResolver();
889 public org.xml.sax
[all...]
/external/chromium_org/tools/grit/grit/gather/
H A Digoogle_strings.py10 import xml.sax namespace
11 import xml.sax.handler namespace
12 import xml.sax.saxutils namespace
23 class IgoogleStringsContentHandler(xml.sax.handler.ContentHandler):
49 xml.sax.saxutils.quoteattr(attrs.getValueByQName(attr_name)))
119 xml.sax.parse(stream, handler)

Completed in 2430 milliseconds

1234567891011