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

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

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

origin: com.sun.xml.bind/jaxb1-impl

  /**
   * This method should be called when all the schemas are parsed.
   */
  public void finish() {
    if( !finalized ) {
      finalized = true;
      reader.wrapUp();
    }
  }
}
origin: msv/msv

  /**
   * This method should be called when all the schemas are parsed.
   */
  public void finish() {
    if( !finalized ) {
      finalized = true;
      reader.wrapUp();
    }
  }
}
origin: com.sun.xml.bind/jaxb-extra-osgi

  /**
   * This method should be called when all the schemas are parsed.
   */
  public void finish() {
    if( !finalized ) {
      finalized = true;
      reader.wrapUp();
    }
  }
}
origin: kohsuke/msv

  /**
   * This method should be called when all the schemas are parsed.
   */
  public void finish() {
    if( !finalized ) {
      finalized = true;
      reader.wrapUp();
    }
  }
}
origin: com.sun.xml.bind/jaxb-extra-osgi

  protected void endSelf() {
    final XMLSchemaReader reader = (XMLSchemaReader)this.reader;
    // perform final wrap up.
    reader.wrapUp();
    super.endSelf();
  }
}
origin: msv/msv

  protected void endSelf() {
    final XMLSchemaReader reader = (XMLSchemaReader)this.reader;
    // perform final wrap up.
    reader.wrapUp();
    super.endSelf();
  }
}
origin: com.sun.xml.bind/jaxb1-impl

  protected void endSelf() {
    final XMLSchemaReader reader = (XMLSchemaReader)this.reader;
    // perform final wrap up.
    reader.wrapUp();
    super.endSelf();
  }
}
origin: kohsuke/msv

  protected void endSelf() {
    final XMLSchemaReader reader = (XMLSchemaReader)this.reader;
    // perform final wrap up.
    reader.wrapUp();
    super.endSelf();
  }
}
com.sun.msv.reader.xmlschemaXMLSchemaReaderwrapUp

Javadoc

performs final wrap-up of parsing. this method is called by RootState after the parsing of the entire documents has completed.

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

  • Running tasks concurrently on multiple threads
  • runOnUiThread (Activity)
  • setContentView (Activity)
  • compareTo (BigDecimal)
  • InetAddress (java.net)
    An Internet Protocol (IP) address. This can be either an IPv4 address or an IPv6 address, and in pra
  • TimerTask (java.util)
    The TimerTask class represents a task to run at a specified time. The task may be run once or repeat
  • Vector (java.util)
    Vector is an implementation of List, backed by an array and synchronized. All optional operations in
  • JTable (javax.swing)
  • Runner (org.openjdk.jmh.runner)
  • SAXParseException (org.xml.sax)
    Encapsulate an XML parse error or warning.> This module, both source code and documentation, is in t
  • Top plugins for WebStorm
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