Searched refs:InputSource (Results 1 - 25 of 33) sorted by relevance

12

/external/eyes-free/AccessCheck/src/com/android/accessibility/
H A DAccessibilityValidator.java19 import org.xml.sax.InputSource;
42 private List<InputSource> mLayoutFiles;
107 private List<InputSource> findLayoutFiles(File directory) {
108 List<InputSource> layoutFiles = new ArrayList<InputSource>();
113 List<InputSource> directoryFiles = findLayoutFiles(file);
119 InputSource addition;
121 addition = new InputSource(new FileReader(file));
148 for (InputSource file : getLayoutFiles()) {
174 public void setLayoutFiles(List<InputSource> layoutFile
[all...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DIncrementalSAXSource.java25 import org.xml.sax.InputSource;
87 public void startParse(InputSource source) throws SAXException;
H A DIncrementalSAXSource_Filter.java34 import org.xml.sax.InputSource;
93 private InputSource fXMLReaderInputSource=null;
603 public void startParse(InputSource source) throws SAXException
762 InputSource source = new InputSource(args[arg]);
H A DDTMManagerDefault.java49 import org.xml.sax.InputSource;
277 InputSource xmlSource;
583 * This method returns the SAX2 parser to use with the InputSource
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPMetaParser.java28 import org.xml.sax.InputSource;
155 return parseInputSource(new InputSource(stream));
186 InputSource source = new InputSource(buffer.getByteStream());
209 return parseInputSource(new InputSource(fixReader));
218 source = new InputSource(buffer.getByteStream());
241 InputSource source = new InputSource(new StringReader(input));
250 source = new InputSource(new FixASCIIControlsReader(new StringReader(input)));
263 * @param source an <code>InputSource</cod
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTrAXFilter.java36 import org.xml.sax.InputSource;
106 * @see org.xml.sax.XMLReader#parse(org.xml.sax.InputSource)
108 public void parse (InputSource input)
189 parse(new InputSource(systemId));
H A DTransformerHandlerImpl.java42 import org.xml.sax.InputSource;
238 * @return A new InputSource or null for the default.
245 * new InputSource.
248 public InputSource resolveEntity(String publicId, String systemId)
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DDOM2Helper.java35 import org.xml.sax.InputSource;
133 public void parse(InputSource source) throws TransformerException
H A DStylesheetPIHandler.java34 import org.xml.sax.InputSource;
220 source = new SAXSource(new InputSource(href));
/external/llvm/tools/llvm-mcmarkup/
H A Dllvm-mcmarkup.cpp151 StringRef InputSource = Buffer->getBuffer(); local
152 MarkupLexer Lex(InputSource);
/external/apache-xml/src/main/java/org/apache/xpath/jaxp/
H A DXPathExpressionImpl.java45 import org.xml.sax.InputSource;
240 * specified <code>InputSource</code> and return the result as the
243 * <p>This method builds a data model for the {@link InputSource} and calls
258 * @param source The <code>InputSource</code> of the document to evaluate
272 public Object evaluate(InputSource source, QName returnType)
303 * <p>Evaluate the compiled XPath expression in the context of the specified <code>InputSource</code> and return the result as a
306 * <p>This method calls {@link #evaluate(InputSource source, QName returnType)} with a <code>returnType</code> of
315 * @param source The <code>InputSource</code> of the document to evaluate over.
323 public String evaluate(InputSource source)
H A DXPathImpl.java41 import org.xml.sax.InputSource;
414 * <p>Evaluate an XPath expression in the context of the specified <code>InputSource</code>
417 * <p>This method builds a data model for the {@link InputSource} and calls
441 public Object evaluate(String expression, InputSource source,
497 * <p>Evaluate an XPath expression in the context of the specified <code>InputSource</code>
500 * <p>This method calls {@link #evaluate(String expression, InputSource source, QName returnType)} with a
511 * @param source The <code>InputSource</code> of the document to evaluate over.
519 public String evaluate(String expression, InputSource source)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
H A DCompileErrorCheck.java34 import org.xml.sax.InputSource;
163 InputSource inputSource = new InputSource(reader);
H A DUnpackUpdateJars.java31 import org.xml.sax.InputSource;
162 InputSource inputSource = new InputSource(reader);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
H A DTestVersionTracker.java49 import org.xml.sax.InputSource;
210 InputSource inputSource = new InputSource(is);
275 InputSource inputSource = new InputSource(is);
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DProcessorInclude.java41 import org.xml.sax.InputSource;
266 InputSource inputSource = SAXSource.sourceToInputSource(source);
H A DXSLTElementProcessor.java34 import org.xml.sax.InputSource;
91 public InputSource resolveEntity(
H A DTransformerFactoryImpl.java63 import org.xml.sax.InputSource;
233 * Get InputSource specification(s) that are associated with the
261 InputSource isource = null;
872 InputSource isource = SAXSource.sourceToInputSource(source);
/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
H A DSAX1ParserAdapter.java40 public void parse(InputSource source)
/external/doclava/src/com/google/doclava/apicheck/
H A DXmlApiFile.java31 import org.xml.sax.InputSource;
54 xmlreader.parse(new InputSource(xmlStream));
/external/jdiff/src/jdiff/
H A DXMLToAPI.java11 import org.xml.sax.InputSource;
71 parser.parse(new InputSource(new FileInputStream(new File(filename))));
H A DComments.java11 import org.xml.sax.InputSource;
84 parser.parse(new InputSource(new FileInputStream(new File(filename))));
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DCommandLine.java194 InputSource s = new InputSource();
/external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/
H A DSceneLoader.java56 import org.xml.sax.InputSource;
449 xr.parse(new InputSource(r));
H A DSkeletonLoader.java55 import org.xml.sax.InputSource;
268 xr.parse(new InputSource(r));

Completed in 440 milliseconds

12