Uses of Class
org.apache.xerces.impl.XMLEntityManager.Entity

Packages that use XMLEntityManager.Entity
org.apache.xerces.impl   
 

Uses of XMLEntityManager.Entity in org.apache.xerces.impl
 

Subclasses of XMLEntityManager.Entity in org.apache.xerces.impl
protected static class XMLEntityManager.ExternalEntity
          External entity.
protected static class XMLEntityManager.InternalEntity
          Internal entity.
 class XMLEntityManager.ScannedEntity
          Entity state.
 

Methods in org.apache.xerces.impl with parameters of type XMLEntityManager.Entity
 void XMLEntityManager.Entity.setValues(XMLEntityManager.Entity entity)
          Sets the values of the entity.
 void XMLEntityManager.InternalEntity.setValues(XMLEntityManager.Entity entity)
          Sets the values of the entity.
 void XMLEntityManager.ExternalEntity.setValues(XMLEntityManager.Entity entity)
          Sets the values of the entity.
 



Copyright © 2011. All Rights Reserved.