Tabnine Logo
MappingElementBase.getAttributeComponents
Code IndexAdd Tabnine to your IDE (free)

How to use
getAttributeComponents
method
in
org.jibx.binding.model.MappingElementBase

Best Java code snippets using org.jibx.binding.model.MappingElementBase.getAttributeComponents (Showing top 1 results out of 315)

origin: org.jibx/jibx-tools

/**
 * Constructor.
 * 
 * @param map mapping definition
 * @param haschild has child element(s) flag
 * @param hastext has child text(s) flag
 * @param base base mapping for schema type extension
 * @param tname name as type
 * @param oname name as element/group/attributeGroup
 */
public MappingDetail(MappingElementBase map, boolean haschild, boolean hastext, MappingElement base, QName tname,
  QName oname) {
  m_mapping = map;
  m_extensionBase = base;
  m_hasChild = haschild;
  m_hasText = hastext;
  m_hasAttribute = map.getAttributeComponents().size() > 0;
  m_typeName = tname;
  m_otherName = oname;
  if (map.isAbstract() && map.getTypeName() != null) {
    m_isType = true;
  } else if (!map.isAbstract()) {
    m_isElement = true;
  }
}

org.jibx.binding.modelMappingElementBasegetAttributeComponents

Popular methods of MappingElementBase

  • getClassName
  • getName
  • getTypeQName
  • isAbstract
  • getCreateType
  • getExtensionTypes
  • getUri
  • topChildIterator
  • addChild
  • addTopChild
  • getContentComponents
  • getNamespace
  • getContentComponents,
  • getNamespace,
  • getTypeName,
  • setAbstract,
  • setClassName,
  • setCreateType,
  • setExtendsName,
  • setFactoryName,
  • setName

Popular in Java

  • Running tasks concurrently on multiple threads
  • getSupportFragmentManager (FragmentActivity)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • onRequestPermissionsResult (Fragment)
  • BufferedWriter (java.io)
    Wraps an existing Writer and buffers the output. Expensive interaction with the underlying reader is
  • PrintWriter (java.io)
    Wraps either an existing OutputStream or an existing Writerand provides convenience methods for prin
  • SecureRandom (java.security)
    This class generates cryptographically secure pseudo-random numbers. It is best to invoke SecureRand
  • Handler (java.util.logging)
    A Handler object accepts a logging request and exports the desired messages to a target, for example
  • Pattern (java.util.regex)
    Patterns are compiled regular expressions. In many cases, convenience methods such as String#matches
  • Stream (java.util.stream)
    A sequence of elements supporting sequential and parallel aggregate operations. The following exampl
  • Top Sublime Text 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