|
Oxygen XML Editor 12.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AuthorUtilAccess
Provides access to utility methods related to author access.
Method Summary | |
---|---|
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. |
Methods inherited from interface ro.sync.exml.workspace.api.util.UtilAccess |
---|
correctURL, decrypt, encrypt, expandEditorVariables, getExtension, getFileName, isSupportedImageURL, locateFile, makeRelative, removeUserCredentials |
Method Detail |
---|
java.lang.String escapeAttributeValue(java.lang.String attributeValue)
attributeValue
- The attribute value.
null
.org.xml.sax.XMLReader newNonValidatingXMLReader()
XMLReader
without validation.
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
.void resetXMLCatalogs()
|
Oxygen XML Editor 12.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |