Class AuthorSource
java.lang.Object
javax.xml.transform.dom.DOMSource
ro.sync.ecss.dom.wrappers.mutable.AuthorSource
- All Implemented Interfaces:
Source
A DOM-like source over a author document model.
DOMSource.getNode()
will return
a DOM implementation over the Author nodes model.-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionAuthorSource
(AuthorAccess authorAccess) Constructor.AuthorSource
(AuthorAccess authorAccess, boolean transparentXqueryUpdateReferences) Constructor. -
Method Summary
-
Constructor Details
-
AuthorSource
Constructor. The XInclude references over XQuery are not transparent, by default.- Parameters:
authorAccess
- The author access of the author document.
-
AuthorSource
Constructor.- Parameters:
authorAccess
- The author access of the author document.transparentXqueryUpdateReferences
-true
to make xinclude nodes transparent in the document model.
-
-
Method Details
-
setSystemId
- Specified by:
setSystemId
in interfaceSource
- Overrides:
setSystemId
in classDOMSource
- See Also:
-
getSystemId
- Specified by:
getSystemId
in interfaceSource
- Overrides:
getSystemId
in classDOMSource
- See Also:
-
getController
- Returns:
- Returns the controller.
-
getAuthorAccess
- Returns:
- Returns the author access for the current wrapped document.
-