All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
addCompletionAction(PackageLoaderPE.Action action) |
NodeInfo |
getChild(NodeInfo parent,
int n)
Get the n'th element child of an element (zero-based)
|
protected static Expression[] |
getChildExpressionArray(PackageLoaderPE loader,
NodeInfo element) |
protected static List<Expression> |
getChildExpressionList(PackageLoaderPE loader,
NodeInfo element) |
NodeInfo |
getChildWithRole(NodeInfo parent,
String role) |
Configuration |
getConfiguration() |
Expression |
getExpressionWithRole(NodeInfo parent,
String role) |
Expression |
getFirstChildExpression(NodeInfo parent) |
String |
getInheritedAttribute(NodeInfo element,
String localName) |
int |
getIntegerAttribute(NodeInfo element,
String localName)
Read an integer-valued attribute
|
Expression |
getNthChildExpression(NodeInfo parent,
int n) |
protected static int |
getOperator(String opAtt) |
StylesheetPackage |
getPackage() |
Stack<StylesheetPackage> |
getPackStack() |
StructuredQName |
getQNameAttribute(NodeInfo element,
String localName) |
Expression |
getSecondChildExpression(NodeInfo parent) |
StylesheetPackage |
loadPackage(Source source) |
StylesheetPackage |
loadPackageDoc(NodeInfo doc) |
void |
loadPackageElement(NodeInfo packageElement,
StylesheetPackage pack) |
AtomicComparer |
makeAtomicComparer(String name,
NodeInfo element) |
SequenceType |
parseSequenceType(NodeInfo element,
String name)
Parse the SequenceType whose value is held in the attribute named "name"
|