Oxygen XML Editor 11.2 Author API

ro.sync.ecss.extensions.api.access
Interface AuthorUtilAccess

All Superinterfaces:
UtilAccess

public interface AuthorUtilAccess
extends UtilAccess

Provides access to utility methods related to author access.


Method Summary
 String escapeAttributeValue(String attributeValue)
          Deprecated. Use the method from the AuthorXMLUtilAccess class.
 XMLReader newNonValidatingXMLReader()
          Deprecated. Use the method from the AuthorXMLUtilAccess class.
 void resetXMLCatalogs()
          Deprecated. Use the method from the AuthorXMLUtilAccess class.
 URL resolvePath(URL baseURL, String relativeLocation, boolean entityResolve, boolean uriResolve)
          Deprecated. Use the method from the AuthorXMLUtilAccess class.
 
Methods inherited from interface ro.sync.exml.workspace.api.util.UtilAccess
correctURL, locateFile, makeRelative
 

Method Detail

escapeAttributeValue

String escapeAttributeValue(String attributeValue)
Deprecated. Use the method from the AuthorXMLUtilAccess class.

Escape an attribute value so that the XML document remains well-formed.

Parameters:
attributeValue - The attribute value.
Returns:
The escaped value. It does not return null.

newNonValidatingXMLReader

XMLReader newNonValidatingXMLReader()
Deprecated. Use the method from the AuthorXMLUtilAccess class.

Creates an XMLReader without validation.

Returns:
A new XML Reader.

resolvePath

URL resolvePath(URL baseURL,
                String relativeLocation,
                boolean entityResolve,
                boolean uriResolve)
Deprecated. Use the method from the AuthorXMLUtilAccess class.

Try to resolve a relative location to an absolute path by using the XML catalogs.

Parameters:
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.
Returns:
The absolute URL. It does not return null.

resetXMLCatalogs

void resetXMLCatalogs()
Deprecated. Use the method from the AuthorXMLUtilAccess class.

Reset the loaded XML catalogs. This way next time the catalogs are needed they will first be rebuilt.


Oxygen XML Editor 11.2 Author API

© Copyright SyncRO Soft SRL 2002 - 2010.