public static class MetaDataElementParser.DTDInfo extends Object implements XMLResolver
| Constructor and Description |
|---|
DTDInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseURI() |
String |
getNamespace() |
String |
getPublicID() |
String |
getSystemID() |
Object |
resolveEntity(String publicID,
String systemID,
String baseURI,
String namespace) |
String |
toString() |
public Object resolveEntity(String publicID, String systemID, String baseURI, String namespace) throws XMLStreamException
resolveEntity in interface XMLResolverXMLStreamExceptionpublic String getPublicID()
public String getSystemID()
public String getBaseURI()
public String getNamespace()
Copyright © 2017 JBoss by Red Hat. All rights reserved.