Codota Logo
XmlSchemaSerializer.serializeAttributeGroupRef
Code IndexAdd Codota to your IDE (free)

How to use
serializeAttributeGroupRef
method
in
org.apache.ws.commons.schema.XmlSchemaSerializer

Best Java code snippets using org.apache.ws.commons.schema.XmlSchemaSerializer.serializeAttributeGroupRef (Showing top 20 results out of 315)

  • Common ways to obtain XmlSchemaSerializer
private void myMethod () {
XmlSchemaSerializer x =
  • Codota Iconnew XmlSchemaSerializer()
  • Smart code suggestions by Codota
}
origin: org.apache.ws/com.springsource.org.apache.ws.commons.schema

void setupAttr(Document doc, XmlSchemaObjectCollection collectionObj,
        XmlSchema schema, Element container) throws XmlSchemaSerializerException {
  int collectionLength = collectionObj.getCount();
  for (int i = 0; i < collectionLength; i++) {
    XmlSchemaObject obj = collectionObj.getItem(i);
    if (obj instanceof XmlSchemaAttribute) {
      XmlSchemaAttribute attr = (XmlSchemaAttribute) obj;
      Element attrEl = serializeAttribute(doc, attr, schema);
      container.appendChild(attrEl);
    } else if (obj instanceof XmlSchemaAttributeGroupRef) {
      XmlSchemaAttributeGroupRef attr = (XmlSchemaAttributeGroupRef) obj;
      Element attrEl = serializeAttributeGroupRef(doc, attr, schema);
      container.appendChild(attrEl);
    }
  }
}
origin: org.apache.ws.schema/XmlSchema

void setupAttr(Document doc, XmlSchemaObjectCollection collectionObj,
        XmlSchema schema, Element container) throws XmlSchemaSerializerException {
  int collectionLength = collectionObj.getCount();
  for (int i = 0; i < collectionLength; i++) {
    XmlSchemaObject obj = collectionObj.getItem(i);
    if (obj instanceof XmlSchemaAttribute) {
      XmlSchemaAttribute attr = (XmlSchemaAttribute) obj;
      Element attrEl = serializeAttribute(doc, attr, schema);
      container.appendChild(attrEl);
    } else if (obj instanceof XmlSchemaAttributeGroupRef) {
      XmlSchemaAttributeGroupRef attr = (XmlSchemaAttributeGroupRef) obj;
      Element attrEl = serializeAttributeGroupRef(doc, attr, schema);
      container.appendChild(attrEl);
    }
  }
}
origin: org.apache.ws.commons.schema/XmlSchema

