com.japisoft.xmlpad.helper
Class EntityDescriptor

java.lang.Object
  extended bycom.japisoft.xmlpad.helper.EntityDescriptor
All Implemented Interfaces:
Descriptor

public class EntityDescriptor
extends java.lang.Object
implements Descriptor

Descriptor for XML entity

Author:
(c) 2003 JAPISOFT
See Also:
EntityHelper

Constructor Summary
EntityDescriptor(java.lang.String name, java.lang.String value)
           
 
Method Summary
 java.lang.String getBuiltEntity()
           
 java.lang.String getName()
           
 java.lang.String getValue()
           
 boolean isRaw()
           
 java.lang.String toExternalForm()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EntityDescriptor

public EntityDescriptor(java.lang.String name,
                        java.lang.String value)
Method Detail

isRaw

public boolean isRaw()
Specified by:
isRaw in interface Descriptor

getName

public java.lang.String getName()

getValue

public java.lang.String getValue()

getBuiltEntity

public java.lang.String getBuiltEntity()

toExternalForm

public java.lang.String toExternalForm()
Specified by:
toExternalForm in interface Descriptor

toString

public java.lang.String toString()