コード例 #1
0
 public DomCollectionChildDescription getCollectionChildDescription(
     @NonNls String tagName, @NonNls String namespace) {
   checkInitialized();
   return myCollections.getDescription(tagName, namespace);
 }
コード例 #2
0
 public DomAttributeChildDescription getAttributeChildDescription(
     @NonNls String attributeName, @NonNls String namespace) {
   checkInitialized();
   return myAttributes.getDescription(attributeName, namespace);
 }
コード例 #3
0
 public DomFixedChildDescription getFixedChildDescription(
     @NonNls String tagName, @NonNls String namespace) {
   checkInitialized();
   return myFixeds.getDescription(tagName, namespace);
 }