public class

XMLEntityDecl

extends Object
java.lang.Object
   ↳ org.apache.xerces.impl.dtd.XMLEntityDecl

Class Overview

@xerces.internal

Summary

Fields
public String baseSystemId baseSystemId
public boolean inExternal Note: flag of where the entity is defined, not whether it is a external entity
public boolean isPE isPE
public String name name
public String notation notation
public String publicId publicId
public String systemId systemId
public String value Value.
Public Constructors
XMLEntityDecl()
Public Methods
void clear()
clear
void setValues(String name, String publicId, String systemId, String baseSystemId, String notation, String value, boolean isPE, boolean inExternal)
setValues
void setValues(String name, String publicId, String systemId, String baseSystemId, String notation, boolean isPE, boolean inExternal)
setValues
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public String baseSystemId

baseSystemId

public boolean inExternal

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

public boolean isPE

isPE

public String name

name

public String notation

notation

public String publicId

publicId

public String systemId

systemId

public String value

Value.

Public Constructors

public XMLEntityDecl ()

Public Methods

public void clear ()

clear

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

setValues

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

setValues