HomeSort by relevance Sort by last modified time
    Searched refs:LexicalHandler (Results 26 - 50 of 69) sorted by null

12 3

  /external/tagsoup/src/org/ccil/cowan/tagsoup/
Parser.java 25 import org.xml.sax.ext.LexicalHandler;
31 public class Parser extends DefaultHandler implements ScanHandler, XMLReader, LexicalHandler {
36 private LexicalHandler theLexicalHandler = this;
107 A value of "true" indicates that the LexicalHandler will report
253 org.xml.sax.ext.LexicalHandler.
370 else if (value instanceof LexicalHandler) {
371 theLexicalHandler = (LexicalHandler)value;
374 throw new SAXNotSupportedException("Your lexical handler is not a LexicalHandler");
    [all...]
XMLWriter.java 31 import org.xml.sax.ext.LexicalHandler;
252 public class XMLWriter extends XMLFilterImpl implements LexicalHandler
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3TreeWalker.java 57 import org.xml.sax.ext.LexicalHandler;
88 /** If the serializer is an instance of a LexicalHandler */
89 private LexicalHandler fLexicalHandler = null;
262 if (fSerializer instanceof LexicalHandler) {
263 fLexicalHandler = ((LexicalHandler) this.fSerializer);
337 if (fSerializer instanceof LexicalHandler) {
338 fLexicalHandler = ((LexicalHandler) this.fSerializer);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerImpl.java 96 import org.xml.sax.ext.LexicalHandler;
995 xoh = new ToXMLSAXHandler(handler, (LexicalHandler)handler, encoding);
1005 LexicalHandler lexHandler
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDocumentImpl.java 37 import org.xml.sax.ext.LexicalHandler;
64 implements DTM, org.xml.sax.ContentHandler, org.xml.sax.ext.LexicalHandler
339 public LexicalHandler getLexicalHandler()
343 return (LexicalHandler) m_incrSAXSource;
564 // LexicalHandler support. Not all SAX2 parsers support these events
613 // in any case. Phase out in favor of SAX2 ContentHandler/LexicalHandler
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XString.java 211 * comment method on the passed LexicalHandler for the
214 * @param lh A non-null reference to a LexicalHandler.
218 public void dispatchAsComment(org.xml.sax.ext.LexicalHandler lh)
    [all...]
XStringForFSB.java 189 * comment method on the passed LexicalHandler for the
192 * @param lh A non-null reference to a LexicalHandler.
196 public void dispatchAsComment(org.xml.sax.ext.LexicalHandler lh)
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM.java 50 DeclHandler, LexicalHandler
422 public LexicalHandler getLexicalHandler()
426 return (LexicalHandler) m_incrementalSAXSource;
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
SAXParserTest.java 37 import org.xml.sax.ext.LexicalHandler;
843 LexicalHandler validValue = new MockHandler(new MethodLogger());
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
FastStringBuffer.java     [all...]
  /prebuilts/tools/common/m2/repository/xom/xom/1.0/
xom-1.0.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
asm-xml-3.3.jar 
dom4j-1.6.1.jar 
  /prebuilts/tools/common/asm-tools/
asm-xml-4.0.jar 
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTM.java     [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /prebuilts/tools/common/m2/repository/jdom/jdom/1.0/
jdom-1.0.jar 
  /prebuilts/tools/common/m2/repository/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar 
org.objectweb.asm_3.2.0.v200909071300.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.core.contenttype_3.4.200.v20130326-1255.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.contenttype_3.4.200.v20130326-1255.jar 
  /prebuilts/tools/common/m2/repository/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar 

Completed in 498 milliseconds

12 3