Exemplo n.º 1
0
  private void action4() throws SAXException {

    if ("prohibited".equals(use)) owner.addProhibitedAttribute(attDeclName);
    else
      owner.addAttributeUse(
          attDeclName,
          new AttributeUseImpl(
              $runtime.document,
              annotation,
              locator,
              fa,
              decl,
              $runtime.createXmlString(defaultValue),
              $runtime.createXmlString(fixedValue),
              "required".equals(use)));
  }
Exemplo n.º 2
0
  private void action2() throws SAXException {

    owner.addAttGroup(
        new DelayedRef.AttGroup($runtime, locator, $runtime.currentSchema, groupName));
  }
Exemplo n.º 3
0
  private void action0() throws SAXException {

    owner.setWildcard(wildcard);
  }