|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object sk.uniba.euromath.document.DomCore
@Deprecated public final class DomCore
Manages access to the document. Class is not intended to be used, instantiated nor subclassed by clients.
Field Summary | |
---|---|
String |
fileName
Deprecated. The name of the document file, including the extension, without the path specifier. |
URL |
fileURL
Deprecated. The name of the document file, including the extension and full path. |
URLDir |
root
Deprecated. URL pointing to the directory where the document is located. |
Method Summary | |
---|---|
void |
checkNode(Node node)
Deprecated. Checks the node if it is from our document. |
void |
checkPtr(sk.baka.ikslibs.ptr.DomPointer ptr)
Deprecated. Checks the pointer if it points into our document. |
DocumentContent |
getContent()
Deprecated. Returns DocumentContent instance for this document. |
Document |
getDocument()
Deprecated. Returns document object that this object works with. |
sk.baka.ikslibs.ref.EntityManager |
getEntityManager()
Deprecated. Returns EntityManager instance for this document. |
sk.baka.ikslibs.ids.IDManager |
getIDManager()
Deprecated. Returns IDManager instance for this document. |
NamespaceManager |
getNsManager()
Deprecated. Returns namespace manager for this document. |
DocumentSchema |
getSchema()
Deprecated. Returns DocumentSchema instance for this document. |
DocumentFragment |
getSource(Node mark)
Deprecated. Returns the nametree from the original document, that the emp:mark element points to. |
sk.baka.ikslibs.splitted.SplittedDocChangeCollector |
getSplittedChanges()
Deprecated. Returns blah |
sk.baka.ikslibs.splitted.SplittedDocHolder |
getSplittedDoc()
Deprecated. Returns DomToSplitted instance for this document. |
boolean |
isOurNode(Node node)
Deprecated. Checks the node if it is from our document. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final String fileName
public final URL fileURL
public final URLDir root
Method Detail |
---|
public sk.baka.ikslibs.splitted.SplittedDocChangeCollector getSplittedChanges()
public Document getDocument()
DocumentModifier
.
Document
object.public void checkNode(Node node)
node
- node to check.
IllegalArgumentException
- if node is not from bound documentpublic void checkPtr(sk.baka.ikslibs.ptr.DomPointer ptr)
ptr
- pointer to check.
IllegalArgumentException
- if pointer is not from bound documentpublic boolean isOurNode(Node node)
node
- node to check.
public sk.baka.ikslibs.ids.IDManager getIDManager()
IDManager
instance for this document.
IDManager
for this document.public DocumentContent getContent()
DocumentContent
instance for this document.
DocumentContent
for this document.public NamespaceManager getNsManager()
public DocumentSchema getSchema()
DocumentSchema
instance for this document.
DocumentSchema
for this document.public sk.baka.ikslibs.splitted.SplittedDocHolder getSplittedDoc()
DomToSplitted
instance for this document.
DomToSplitted
for this document.public sk.baka.ikslibs.ref.EntityManager getEntityManager()
EntityManager
instance for this document.
EntityManager
for this document.public DocumentFragment getSource(Node mark)
emp:mark
element points to.
mark
- the mark element, or null
.
null
is provided then root
fragment is returned.
IllegalArgumentException
- if the element is not
emp:mark
or the ID does not exist.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |