| java.lang.Object org.apache.xerces.xpointer.ShortHandPointer
ShortHandPointer | class ShortHandPointer implements XPointerPart(Code) | |
Implements the XPointerPart interface and handles processing of
ShortHand Pointers. It identifies at most one element in the
resource's information set; specifically, the first one (if any)
in document order that has a matching NCName as an identifier.
version: $Id: ShortHandPointer.java 447248 2006-09-18 05:25:21Z mrglavas $ |
Field Summary | |
int | fMatchingChildCount Resolves the XPointer ShortHand pointer based on the rules defined in
Section 3.2 of the XPointer Framework Recommendation.
Note that in the current implementation only supports DTD determined ID's. |
fMatchingChildCount | int fMatchingChildCount(Code) | | Resolves the XPointer ShortHand pointer based on the rules defined in
Section 3.2 of the XPointer Framework Recommendation.
Note that in the current implementation only supports DTD determined ID's.
See Also: org.apache.xerces.xpointer.XPointerPart#resolveXPointer(org.apache.xerces.xni.QName, org.apache.xerces.xni.XMLAttributes, org.apache.xerces.xni.Augmentations, int event) |
ShortHandPointer | public ShortHandPointer()(Code) | | |
getChildrenSchemaDeterminedID | public String getChildrenSchemaDeterminedID(XMLAttributes attributes, int index) throws XNIException(Code) | | Not quite sure how this can be correctly implemented.
Parameters: attributes - Parameters: index - String - We return null since we currenly do not supprt this. throws: XNIException - |
getSchemaDeterminedID | public String getSchemaDeterminedID(XMLAttributes attributes, int index) throws XNIException(Code) | | Returns the schema-determined-ID.
Parameters: attributes - Parameters: index - A String containing the schema-determined ID. throws: XNIException - |
|
|