Author: mukulg
Date: Sat Feb 27 07:59:52 2010
New Revision: 916924
URL: http://svn.apache.org/viewvc?rev=916924&view=rev
Log:
doing some minor changes, to javadocs & comments
Modified:
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/AbstractPsychoPathImpl.java
(contents, props changed)
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathImpl.java
Modified:
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/AbstractPsychoPathImpl.java
URL:
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/AbstractPsychoPathImpl.java?rev=916924&r1=916923&r2=916924&view=diff
==============================================================================
---
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/AbstractPsychoPathImpl.java
(original)
+++
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/AbstractPsychoPathImpl.java
Sat Feb 27 07:59:52 2010
@@ -94,7 +94,7 @@
private Document domDoc = null;
/*
- * Initialize the PsychoPath XPath 2 dynamic context
+ * Initialize the PsychoPath XPath 2 dynamic context.
*/
protected DynamicContext initDynamicContext(XSModel schema,
Document document,
@@ -103,7 +103,7 @@
fDynamicContext = new DefaultDynamicContext(schema, document);
// populate the PsychoPath XPath 2.0 static context, with namespace
- // bindings derived from the XSD Schema document
+ // bindings derived from the XSD Schema document.
NamespaceSupport xpath2NamespaceContext = (NamespaceSupport)
psychoPathParams.get("XPATH2_NS_CONTEXT");
Enumeration currPrefixes = xpath2NamespaceContext.getAllPrefixes();
@@ -121,7 +121,7 @@
} //initDynamicContext
/*
- * Evaluate XPath expression with PsychoPath engine
+ * Evaluate XPath expression with PsychoPath engine.
*/
protected boolean evaluatePsychoPathExpr(XPath xp,
String xPathDefaultNamespace,
@@ -172,7 +172,7 @@
} //evaluatePsychoPathExpr
/*
- * Compile the XPath string, and return the compiled XPath expression
+ * Compile the XPath string, and return the compiled XPath expression.
*/
protected XPath compileXPathStr(String xpathStr,
XSAssertImpl assertImpl,
Propchange:
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/AbstractPsychoPathImpl.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 27 07:59:52 2010
@@ -1 +1 @@
-Author Date Id Revision
+Id
Modified:
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathImpl.java
URL:
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathImpl.java?rev=916924&r1=916923&r2=916924&view=diff
==============================================================================
---
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathImpl.java
(original)
+++
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathImpl.java
Sat Feb 27 07:59:52 2010
@@ -65,7 +65,7 @@
XSModel fSchema = null;
AbstractPsychoPathImpl abstrPsychopathImpl = null;
- // a factory Document object to construct DOM tree nodes
+ // the DOM root of assertions tree
Document assertDocument = null;
// an element to track construction of assertion DOM tree. This object
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]