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 getNameForHelper()
           
 java.lang.String getValue()
           
 boolean isEnabled()
           
 boolean isRaw()
           
 java.lang.String toExternalForm()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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()
Specified by:
getName in interface Descriptor

getNameForHelper

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

getValue

public java.lang.String getValue()

isEnabled

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

getBuiltEntity

public java.lang.String getBuiltEntity()

toExternalForm

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

toString

public java.lang.String toString()


Copyright © 2006 JAPISoft. All Rights Reserved.