Ejemplo n.º 1
0
 public DomCollectionChildDescription getCollectionChildDescription(
     @NonNls String tagName, @NonNls String namespace) {
   checkInitialized();
   return myCollections.getDescription(tagName, namespace);
 }
Ejemplo n.º 2
0
 public DomAttributeChildDescription getAttributeChildDescription(
     @NonNls String attributeName, @NonNls String namespace) {
   checkInitialized();
   return myAttributes.getDescription(attributeName, namespace);
 }
Ejemplo n.º 3
0
 public DomFixedChildDescription getFixedChildDescription(
     @NonNls String tagName, @NonNls String namespace) {
   checkInitialized();
   return myFixeds.getDescription(tagName, namespace);
 }