public class XMLNotationDecl extends Object
Modifier and Type | Field and Description |
---|---|
String |
baseSystemId
base systemId
|
String |
name
name
|
String |
publicId
publicId
|
String |
systemId
systemId
|
Constructor and Description |
---|
XMLNotationDecl() |
Modifier and Type | Method and Description |
---|---|
void |
clear()
clear
|
void |
setValues(String name,
String publicId,
String systemId,
String baseSystemId)
setValues
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.