Ejemplo n.º 1
0
 public CollectionChildDescriptionImpl getCollectionChildDescription(String tagName) {
   checkInitialized();
   return myCollections.findDescription(tagName);
 }
Ejemplo n.º 2
0
 public AttributeChildDescriptionImpl getAttributeChildDescription(String attributeName) {
   checkInitialized();
   return myAttributes.findDescription(attributeName);
 }
Ejemplo n.º 3
0
 public FixedChildDescriptionImpl getFixedChildDescription(String tagName) {
   checkInitialized();
   return myFixeds.findDescription(tagName);
 }