org.apache.xerces.impl.dtd
Class XMLEntityDecl

java.lang.Object
  extended by org.apache.xerces.impl.dtd.XMLEntityDecl

public class XMLEntityDecl
extends Object

Version:
$Id: XMLEntityDecl.java 446755 2006-09-15 21:56:27Z mrglavas $

Field Summary
 String baseSystemId
          baseSystemId
 boolean inExternal
          Note: flag of where the entity is defined, not whether it is a external entity
 boolean isPE
          isPE
 String name
          name
 String notation
          notation
 String publicId
          publicId
 String systemId
          systemId
 String value
          Value.
 
Constructor Summary
XMLEntityDecl()
           
 
Method Summary
 void clear()
          clear
 void setValues(String name, String publicId, String systemId, String baseSystemId, String notation, boolean isPE, boolean inExternal)
          setValues
 void setValues(String name, String publicId, String systemId, String baseSystemId, String notation, String value, boolean isPE, boolean inExternal)
          setValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name
name


publicId

public String publicId
publicId


systemId

public String systemId
systemId


baseSystemId

public String baseSystemId
baseSystemId


notation

public String notation
notation


isPE

public boolean isPE
isPE


inExternal

public boolean inExternal
Note: flag of where the entity is defined, not whether it is a external entity


value

public String value
Value.

Constructor Detail

XMLEntityDecl

public XMLEntityDecl()
Method Detail

setValues

public void setValues(String name,
                      String publicId,
                      String systemId,
                      String baseSystemId,
                      String notation,
                      boolean isPE,
                      boolean inExternal)
setValues

Parameters:
name -
publicId -
systemId -
baseSystemId -
notation -
isPE -
inExternal -

setValues

public void setValues(String name,
                      String publicId,
                      String systemId,
                      String baseSystemId,
                      String notation,
                      String value,
                      boolean isPE,
                      boolean inExternal)
setValues

Parameters:
name -
publicId -
systemId -
baseSystemId -
value -
notation -
isPE -
inExternal -

clear

public void clear()
clear



Copyright © 2011. All Rights Reserved.