public class XMLEntityDecl extends Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
XMLEntityDecl() |
Modifier and Type | Method and Description |
---|---|
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
|
public String name
public String publicId
public String systemId
public String baseSystemId
public String notation
public boolean isPE
public boolean inExternal
public String value
public void setValues(String name, String publicId, String systemId, String baseSystemId, String notation, boolean isPE, boolean inExternal)
name
- publicId
- systemId
- baseSystemId
- notation
- isPE
- inExternal
- public void setValues(String name, String publicId, String systemId, String baseSystemId, String notation, String value, boolean isPE, boolean inExternal)
name
- publicId
- systemId
- baseSystemId
- value
- notation
- isPE
- inExternal
- public void clear()
Copyright © 2017 JBoss by Red Hat. All rights reserved.