Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.jdom.EntityRef

Uses of EntityRef in org.jdom
 

Methods in org.jdom that return EntityRef
 EntityRef UncheckedJDOMFactory.entityRef(java.lang.String name)
           
 EntityRef UncheckedJDOMFactory.entityRef(java.lang.String name, java.lang.String systemID)
           
 EntityRef UncheckedJDOMFactory.entityRef(java.lang.String name, java.lang.String publicID, java.lang.String systemID)
           
 EntityRef JDOMFactory.entityRef(java.lang.String name)
          This will create a new EntityRef with the supplied name.
 EntityRef JDOMFactory.entityRef(java.lang.String name, java.lang.String publicID, java.lang.String systemID)
          This will create a new EntityRef with the supplied name, public ID, and system ID.
 EntityRef JDOMFactory.entityRef(java.lang.String name, java.lang.String systemID)
          This will create a new EntityRef with the supplied name and system ID.
 EntityRef DefaultJDOMFactory.entityRef(java.lang.String name)
           
 EntityRef DefaultJDOMFactory.entityRef(java.lang.String name, java.lang.String publicID, java.lang.String systemID)
           
 EntityRef DefaultJDOMFactory.entityRef(java.lang.String name, java.lang.String systemID)
           
 EntityRef EntityRef.setName(java.lang.String name)
          This will set the name of this EntityRef.
 EntityRef EntityRef.setPublicID(java.lang.String publicID)
          This will set the public ID of this EntityRef.
 EntityRef EntityRef.setSystemID(java.lang.String systemID)
          This will set the system ID of this EntityRef.
 

Constructors in org.jdom with parameters of type EntityRef
IllegalAddException(Element base, EntityRef added, java.lang.String reason)
          This will create an Exception indicating that the addition of the EntityRef to the Element is illegal.