Uses of Class
sk.uniba.euromath.document.DomPointerFlag

Packages that use DomPointerFlag
sk.uniba.euromath.document Manages in-memory document. 
 

Uses of DomPointerFlag in sk.uniba.euromath.document
 

Methods in sk.uniba.euromath.document that return DomPointerFlag
static DomPointerFlag DomPointerFlag.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DomPointerFlag[] DomPointerFlag.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Method parameters in sk.uniba.euromath.document with type arguments of type DomPointerFlag
static boolean DomPointerFlag.complies(DomPointer ptr, EnumSet<DomPointerFlag> flags)
          Checks if the pointer complies all defined flags (for behaviour when both PointToText and PointToElement flags are specified please see their specification).
 DomPointer DomPointerFactory.createFirstIn(Node parent, EnumSet<DomPointerFlag> flags)
          Creates a pointer that points onto a first 'child' of given element (a child when entity references are resolved.
 DomPointer DomPointerFactory.getFirst(EnumSet<DomPointerFlag> ptrFlags)
          Returns first pointer with given flags, in the Document-order ordering.
 DomPointer DomPointerFactory.getLast(EnumSet<DomPointerFlag> ptrFlags)
          Returns last pointer with given flags, in the Document-order ordering.
 DomPointer DomPointer.getNext(EnumSet<DomPointerFlag> ptrFlags, boolean canReturnSelf, boolean dontGoIntoElements)
          Returns pointer to next node, in Document order ordering (as if serialized, see W3C definition).
 DomPointer DomPointer.getPrevious(EnumSet<DomPointerFlag> ptrFlags, boolean canReturnSelf, boolean dontGoIntoElements)
          Returns pointer to previous node in Document order ordering (as if serialized, see W3C definition).
 



Copyright 2003-2003-2006 null. All Rights Reserved.