Qizx fe-4.4p2 API
A B C D E F G H I J L M N O P Q R S T U V W X

P

PARAGRAPH - Static variable in interface com.qizx.api.fulltext.TextTokenizer
Code returned by nextToken when a paragraph boundary is recognized.
parse(XMLPushStream, String) - Method in interface com.qizx.api.ContentImporter
Actual import work.
parse(InputSource) - Method in class com.qizx.api.Indexing
Parses an Indexing specification from XML text representation.
parse(InputSource, XMLReader) - Method in class com.qizx.api.Indexing
Parses an Indexing specification from XML text representation.
parse(Node) - Method in class com.qizx.api.Indexing
Parses an Indexing specification from a Node.
parse(InputSource) - Method in class com.qizx.api.util.NodeXMLReader
Re-implementation of XMLReader.parse(InputSource), ignores the InputSource.
parse(String) - Method in class com.qizx.api.util.NodeXMLReader
Re-implementation of XMLReader.parse(String), ignores the systemId.
PATCH_VERSION - Static variable in interface com.qizx.api.Product
Maintenance version number.
PATH - Static variable in interface com.qizx.api.LibraryMember
Name of the predefined property 'path', whose value is also returned by the getPath() method.
PostCommitTrigger - Interface in com.qizx.api
Post-commit action.
PostCommitTrigger.CommitEvent - Interface in com.qizx.api
Provides access to changes operated by a commit.
precedes(Indexing.Rule) - Method in class com.qizx.api.Indexing.Rule
Returns true if this rule is more specific than the rule in argument
PRESERVE - Static variable in interface com.qizx.api.XQueryContext
Value used for properties BoundarySpacePolicy, NamespacePreserveMode, ConstructionMode, meaning that - respectively - boundary space, namespaces and schema types should be preserved.
print(PrintWriter) - Method in class com.qizx.api.EvaluationStackTrace
Prints the location and the function signature if any.
print(PrintWriter, boolean) - Method in class com.qizx.api.Message
Prints a single message.
println() - Method in class com.qizx.api.util.XMLSerializer
Outputs an end-of-line.
PROCESSING_INSTRUCTION - Static variable in interface com.qizx.api.Node
Node nature (returned by getNodeNature) for a processing instruction node.
PROCESSING_INSTRUCTION - Static variable in interface com.qizx.api.XMLPullStream
Value returned by moveToNext and getEvent when a processing-instruction is reached.
processingInstruction(String, String) - Method in class com.qizx.api.util.SAXToPushStream
 
Product - Interface in com.qizx.api
Product information.
PRODUCT_NAME - Static variable in interface com.qizx.api.Product
Name of the product, namely: Qizx.
profile() - Method in interface com.qizx.api.Expression
Evaluation of the expression, returns a sequence of Items.
PROFILE - Static variable in interface com.qizx.apps.restapi.RestAPI
 
Profiling - Class in com.qizx.api.admin
Profiling annotations on a XQuery expression.
Profiling(String, int, int, int, String) - Constructor for class com.qizx.api.admin.Profiling
 
Profiling(String, Expression, Profiling) - Constructor for class com.qizx.api.admin.Profiling
 
PROFILING - Static variable in interface com.qizx.apps.restapi.RestAPI
 
progressDone(double) - Method in class com.qizx.api.admin.BackgroundTask
 
properties - Static variable in class com.qizx.api.Configuration
 
PROPERTY - Static variable in interface com.qizx.apps.restapi.RestAPI
 
propertyModified(LibraryMember, String) - Method in interface com.qizx.api.LibraryMemberObserver
Called just after a property of a member is modified or removed.
PullStreamConverter - Class in com.qizx.api.util
Utility for conversion of an XMLPullStream input.
PushNodeBuilder - Class in com.qizx.api.util
An implementation of XMLPushStream that builds an in-memory Node tree and returns the top Node.
PushNodeBuilder() - Constructor for class com.qizx.api.util.PushNodeBuilder
 
