ComplexTypeImpl.redefine
Code IndexAdd Codota to your IDE (free)

Best code snippets using com.sun.xml.xsom.impl.ComplexTypeImpl.redefine(Showing top 4 results out of 315)

  • Common ways to obtain ComplexTypeImpl
private void myMethod () {
ComplexTypeImpl c =
  • SchemaDocumentImpl _parent;new ComplexTypeImpl(_parent, _annon, _loc, _fa, str, str2 == null, nGCCRuntimeEx.parseBoolean(v), _derivationMethod, _base, _final, _block, nGCCRuntimeEx2.parseBoolean(v))
  • AI code suggestions by Codota
}
origin: com.sun.xml.bind/jaxb-xjc

  private void action2()throws SAXException {
    XSComplexType oldCt = $runtime.currentSchema.getComplexType(newCt.getName());
      if(oldCt==null) {
       $runtime.reportError( Messages.format(Messages.ERR_UNDEFINED_COMPLEXTYPE,newCt.getName()) );
      } else {
       newCt.redefine((ComplexTypeImpl)oldCt);
       $runtime.currentSchema.addComplexType(newCt,true);
      }
}

origin: com.sun.xsom/xsom

  private void action2()throws SAXException {
    XSComplexType oldCt = $runtime.currentSchema.getComplexType(newCt.getName());
      if(oldCt==null) {
       $runtime.reportError( Messages.format(Messages.ERR_UNDEFINED_COMPLEXTYPE,newCt.getName()) );
      } else {
       newCt.redefine((ComplexTypeImpl)oldCt);
       $runtime.currentSchema.addComplexType(newCt,true);
      }
}

origin: com.sun.xml.bind/jaxb-osgi

  private void action2()throws SAXException {
    XSComplexType oldCt = $runtime.currentSchema.getComplexType(newCt.getName());
      if(oldCt==null) {
       $runtime.reportError( Messages.format(Messages.ERR_UNDEFINED_COMPLEXTYPE,newCt.getName()) );
      } else {
       newCt.redefine((ComplexTypeImpl)oldCt);
       $runtime.currentSchema.addComplexType(newCt,true);
      }
}

origin: org.glassfish.jaxb/xsom

  private void action2()throws SAXException {
    XSComplexType oldCt = $runtime.currentSchema.getComplexType(newCt.getName());
      if(oldCt==null) {
       $runtime.reportError( Messages.format(Messages.ERR_UNDEFINED_COMPLEXTYPE,newCt.getName()) );
      } else {
       newCt.redefine((ComplexTypeImpl)oldCt);
       $runtime.currentSchema.addComplexType(newCt,true);
      }
}

com.sun.xml.xsom.implComplexTypeImplredefine

Javadoc

Called when this complex type redefines the specified complex type.

Popular methods of ComplexTypeImpl

  • <init>
  • getBaseType
  • getDerivationMethod
  • getName
  • getRoot
  • iterateAttGroups
  • setContentType
  • setExplicitContent
  • setScope

Popular classes and methods

  • addToBackStack (FragmentTransaction)
  • requestLocationUpdates (LocationManager)
  • scheduleAtFixedRate (ScheduledExecutorService)
    Creates and executes a periodic action that becomes enabled first after the given initial delay, and
  • InputStream (java.io)
    A readable source of bytes.Most clients will use input streams that read data from the file system (
  • BigDecimal (java.math)
    An immutable arbitrary-precision signed decimal.A value is represented by an arbitrary-precision "un
  • Selector (java.nio.channels)
    A controller for the selection of SelectableChannel objects. Selectable channels can be registered w
  • Locale (java.util)
    Locale represents a language/country/variant combination. Locales are used to alter the presentatio
  • HttpServlet (javax.servlet.http)
    Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site. A sub
  • JTable (javax.swing)
  • DateTimeFormat (org.joda.time.format)
    Factory that creates instances of DateTimeFormatter from patterns and styles. Datetime formatting i

For IntelliJ IDEA and
Android Studio

  • Codota IntelliJ IDEA pluginCodota Android Studio pluginCode IndexSign in
  • EnterpriseFAQAboutContact Us
  • Terms of usePrivacy policyCodeboxFind Usages
Add Codota to your IDE (free)