void setupAttr(Document doc, XmlSchemaObjectCollection collectionObj,
        XmlSchema schema, Element container) throws XmlSchemaSerializerException {
  int collectionLength = collectionObj.getCount();
  for (int i = 0; i < collectionLength; i++) {
    XmlSchemaObject obj = collectionObj.getItem(i);
    if (obj instanceof XmlSchemaAttribute) {
      XmlSchemaAttribute attr = (XmlSchemaAttribute) obj;
      Element attrEl = serializeAttribute(doc, attr, schema);
      container.appendChild(attrEl);
    } else if (obj instanceof XmlSchemaAttributeGroupRef) {
      XmlSchemaAttributeGroupRef attr = (XmlSchemaAttributeGroupRef) obj;
      Element attrEl = serializeAttributeGroupRef(doc, attr, schema);
      container.appendChild(attrEl);
    }
  }
}
origin: org.apache.ws.commons.schema/XmlSchema

  attributeGroup.appendChild(attr);
} else if (obj instanceof XmlSchemaAttributeGroupRef) {
  Element attrGroup = serializeAttributeGroupRef(doc,
      (XmlSchemaAttributeGroupRef) obj, schema);
  attributeGroup.appendChild(attrGroup);
origin: org.apache.ws/com.springsource.org.apache.ws.commons.schema

  attributeGroup.appendChild(attr);
} else if (obj instanceof XmlSchemaAttributeGroupRef) {
  Element attrGroup = serializeAttributeGroupRef(doc,
      (XmlSchemaAttributeGroupRef) obj, schema);
  attributeGroup.appendChild(attrGroup);
origin: org.apache.ws.schema/XmlSchema

  attributeGroup.appendChild(attr);
} else if (obj instanceof XmlSchemaAttributeGroupRef) {
  Element attrGroup = serializeAttributeGroupRef(doc,
      (XmlSchemaAttributeGroupRef) obj, schema);
  attributeGroup.appendChild(attrGroup);
origin: org.apache.ws.commons.schema/XmlSchema

  extension.appendChild(attribute);
} else if (obj instanceof XmlSchemaAttributeGroupRef) {
  Element attributeGroupRef = serializeAttributeGroupRef(doc,
      (XmlSchemaAttributeGroupRef) obj, schema);
  extension.appendChild(attributeGroupRef);
origin: org.apache.ws/com.springsource.org.apache.ws.commons.schema

  extension.appendChild(attribute);
} else if (obj instanceof XmlSchemaAttributeGroupRef) {
  Element attributeGroupRef = serializeAttributeGroupRef(doc,
      (XmlSchemaAttributeGroupRef) obj, schema);
  extension.appendChild(attributeGroupRef);
origin: org.apache.ws.schema/XmlSchema

  extension.appendChild(attribute);
} else if (obj instanceof XmlSchemaAttributeGroupRef) {
  Element attributeGroupRef = serializeAttributeGroupRef(doc,
      (XmlSchemaAttributeGroupRef) obj, schema);
  extension.appendChild(attributeGroupRef);
origin: org.apache.ws.commons.schema/XmlSchema

  redefine.appendChild(attributeGroup);
} else if (obj instanceof XmlSchemaAttributeGroupRef) {
  Element attributeGroupRef = serializeAttributeGroupRef(doc,
      (XmlSchemaAttributeGroupRef) obj, schema);
  redefine.appendChild(attributeGroupRef);
origin: org.apache.ws/com.springsource.org.apache.ws.commons.schema

  redefine.appendChild(attributeGroup);
} else if (obj instanceof XmlSchemaAttributeGroupRef) {
  Element attributeGroupRef = serializeAttributeGroupRef(doc,
      (XmlSchemaAttributeGroupRef) obj, schema);
  redefine.appendChild(attributeGroupRef);
origin: org.apache.ws.schema/XmlSchema

  redefine.appendChild(attributeGroup);
} else if (obj instanceof XmlSchemaAttributeGroupRef) {
  Element attributeGroupRef = serializeAttributeGroupRef(doc,
      (XmlSchemaAttributeGroupRef) obj, schema);
  redefine.appendChild(attributeGroupRef);
origin: org.apache.ws.commons.schema/XmlSchema

  restriction.appendChild(attr);
} else if (obj instanceof XmlSchemaAttributeGroupRef) {
  Element attrGroup = serializeAttributeGroupRef(doc,
      (XmlSchemaAttributeGroupRef) obj, schema);
  restriction.appendChild(attrGroup);
origin: org.apache.ws.schema/XmlSchema

  restriction.appendChild(attr);
} else if (obj instanceof XmlSchemaAttributeGroupRef) {
  Element attrGroup = serializeAttributeGroupRef(doc,
      (XmlSchemaAttributeGroupRef) obj, schema);
  restriction.appendChild(attrGroup);
origin: org.apache.ws.commons.schema/XmlSchema

  extension.appendChild(attr);
} else if (obj instanceof XmlSchemaAttributeGroupRef) {
  Element attrGroup = serializeAttributeGroupRef(doc,
      (XmlSchemaAttributeGroupRef) obj, schema);
  extension.appendChild(attrGroup);
origin: org.apache.ws/com.springsource.org.apache.ws.commons.schema

  extension.appendChild(attr);
} else if (obj instanceof XmlSchemaAttributeGroupRef) {
  Element attrGroup = serializeAttributeGroupRef(doc,
      (XmlSchemaAttributeGroupRef) obj, schema);
  extension.appendChild(attrGroup);
origin: org.apache.ws.schema/XmlSchema

  extension.appendChild(attr);
} else if (obj instanceof XmlSchemaAttributeGroupRef) {
  Element attrGroup = serializeAttributeGroupRef(doc,
      (XmlSchemaAttributeGroupRef) obj, schema);
  extension.appendChild(attrGroup);
origin: org.apache.ws.commons.schema/XmlSchema

  restriction.appendChild(attribute);
} else if (obj instanceof XmlSchemaAttributeGroupRef) {
  Element attributeGroup = serializeAttributeGroupRef(doc,
      (XmlSchemaAttributeGroupRef) obj, schema);
  restriction.appendChild(attributeGroup);
origin: org.apache.ws/com.springsource.org.apache.ws.commons.schema

  restriction.appendChild(attribute);
} else if (obj instanceof XmlSchemaAttributeGroupRef) {
  Element attributeGroup = serializeAttributeGroupRef(doc,
      (XmlSchemaAttributeGroupRef) obj, schema);
  restriction.appendChild(attributeGroup);
origin: org.apache.ws.schema/XmlSchema

  restriction.appendChild(attribute);
} else if (obj instanceof XmlSchemaAttributeGroupRef) {
  Element attributeGroup = serializeAttributeGroupRef(doc,
      (XmlSchemaAttributeGroupRef) obj, schema);
  restriction.appendChild(attributeGroup);
org.apache.ws.commons.schemaXmlSchemaSerializerserializeAttributeGroupRef

Javadoc

* Element serializeAttributeGroupRef(Document doc, XmlSchemaAttributeGroupRef attributeGroupObj, XmlSchema schema) throws XmlSchemaSerializerException

Each member of complex type will be appended and pass the element created. Complex type processed according to w3c Recommendation May 2 2001.

Parameter: doc - Document the parent use. attributeGroupObj - XmlSchemaAttributeGroupRef that will be serialized. schema - Schema Document object of the parent.

Return: Element of attribute group ref that part of type. *

Popular methods of XmlSchemaSerializer

  • serializeSchema
    * Document[] serializeSchema(XmlSchema schemaObj, boolean serializeIncluded) Serialize XmlSchema ob
  • setExtReg
    Set the registry of extensions for this serializer.
  • <init>
    Create a new serializer.
  • appendElement
  • constructFacet
  • convertString
  • createNewElement
  • getParts
  • processExtensibilityComponents
    A generic method to process the extra attributes and the the extra elements present within the schem
  • resolveQName
    will search whether the prefix is available in global hash table, if it is there than append the pre
  • serializeAll
    * Element serializeAll(Document doc, XmlSchemaAll allObj, XmlSchema schema) throws XmlSchemaSerializ
  • serializeAnnotation
    * Element serializeAnnotation(Document doc, XmlSchemaAnnotation annotationObj, XmlSchema schema) E
  • serializeAll,
  • serializeAnnotation,
  • serializeAny,
  • serializeAnyAttribute,
  • serializeAppInfo,
  • serializeAttribute,
  • serializeAttributeGroup,
  • serializeChoice,
  • serializeComplexContent

Popular in Java

  • Making http post requests using okhttp
  • compareTo (BigDecimal)
  • onRequestPermissionsResult (Fragment)
  • addToBackStack (FragmentTransaction)
  • Arrays (java.util)
    This class contains various methods for manipulating arrays (such as sorting and searching). This cl
  • ResourceBundle (java.util)
    Resource bundles contain locale-specific objects. When your program needs a locale-specific resource
  • Response (javax.ws.rs.core)
    Defines the contract between a returned instance and the runtime when an application needs to provid
  • Base64 (org.apache.commons.codec.binary)
    Provides Base64 encoding and decoding as defined by RFC 2045.This class implements section 6.8. Base
  • IOUtils (org.apache.commons.io)
    General IO stream manipulation utilities. This class provides static utility methods for input/outpu
  • IsNull (org.hamcrest.core)
    Is the value null?
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now