PushStreamResult - Class in com.qizx.api.util
An extension of SAXResult that adapts to XMLPushStream.
PushStreamResult(XMLPushStream) - Constructor for class com.qizx.api.util.PushStreamResult
Builds a SAXResult that writes to a XMLPushStream.
PushStreamToDOM - Class in com.qizx.api.util
An implementation of XMLPushStream which creates W3C DOM documents or nodes.
PushStreamToDOM() - Constructor for class com.qizx.api.util.PushStreamToDOM
Creates a DOM output using the default DOM implementation.
PushStreamToDOM(DOMImplementation) - Constructor for class com.qizx.api.util.PushStreamToDOM
Creates a DOM output using a specified DOM implementation.
PushStreamToSAX - Class in com.qizx.api.util
An implementation of XMLPushStream that converts to SAX2 events.
PushStreamToSAX() - Constructor for class com.qizx.api.util.PushStreamToSAX
Creates an adapter without handlers.
PushStreamToSAX(DefaultHandler) - Constructor for class com.qizx.api.util.PushStreamToSAX
Creates an SAX adapter directly bound to a SAX DefaultHandler.
putAtom(Object) - Method in interface com.qizx.api.XMLPushStream
Puts an atom value event.
putAtomText(String) - Method in class com.qizx.api.util.XMLSerializer
 
putAttribute(QName, String, String) - Method in interface com.qizx.api.XMLPushStream
Puts an Attribute event for the current element.
putChars(char[], int, int) - Method in interface com.qizx.api.XMLPushStream
Puts a Text Fragment event.
putComment(String) - Method in class com.qizx.api.util.PushStreamToDOM
 
putComment(String) - Method in class com.qizx.api.util.PushStreamToSAX
 
putComment(String) - Method in class com.qizx.api.util.XMLSerializer
 
putComment(String) - Method in interface com.qizx.api.XMLPushStream
Puts a Comment event.
putDocument(Document) - Method in class com.qizx.api.util.DOMToPushStream
Pushes a complete document to the output stream.
putDocument(String, File, String) - Method in class com.qizx.apps.restapi.RestAPIConnection
Adds a document to the current import operation.
putDocument(String, String) - Method in class com.qizx.apps.restapi.RestAPIConnection
Adds a document to the current import operation.
putDocumentEnd() - Method in class com.qizx.api.util.PushStreamToSAX
 
putDocumentEnd() - Method in class com.qizx.api.util.XMLSerializer
 
putDocumentEnd() - Method in interface com.qizx.api.XMLPushStream
Puts a Document End event.
putDocumentStart() - Method in class com.qizx.api.util.PushStreamToDOM
 
putDocumentStart() - Method in class com.qizx.api.util.PushStreamToSAX
 
putDocumentStart() - Method in class com.qizx.api.util.XMLSerializer
 
putDocumentStart() - Method in interface com.qizx.api.XMLPushStream
Puts a Document Start event.
putDTD(String, String, String, String) - Method in interface com.qizx.api.XMLPushStream
Optionally puts a DTD event.
putElement(Element) - Method in class com.qizx.api.util.DOMToPushStream
Pushes an element and all its descendant nodes to the output stream.
putElementEnd(QName) - Method in class com.qizx.api.util.PushStreamToDOM
 
putElementEnd(QName) - Method in class com.qizx.api.util.PushStreamToSAX
 
putElementEnd(QName) - Method in class com.qizx.api.util.XMLSerializer
 
putElementEnd(QName) - Method in interface com.qizx.api.XMLPushStream
Puts an Element End event.
putElementStart(QName) - Method in class com.qizx.api.util.PushStreamToDOM
 
putElementStart(QName) - Method in interface com.qizx.api.XMLPushStream
Puts an Element Start event.
putNamespace(String, String) - Method in class com.qizx.api.util.PushStreamToSAX
 
putNamespace(String, String) - Method in interface com.qizx.api.XMLPushStream
Puts a Namespace declaration event for the current element.
putNamespaces(Node, int) - Method in interface com.qizx.api.XMLPushStream
Puts Namespace declarations of the element to the stream according to the specified mode.
putNodeCopy(Node, int) - Method in class com.qizx.api.util.XMLSerializer
 
putNodeCopy(Node, int) - Method in interface com.qizx.api.XMLPushStream
Copies a Node to the output flow by traversing it recursively.
putProcessingInstruction(String, String) - Method in class com.qizx.api.util.PushStreamToDOM
 
putProcessingInstruction(String, String) - Method in class com.qizx.api.util.PushStreamToSAX
 
putProcessingInstruction(String, String) - Method in class com.qizx.api.util.XMLSerializer
 
putProcessingInstruction(String, String) - Method in interface com.qizx.api.XMLPushStream
Puts a Processing-instruction event.
putText(String) - Method in class com.qizx.api.util.PushStreamToDOM
 
putText(String) - Method in class com.qizx.api.util.PushStreamToSAX
 
putText(String) - Method in class com.qizx.api.util.XMLSerializer
 
putText(String) - Method in interface com.qizx.api.XMLPushStream
Puts a Text Fragment event.

© 2010 Axyana Software
A B C D E F G H I J L M N O P Q R S T U V W X