@API(type=NOT_EXTENDABLE, src=PUBLIC) public interface AuthorUtilAccess extends 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.
|
addCustomEditorVariablesResolver, convertFileToURL, correctURL, createImage, createReader, decrypt, encrypt, expandEditorVariables, getExtension, getFileName, isSupportedImageURL, isUnhandledBinaryResourceURL, locateFile, makeRelative, removeCustomEditorVariablesResolver, removeUserCredentials
@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 - 2016. All rights reserved.