Tabnine Logo
OMDataSource.getReader
Code IndexAdd Tabnine to your IDE (free)

How to use
getReader
method
in
org.apache.axiom.om.OMDataSource

Best Java code snippets using org.apache.axiom.om.OMDataSource.getReader (Showing top 4 results out of 315)

origin: org.apache.ws.commons.axiom/axiom-impl

XMLStreamReader reader = dataSource.getReader();
DataHandlerReader dataHandlerReader = XMLStreamReaderUtils.getDataHandlerReader(reader);
int depth = 0;
origin: org.apache.ws.commons.axiom/om-aspects

XMLStreamReader reader = dataSource.getReader();
DataHandlerReader dataHandlerReader = XMLStreamReaderUtils.getDataHandlerReader(reader);
int depth = 0;
origin: org.apache.ws.commons.axiom/axiom-impl

XMLStreamReader reader = ds.getReader();
while (reader.next() != START_ELEMENT) {
origin: org.apache.ws.commons.axiom/om-aspects

XMLStreamReader reader = ds.getReader();
while (reader.next() != START_ELEMENT) {
org.apache.axiom.omOMDataSourcegetReader

Javadoc

Get parser for element data. In the general case this may require the data source to serialize data as XML text and then parse that text.

It is assumed that this method consumed the content (i.e. destroys the backing object) unless the data source also implements OMDataSourceExt and OMDataSourceExt#isDestructiveRead() returns false.

OMSourcedElement implementations are expected to call XMLStreamReader#close()on the returned reader as soon as the element is completely built.

Popular methods of OMDataSource

  • serialize
    Serializes element data directly to StAX writer. The implementation of this method must satisfy the

Popular in Java

  • Updating database using SQL prepared statement
  • getExternalFilesDir (Context)
  • notifyDataSetChanged (ArrayAdapter)
  • getSystemService (Context)
  • File (java.io)
    An "abstract" representation of a file system entity identified by a pathname. The pathname may be a
  • SQLException (java.sql)
    An exception that indicates a failed JDBC operation. It provides the following information about pro
  • DateFormat (java.text)
    Formats or parses dates and times.This class provides factories for obtaining instances configured f
  • NumberFormat (java.text)
    The abstract base class for all number formats. This class provides the interface for formatting and
  • ExecutorService (java.util.concurrent)
    An Executor that provides methods to manage termination and methods that can produce a Future for tr
  • DataSource (javax.sql)
    An interface for the creation of Connection objects which represent a connection to a database. This
  • Top PhpStorm plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now