コード例 #1
0
 public CollectionChildDescriptionImpl getCollectionChildDescription(String tagName) {
   checkInitialized();
   return myCollections.findDescription(tagName);
 }
コード例 #2
0
 public AttributeChildDescriptionImpl getAttributeChildDescription(String attributeName) {
   checkInitialized();
   return myAttributes.findDescription(attributeName);
 }
コード例 #3
0
 public FixedChildDescriptionImpl getFixedChildDescription(String tagName) {
   checkInitialized();
   return myFixeds.findDescription(tagName);
 }