public void clearCaches() {
   myDefaultDescriptorsCacheStrict.clear();
   myDefaultDescriptorsCacheNotStrict.clear();
   myProlog = null;
   myRootTag = null;
   super.clearCaches();
 }
 public void clearCaches() {
   myName = null;
   myLocalName = null;
   myNamespaceMap = null;
   myCachedNamespace = null;
   myCachedDescriptor = null;
   myDescriptorModCount = -1;
   myAttributes = null;
   myAttributeValueMap = null;
   myHaveNamespaceDeclarations = false;
   myValue = null;
   myNSDescriptorsMap = null;
   super.clearCaches();
 }