Uses of Class
org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.XMLEntityManager.Entity
-
Packages that use XMLEntityManager.Entity Package Description org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl -
-
Uses of XMLEntityManager.Entity in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl
Subclasses of XMLEntityManager.Entity in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl Modifier and Type Class Description protected static class
XMLEntityManager.ExternalEntity
External entity.protected static class
XMLEntityManager.InternalEntity
Internal entity.class
XMLEntityManager.ScannedEntity
Entity state.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl with parameters of type XMLEntityManager.Entity Modifier and Type Method Description void
XMLEntityManager.Entity. setValues(XMLEntityManager.Entity entity)
Sets the values of the entity.void
XMLEntityManager.ExternalEntity. setValues(XMLEntityManager.Entity entity)
Sets the values of the entity.void
XMLEntityManager.InternalEntity. setValues(XMLEntityManager.Entity entity)
Sets the values of the entity.
-