@API(type=NOT_EXTENDABLE,
src=PUBLIC)
public interface AuthorUtilAccess
extends ro.sync.exml.workspace.api.util.UtilAccess
Modifier and Type | Method and Description |
---|---|
java.lang.String |
escapeAttributeValue(java.lang.String attributeValue)
Deprecated.
Use the method from the AuthorXMLUtilAccess class.
|
org.xml.sax.XMLReader |
newNonValidatingXMLReader()
Deprecated.
Use the method from the AuthorXMLUtilAccess class.
|
void |
resetXMLCatalogs()
Deprecated.
Use the method from the AuthorXMLUtilAccess class.
|
java.net.URL |
resolvePath(java.net.URL baseURL,
java.lang.String relativeLocation,
boolean entityResolve,
boolean uriResolve)
Deprecated.
Use the method from the AuthorXMLUtilAccess class.
|
@Deprecated java.lang.String escapeAttributeValue(java.lang.String attributeValue)
attributeValue
- The attribute value.null
.@Deprecated org.xml.sax.XMLReader newNonValidatingXMLReader()
XMLReader
without validation.@Deprecated java.net.URL resolvePath(java.net.URL baseURL, java.lang.String relativeLocation, boolean entityResolve, boolean uriResolve)
baseURL
- The URL of the current opened XML file.relativeLocation
- The relative location to be resolved.entityResolve
- true
if the catalog entity resolver should be used.uriResolve
- true
if the catalog URI resolver should be used.null
.@Deprecated void resetXMLCatalogs()
© Copyright Syncro Soft SRL 2002 - 2014. All rights reserved.