Tabnine Logo
XMLSchemaReader.setLocator
Code IndexAdd Tabnine to your IDE (free)

How to use
setLocator
method
in
com.sun.msv.reader.xmlschema.XMLSchemaReader

Best Java code snippets using com.sun.msv.reader.xmlschema.XMLSchemaReader.setLocator (Showing top 3 results out of 315)

origin: apache/cxf

public void setLocator(Locator locator) {
  if (locator == null && getLocator() != null && getLocator().getSystemId() != null) {
    sysIds.add(getLocator().getSystemId());
  }
  super.setLocator(locator);
}
public void switchSource(Source source, State newState) {
origin: org.apache.cxf/cxf-wstx-msv-validation

public void setLocator(Locator locator) {
  if (locator == null && getLocator() != null && getLocator().getSystemId() != null) {
    sysIds.add(getLocator().getSystemId());
  }
  super.setLocator(locator);
}
public void switchSource(Source source, State newState) {
origin: org.apache.cxf/cxf-core

public void setLocator(Locator locator) {
  if (locator == null && getLocator() != null && getLocator().getSystemId() != null) {
    sysIds.add(getLocator().getSystemId());
  }
  super.setLocator(locator);
}
public void switchSource(Source source, State newState) {
com.sun.msv.reader.xmlschemaXMLSchemaReadersetLocator

Popular methods of XMLSchemaReader

  • parse
    loads XML Schema
  • switchSource
  • <init>
  • getXmlSchemaForXmlSchema
  • _processOccurs
  • addBackPatchJob
  • createAttributeState
    creates a state object that parses "attribute","attributeGroup ref", and "anyAttribute".
  • createFacetState
  • createModelGroupState
    creates a state object that parses "all"/"group ref"/"choice" and "sequence".
  • createParserFactory
  • detectUndefinedOnes
  • getCurrentState
  • detectUndefinedOnes,
  • getCurrentState,
  • getDeclaredLocationOf,
  • getOrCreateSchema,
  • getResult,
  • getType,
  • isSchemaDefined,
  • isSchemaNamespace,
  • isSubstitutable,
  • markSchemaAsDefined

Popular in Java

  • Start an intent from android
  • setContentView (Activity)
  • putExtra (Intent)
  • addToBackStack (FragmentTransaction)
  • FileReader (java.io)
    A specialized Reader that reads from a file in the file system. All read requests made by calling me
  • Format (java.text)
    The base class for all formats. This is an abstract base class which specifies the protocol for clas
  • Comparator (java.util)
    A Comparator is used to compare two objects to determine their ordering with respect to each other.
  • Scanner (java.util)
    A parser that parses a text string of primitive types and strings with the help of regular expressio
  • TreeSet (java.util)
    TreeSet is an implementation of SortedSet. All optional operations (adding and removing) are support
  • Location (org.springframework.beans.factory.parsing)
    Class that models an arbitrary location in a Resource.Typically used to track the location of proble
  • Top Vim 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