Uses of Class
org.cdmckay.coffeedom.EntityRef

Packages that use EntityRef
org.cdmckay.coffeedom Classes to represent the components of an XML document. 
org.cdmckay.coffeedom.output Classes to output CoffeeDOM documents to various destinations. 
 

Uses of EntityRef in org.cdmckay.coffeedom
 

Methods in org.cdmckay.coffeedom that return EntityRef
 EntityRef EntityRef.clone()
           
 EntityRef EntityRef.detach()
           
 EntityRef UncheckedCoffeeDOMFactory.entityRef(String name)
           
 EntityRef DefaultCoffeeDOMFactory.entityRef(String name)
           
 EntityRef CoffeeDOMFactory.entityRef(String name)
          This will create a new EntityRef with the supplied name.
 EntityRef UncheckedCoffeeDOMFactory.entityRef(String name, String systemID)
           
 EntityRef DefaultCoffeeDOMFactory.entityRef(String name, String systemID)
           
 EntityRef CoffeeDOMFactory.entityRef(String name, String systemID)
          This will create a new EntityRef with the supplied name and system ID.
 EntityRef UncheckedCoffeeDOMFactory.entityRef(String name, String publicID, String systemID)
           
 EntityRef DefaultCoffeeDOMFactory.entityRef(String name, String publicID, String systemID)
           
 EntityRef CoffeeDOMFactory.entityRef(String name, String publicID, String systemID)
          This will create a new EntityRef with the supplied name, public ID, and system ID.
 EntityRef EntityRef.setName(String name)
          This will set the name of this EntityRef.
protected  EntityRef EntityRef.setParent(Parent parent)
           
 EntityRef EntityRef.setPublicID(String publicID)
          This will set the public ID of this EntityRef.
 EntityRef EntityRef.setSystemID(String systemID)
          This will set the system ID of this EntityRef.
 

Uses of EntityRef in org.cdmckay.coffeedom.output
 

Methods in org.cdmckay.coffeedom.output with parameters of type EntityRef
 void XMLOutputter.output(EntityRef entity, OutputStream out)
          Print out a EntityRef.
 void XMLOutputter.output(EntityRef entity, Writer out)
          Print out a EntityRef.
 String XMLOutputter.outputString(EntityRef entity)
          Return a string representing an entity.
protected  void XMLOutputter.printEntityRef(Writer out, EntityRef entity)
          This will handle printing a EntityRef.
 



Copyright © 2011. All Rights Reserved.